Re: [libvirt] [PATCH] virsh: vol-upload disallow negative offset

2014-12-03 Thread John Ferlan
On 12/03/2014 02:53 AM, Shanzhi Yu wrote: > In commit 570d0f, it should diable negative offset both in cmdVolDownload and > cmdVolUpload according the description, while it really didn't in cmdVolUpload > Disable it in this patch > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1087104

[libvirt] [PATCH] virsh: vol-upload disallow negative offset

2014-12-02 Thread Shanzhi Yu
In commit 570d0f, it should diable negative offset both in cmdVolDownload and cmdVolUpload according the description, while it really didn't in cmdVolUpload Disable it in this patch Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1087104 Signed-off-by: Shanzhi Yu --- tools/virsh-volume.c |