[pve-devel] [PATCH v2 storage 05/10] rbd plugin: implement volume import/export

DERUMIER, Alexandre alexandre.derumier at groupe-cyllene.com
Thu Dec 19 11:43:29 CET 2024


> No related, but could it be possible to implement it, for simple
> vm/template full cloning with source+target are both rbd ? It's
> really
> faster with 'qemu-img convert'

>>Hmm, we could shift offline copy of images to the storage layer (at
>>least in some cases). We just need a version of storage_migrate()
>>that
>>goes to the local node instead of SSH to a different one. Could you
>>please open a feature request for this?

Done:

https://bugzilla.proxmox.com/show_bug.cgi?id=6002

(Another way could be clone + flatten if the storage support it (like
ceph), this avoid  network read/write, and really offloading the copy)


More information about the pve-devel mailing list