mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-11-03 16:09:22 +00:00
clone: remove outdated TODO about bandwidth limit
Respecting bandwidth limit for offline clone was implemented by commit
56d16f16 ("fix #4249: make image clone or conversion respect bandwidth
limit"). It's still not respected for EFI disks, but those are small,
so just ignore it.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
21f4e709f7
commit
79f5ca393a
@ -8087,7 +8087,6 @@ sub clone_disk {
|
||||
qemu_drive_mirror($vmid, $src_drivename, $newvolid, $newvmid, $sparseinit, $jobs,
|
||||
$completion, $qga, $bwlimit);
|
||||
} else {
|
||||
# TODO: handle bwlimits
|
||||
if ($dst_drivename eq 'efidisk0') {
|
||||
# the relevant data on the efidisk may be smaller than the source
|
||||
# e.g. on RBD/ZFS, so we use dd to copy only the amount
|
||||
|
||||
Loading…
Reference in New Issue
Block a user