最佳答案smueller
\r\n\r\nWe have a workaround for this, which requires the VMs to be offline:
\r\n
\r\nYou can export the VM in QCOW2 on the commandline on AHV Cluster A.
\r\nDownload the file and import on the AHV Cluster B.
\r\nAfter importing the image, you can set up an new VM and clone the disk out of the imported file.
\r\n
\r\n
- \r\n
- Log in to the shell of your CVM \r\n
- Get the Container your VM is stored with nfs_ls \r\n
- Get the vmdisk_uuid with the command \"acli vm.get \" \r\n<\/ul>\r\nWith this information, you can create the following command on the shell (just replace the placeholders , and ):
\r\ncode:<\/b>查看原始qemu-img convert -f raw nfs:\/\/127.0.0.1\/\/.acropolis\/vmdisk\/ -O qcow2 \/home\/nutanix\/.qcow2<\/pre><\/div>
\r\n
\r\nDownload it with SCP or another software.
\r\nImport via Image Configuration on the target system.","className":"post__content__best_answer"}">