]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
clone_disk: fix offline clone of efidisk
authorFabian Ebner <f.ebner@proxmox.com>
Mon, 7 Dec 2020 12:15:15 +0000 (13:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Dec 2020 13:50:06 +0000 (14:50 +0100)
commitb5688f69a0dc40a993f1f477a9cd7681045e4934
tree23e0198e2e19b1ee45d85d84ab762b0ca02d5e82
parente00319af4d72746a69482b00f0e4b65887482d47
clone_disk: fix offline clone of efidisk

by partially reverting 4df98f2f14348d0ed57529c4c04a1b5ffb840055 and fixing the
line-length issue differently. The commit didn't update two later usages of
$size, breaking copying the efidisk. The other usage as a parameter to
qemu_img_convert() is luckily only cosmetic, for progress output.

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