Hi,
To help upgrade a VM with a large disk (on ceph/rbd storage) we'd like to copy the VM disk and mount the copy on a new VM.
I didn't see an obvious way to do it in the proxmox VE UI, did I miss something?
I'm thinking of doing like described here:
https://pve.proxmox.com/wiki/Moving_disk_image_from_one_KVM_machine_to_another
But replacing the "
Would that work?
Ceph doc also mention "
https://docs.ceph.com/en/latest/man/8/rbd/
To help upgrade a VM with a large disk (on ceph/rbd storage) we'd like to copy the VM disk and mount the copy on a new VM.
I didn't see an obvious way to do it in the proxmox VE UI, did I miss something?
I'm thinking of doing like described here:
https://pve.proxmox.com/wiki/Moving_disk_image_from_one_KVM_machine_to_another
But replacing the "
rbd mv rbd/vm-400-disk-1 rbd/vm-2300-disk-1
" command by a "rbd cp
" (or deep cp but we don't have live snapshots).Would that work?
Ceph doc also mention "
rbd clone mypool/myimage@mysnap otherpool/cloneimage
" which would be COW on a protected snapshot but even if that would be more efficient it seems tricky to get it right:https://docs.ceph.com/en/latest/man/8/rbd/