> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Martin Kletzander > Sent: Wednesday, October 29, 2014 11:45 PM > To: [email protected] > Subject: [libvirt] [PATCH 2/2] lxc: improve error message for invalid > blkiotune > settings > > Before: > $ virsh blkiotune dummy --device-read-bytes-sec /dev/sda,-1 > error: Unable to change blkio parameters > error: invalid argument: unable to parse blkio device > 'device_read_bytes_sec' '/dev/sda,-1' > > After: > $ virsh blkiotune dummy --device-read-bytes-sec /dev/sda,-1 > error: Unable to change blkio parameters > error: invalid argument: invalid value '-1' for parameter > 'device_read_bytes_sec' of device '/dev/sda' > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1131306 > > Signed-off-by: Martin Kletzander <[email protected]>
That would be much easier for users. Reviewed-by: Chen Hanxiao <[email protected]> Thanks, - Chen -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
