> # qm set 115 -ide1 sheepdog:vm-115-disk-2,mbps_rd=8 update VM 115: -
> ide1 sheepdog:vm-115-disk-2,mbps_rd=8 Use of uninitialized value in
> multiplication (*) at /usr/share/perl5/PVE/API2/Qemu.pm line 769.
> Use of uninitialized value in multiplication (*) at
> /usr/share/perl5/PVE/API2/Qemu.pm line 769.
>
>
> something is wrong with safe_num_ne, undef values should be 0
safe_num_ne() is correct - the problem is the later:
- $drive->{mbps}*1024*1024,
+($drive->{mbps} || 0)*1024*1024,
I just uploaded a fix - please can you test?
_______________________________________________
pve-devel mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel