mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-12 15:22:13 +00:00
followup: remove unused variable and add spave between value and unit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
41756a3b8a
commit
f6409f6169
@ -6756,8 +6756,8 @@ sub qemu_drive_mirror {
|
|||||||
$opts->{format} = $format if $format;
|
$opts->{format} = $format if $format;
|
||||||
|
|
||||||
if (defined($bwlimit)) {
|
if (defined($bwlimit)) {
|
||||||
my $bwlimit_bps = $opts->{speed} = $bwlimit * 1024;
|
$opts->{speed} = $bwlimit * 1024;
|
||||||
print "drive mirror is starting for drive-$drive with bandwidth limit: ${bwlimit}KB/s\n";
|
print "drive mirror is starting for drive-$drive with bandwidth limit: ${bwlimit} KB/s\n";
|
||||||
} else {
|
} else {
|
||||||
print "drive mirror is starting for drive-$drive\n";
|
print "drive mirror is starting for drive-$drive\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user