Re: [libvirt] [PATCH v2] virsh: Print error if specified bandwidth is invalid for blockjob

2011-08-23 Thread Osier Yang
于 2011年08月22日 21:52, Eric Blake 写道: It's strange that the command fails but without any error if one specifies as not a number. Pushed. Osier -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH v2] virsh: Print error if specified bandwidth is invalid for blockjob

2011-08-22 Thread Osier Yang
It's strange that the command fails but without any error if one specifies as not a number. --- tools/virsh.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index ffb4ced..5eeaee6 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -5209,8

Re: [libvirt] [PATCH v2] virsh: Print error if specified bandwidth is invalid for blockjob

2011-08-22 Thread Eric Blake
On 08/22/2011 05:16 AM, Osier Yang wrote: It's strange that the command fails but without any error if one specifies as not a number. --- tools/virsh.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index ffb4ced..5eeaee6 100644 ---