[libvirt] [PATCH] virsh: Obey pool-or-uuid spec when creating volumes

2013-06-04 Thread Jiri Denemark
Our documentation says a pool may be referenced by its name or UUID anywhere if it makes sense (pool-name and pool-uuid are the only exceptions). However, vol-create and vol-create-as commands did not obey this. --- tools/virsh-volume.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-)

Re: [libvirt] [PATCH] virsh: Obey pool-or-uuid spec when creating volumes

2013-06-04 Thread Peter Krempa
On 06/04/13 10:27, Jiri Denemark wrote: Our documentation says a pool may be referenced by its name or UUID anywhere if it makes sense (pool-name and pool-uuid are the only exceptions). However, vol-create and vol-create-as commands did not obey this. --- tools/virsh-volume.c | 6 ++ 1

Re: [libvirt] [PATCH] virsh: Obey pool-or-uuid spec when creating volumes

2013-06-04 Thread Jiri Denemark
On Tue, Jun 04, 2013 at 10:41:35 +0200, Peter Krempa wrote: On 06/04/13 10:27, Jiri Denemark wrote: Our documentation says a pool may be referenced by its name or UUID anywhere if it makes sense (pool-name and pool-uuid are the only exceptions). However, vol-create and vol-create-as