Skip to content

Commit ca5cded

Browse files
committed
Changes suggested by Thomas
Signed-off-by: Cécile Morange <[email protected]>
1 parent 57e92e0 commit ca5cded

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation/migrate-to-xcp-ng.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ As soon you did scan the SR, the new disk is visible in the SR/disk view. Don't
227227
If you lost ability to extend migrated volume (opening journal failed: -2) You need to move disk to another storage, VM should be ON during moving process. This issue can occur when vhd files was directly copied to storage folder.
228228
:::
229229

230-
## 🇰 From KVM (Libvirt, Proxmox and other)
230+
## 🇰 From KVM (Libvirt, Proxmox and others)
231231

232-
First, shut down the virtual machine. If you don’t already have the `qemu-img` command available, you can install it by installing the `qemu-utils` package on your computer or server.
232+
First, shut down the virtual machine. If the `qemu-img` command is not available, you can install it as part of the the `qemu-utils` package on your computer or server.
233233

234234
Next, run this command to convert the QCOW2 disk to a VHD format:
235235

@@ -255,7 +255,7 @@ To skip Windows activation in case system is already activated, collect informat
255255

256256
:::warning
257257

258-
- **Downtime**: The OVA can only be exported while the VM is off (except if you export a clone, but all blocks written after the clone won't be on the imported VM. If you can sync after, it's fine!). This can take a while, and your VMs won't be reachable until it's fully exported AND imported on destination.
258+
- **Downtime**: The OVA can only be exported while the VM is off, except if you export a clone. However, all blocks written after the clone won't be on the imported VM. If you can sync after, it's fine!). This can take a while, and your VMs won't be reachable until it's fully exported AND imported on destination.
259259
- **Storage**: You need an intermediary storage where you can export then import the OVA file. If your VMs are small, it's OK.
260260
- **Manual process**: Even if it's simple to do, it can be cumbersome if you have a lot of VMs to migrate.
261261
:::

0 commit comments

Comments
 (0)