Skip to content

Commit 44d2b69

Browse files
committed
Correcting from comments
Signed-off-by: Damien Thenot <[email protected]>
1 parent b4ba5b0 commit 44d2b69

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/troubleshooting/common-problems.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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
280280
You 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
```
283283
Xenops_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
```
290290
xe 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:
295295
xe 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
---

0 commit comments

Comments
 (0)