Re: [Libvir] PATCH: 8/16: virsh convenience commands

2008-02-18 Thread Daniel Veillard
On Tue, Feb 12, 2008 at 04:35:19AM +, Daniel P. Berrange wrote: > This patch adds 3 extra commands to virsh to allow storage pools > and volumes to be defined & created without using XML. These have > the names 'pool-define-as', 'pool-create-as', 'vol-create-as'. > virsh will take the args to t

Re: [Libvir] PATCH: 8/16: virsh convenience commands

2008-02-11 Thread Daniel P. Berrange
This patch adds 3 extra commands to virsh to allow storage pools and volumes to be defined & created without using XML. These have the names 'pool-define-as', 'pool-create-as', 'vol-create-as'. virsh will take the args to these commands and build suitable XML to pass into the libvirt APIs. This is