]> git.proxmox.com Git - qemu-server.git/commit
fix #3324: clone disk: use larger blocksize for EFI disk
authorFabian Ebner <f.ebner@proxmox.com>
Mon, 1 Mar 2021 12:02:23 +0000 (13:02 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 1 Mar 2021 12:58:34 +0000 (13:58 +0100)
commitfdfdc80ece4ef080dab92c018009c9e26983c5a5
tree07e7649332ed6f317bd217969f1e9593dc2c7179
parent483c9676f86b2efaca2f2eef4c08e6c4a34977b7
fix #3324: clone disk: use larger blocksize for EFI disk

Moving to Ceph is very slow when bs=1. Instead, use a larger block size in
combination with the (currently) PVE-specific osize option to specify the
desired output size.

Suggested-by: Dietmar Maurer <dietmar@proxmox.com>
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm