File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -272,20 +272,20 @@ Remove `/var/lib/xcp-ng-xapi-plugins/updater.py.lock` and that should fix it.
272272
273273---
274274
275- ## Unable to live migrate VDI disks between SRs
275+ ## Unable to live migrate VDI between SRs
276276
277277### Cause
278278
279- The upgrade from 8.2 to 8.3 can cause an issue where ` /etc/stunnel/xapi-pool-ca-bundle.pem ` can be empty.
279+ Upgrading from 8.2 to 8.3 can cause an issue where ` /etc/stunnel/xapi-pool-ca-bundle.pem ` can be empty or missing
280280You can check this with ` du /etc/stunnel/xapi-pool-ca-bundle.pem ` on the host.
281- It will cause problems with live migrating VDI between SRs (with the VM staying on the same host) where the migration fails with:
281+ It will cause problems with live migrating VDI between SRs (even if the VM remains on the same host) where the migration fails with:
282282```
283283Xenops_interface.Xenopsd_error([S(Internal_error);S(Sys_error(\"Connection reset by peer\"))])
284284```
285285
286286### Solution
287287
288- The solution is to run this command to create the file:
288+ To fix, this, run this command to create the file:
289289```
290290xe host-refresh-server-certificate host=<host name>
291291```
@@ -295,4 +295,6 @@ You can run this command to execute it on all the host of the pool:
295295xe host-list --minimal | tr "," "\n" | xargs -I _ xe host-param-get uuid=_ param-name=name-label | xargs -I _ xe host-refresh-server-certificate host=_
296296```
297297
298+ To know more about certificates in XAPI, you can read in the [ XAPI doc] ( https://xapi-project.github.io/new-docs/design/pool-certificates/index.html )
299+
298300---
You can’t perform that action at this time.
0 commit comments