Hi there! Currently I try to migrate our SmartOS-KVMs to XCP-NG with this command:
'qemu-img convert -f raw -O vpc /dev/zvol/rdsk/zones/-disk0 /usbkey/.vhd' But when I try to repair my VHD-File (as it's discribed here: https://xcp-ng.org/docs/migratetoxcpng.html#from-kvm-libvirt ) with 'vhd-util repair -n test-proxy.vhd' I get this error: [13:14 xcp-ng asd2345d3-ea2a-f474-0cb9-768996aac4dc]# vhd-util repair -n test-proxy.vhd error opening test-proxy.vhd: -22 How can I migrate our SmartOS based KVMs via 'qemu-img convert....' Can someone explain me the correct way? Thanks for your help.