[pve-devel] [PATCH storage 4/6] rbd plugin: implement volume import/export

Fiona Ebner f.ebner at proxmox.com
Fri Dec 13 17:34:27 CET 2024


Am 13.12.24 um 17:30 schrieb Fiona Ebner:
> +	run_command(['dd', "if=$file", "bs=64k", "status=progress"], output => '>&'.fileno($fh));

---snip---

> +	run_command(['dd', "of=$file", 'bs=64k'], input => '<&'.fileno($fh));


Forgot to mention, I did not test with different block sizes yet. This
is just copied from the LVM plugin. Will do that next week and see if
it's worth changing.




More information about the pve-devel mailing list