Re: [libvirt] [PATCH] Adds the missing vol-pool command to virsh. Now when given only a volume key or path, the complete pool+volume_name can be determined easily.

2010-06-07 Thread Justin Clift
On 06/07/2010 09:07 PM, Justin Clift wrote: --- tools/virsh.c | 48 1 files changed, 48 insertions(+), 0 deletions(-) This patch adds a "vol-pool" command to virsh, to round out the conversion functions for vols in virsh. At the moment, if we s

[libvirt] [PATCH] Adds the missing vol-pool command to virsh. Now when given only a volume key or path, the complete pool+volume_name can be determined easily.

2010-06-07 Thread Justin Clift
--- tools/virsh.c | 48 1 files changed, 48 insertions(+), 0 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index 1279f41..95aea0f 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -5975,6 +5975,53 @@ cmdVolName(vshControl *ctl, const v