Moving disks between containers when PE is registered to PC | Nutanix Community
Skip to main content
Hi All,I'm trying to copy a disk image between 2 containers, but this seems impossible when the PE is connected to PC. The error is: "Operation kImageCreate not allowed when PE is registered to PC". NOS: 5.5PC: 5.5Any ideas?



Thanks in advance.
Hi Everyone, I have been same problem. My workaround was export VM by CVM after import image via Prism Central. Is there other solution?



Follow my steps:



login any CVM



acli vm.list



acli vm.get



We need the vmdisk_uuid information of VM.



After



qemu-img convert -f raw -O qcow2 -c nfs://127.0.0.1/Images/.acropolis/vmdisk/baf7b613-7f41-4f74-b600-d27992a0030d nfs://127.0.0.1/Images/Centos7-Base.qcow2



Finally



We need import this image via Prism Central In url option you put path. (nfs://



Thanks,
Hi @tudamp



Did you try the steps @PauloVito outlined above? Were you able to work through your issues? If yes, please share your solution here - so others in the community can benefit. Thanks