[libvirt] [PATCH] fix a ambiguous output of the command:'virsh vol-create-as'

2013-10-07 Thread Hongwei Bi
I created a storage volume(eg: test) from a storage pool(eg:vg10) using the following command:"virsh vol-create-as --pool vg10 --name test --capacity 300M." When I re-executed the above command, the output was as the following: "error: Failed to create vol test error: Storage volume not found: sto

Re: [libvirt] [PATCH] fix a ambiguous output of the command:'virsh vol-create-as'

2013-10-07 Thread Hongwei Bi
2013/10/7 Daniel P. Berrange : > On Mon, Oct 07, 2013 at 10:48:30AM +0200, Michal Privoznik wrote: >> On 07.10.2013 07:20, Hongwei Bi wrote: >> > I created a storage volume(eg: test) from a storage pool(eg:vg10) using >> > the following command:"virsh vol-create-as --pool vg10 --name test >> > --c

Re: [libvirt] [PATCH] fix a ambiguous output of the command:'virsh vol-create-as'

2013-10-07 Thread Daniel P. Berrange
On Mon, Oct 07, 2013 at 10:48:30AM +0200, Michal Privoznik wrote: > On 07.10.2013 07:20, Hongwei Bi wrote: > > I created a storage volume(eg: test) from a storage pool(eg:vg10) using > > the following command:"virsh vol-create-as --pool vg10 --name test > > --capacity 300M." > > When I re-executed

Re: [libvirt] [PATCH] fix a ambiguous output of the command:'virsh vol-create-as'

2013-10-07 Thread Michal Privoznik
On 07.10.2013 07:20, Hongwei Bi wrote: > I created a storage volume(eg: test) from a storage pool(eg:vg10) using > the following command:"virsh vol-create-as --pool vg10 --name test --capacity > 300M." > When I re-executed the above command, the output was as the following: > "error: Failed to cre

[libvirt] [PATCH] fix a ambiguous output of the command:'virsh vol-create-as'

2013-10-06 Thread Hongwei Bi
I created a storage volume(eg: test) from a storage pool(eg:vg10) using the following command:"virsh vol-create-as --pool vg10 --name test --capacity 300M." When I re-executed the above command, the output was as the following: "error: Failed to create vol test error: Storage volume not found: st

[libvirt] [PATCH] fix a ambiguous output of the command:'virsh vol-create-as'

2013-09-30 Thread Hongwei Bi
I created a storage volume(eg: test) from a storage pool(eg:vg10) using the following command:"virsh vol-create-as --pool vg10 --name test --capacity 300M." When I re-executed the above command, the output was as the following: "error: Failed to create vol test error: Storage volume not found: st