Re: [libvirt] [PATCH] virsh: add --uuid option to vol-pool

2010-06-17 Thread Eric Blake
On 06/17/2010 02:22 PM, Jiri Denemark wrote: >> Adds an optional switch, --uuid, for telling the virsh vol-pool command >> to return the pool UUID rather than pool name. >> --- >> >> Just added for flexibility. And for BZ 604929. >> >> tools/virsh.c | 13 +++-- >> tools/virsh.pod |

Re: [libvirt] [PATCH] virsh: add --uuid option to vol-pool

2010-06-17 Thread Jiri Denemark
> Adds an optional switch, --uuid, for telling the virsh vol-pool command > to return the pool UUID rather than pool name. > --- > > Just added for flexibility. > > tools/virsh.c | 13 +++-- > tools/virsh.pod |8 +--- > 2 files changed, 16 insertions(+), 5 deletions(-) ACK

[libvirt] [PATCH] virsh: add --uuid option to vol-pool

2010-06-11 Thread Justin Clift
Adds an optional switch, --uuid, for telling the virsh vol-pool command to return the pool UUID rather than pool name. --- Just added for flexibility. tools/virsh.c | 13 +++-- tools/virsh.pod |8 +--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/tools/virs