Re: [libvirt] [PATCH 2/9] Introduce new XMLs to specify disk source using libvirt storage

2013-02-04 Thread Daniel P. Berrange
On Thu, Jan 31, 2013 at 02:11:27AM +0800, Osier Yang wrote: With this patch, one can specify the disk source using libvirt storage like: disk type='volume' device='disk' driver name='qemu' type='raw' cache='none'/ source pool='default' volume='fc18.img'/ target dev='vdb'

Re: [libvirt] [PATCH 2/9] Introduce new XMLs to specify disk source using libvirt storage

2013-01-31 Thread John Ferlan
On 01/30/2013 01:11 PM, Osier Yang wrote: With this patch, one can specify the disk source using libvirt storage like: disk type='volume' device='disk' driver name='qemu' type='raw' cache='none'/ source pool='default' volume='fc18.img'/ target dev='vdb' bus='virtio'/ /disk

Re: [libvirt] [PATCH 2/9] Introduce new XMLs to specify disk source using libvirt storage

2013-01-31 Thread Osier Yang
On 2013年02月01日 01:17, John Ferlan wrote: On 01/30/2013 01:11 PM, Osier Yang wrote: With this patch, one can specify the disk source using libvirt storage like: disk type='volume' device='disk' driver name='qemu' type='raw' cache='none'/ source pool='default' volume='fc18.img'/

[libvirt] [PATCH 2/9] Introduce new XMLs to specify disk source using libvirt storage

2013-01-30 Thread Osier Yang
With this patch, one can specify the disk source using libvirt storage like: disk type='volume' device='disk' driver name='qemu' type='raw' cache='none'/ source pool='default' volume='fc18.img'/ target dev='vdb' bus='virtio'/ /disk seclables and startupPolicy are not supported