Migrate Proxmox VM to XCP-NG¶
Make sure Xen Orchestra is already installed by following the steps in XCP NG and Xen Orchestra
Export Proxmox VM disk¶
- SSH to the Proxmox host that is running the VM.
- Get the path of the disk
where
100is the VM ID andvm:is the storage in Proxmox. - Convert the disk to qcow2 format:
- Convert generated qcow2 file to VHD format:
Import to XCP¶
- Transfer the generated file to XCP host
- Optional: Do a verification of the VHD file The result should show the filename is valid.
- Move the file to xcp local storage folder
To find out the storage uuid:
cd /run/sr-mountand copy the folder name - Navigate to Xen Orchestra from a web browser, and go to Storage tab > Local Storage > Scan Disk. The new disk should be reflected there.
Reference