Solved

Moving disks between containers when PE is registered to PC

  • 9 January 2018
  • 2 replies
  • 1006 views

Badge +3
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.
icon

Best answer by PauloVito 4 February 2018, 15:09

View original

This topic has been closed for comments

2 replies

Badge +3
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,
Userlevel 7
Badge +34
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