Re: [libvirt] [PATCH 3/8] qemu: Translate the pool disk source when building drive string

2013-04-08 Thread Osier Yang
On 06/04/13 07:24, John Ferlan wrote: On 04/04/2013 03:37 PM, Osier Yang wrote: This adds a new helper qemuTranslateDiskSourcePool which uses the storage pool/vol APIs to tranlsate the disk source before building s/tranlsate/translate/ the drive string. Network volume is not supported yet. Di

Re: [libvirt] [PATCH 3/8] qemu: Translate the pool disk source when building drive string

2013-04-05 Thread John Ferlan
On 04/05/2013 07:32 PM, Eric Blake wrote: > On 04/05/2013 05:24 PM, John Ferlan wrote: >> On 04/04/2013 03:37 PM, Osier Yang wrote: >>> This adds a new helper qemuTranslateDiskSourcePool which uses the >>> storage pool/vol APIs to tranlsate the disk source before building >> >> s/tranlsate/translat

Re: [libvirt] [PATCH 3/8] qemu: Translate the pool disk source when building drive string

2013-04-05 Thread Eric Blake
On 04/05/2013 05:24 PM, John Ferlan wrote: > On 04/04/2013 03:37 PM, Osier Yang wrote: >> This adds a new helper qemuTranslateDiskSourcePool which uses the >> storage pool/vol APIs to tranlsate the disk source before building > > s/tranlsate/translate/ > >> the drive string. Network volume is not

Re: [libvirt] [PATCH 3/8] qemu: Translate the pool disk source when building drive string

2013-04-05 Thread John Ferlan
On 04/04/2013 03:37 PM, Osier Yang wrote: > This adds a new helper qemuTranslateDiskSourcePool which uses the > storage pool/vol APIs to tranlsate the disk source before building s/tranlsate/translate/ > the drive string. Network volume is not supported yet. Disk chain > for volume type disk may

[libvirt] [PATCH 3/8] qemu: Translate the pool disk source when building drive string

2013-04-04 Thread Osier Yang
This adds a new helper qemuTranslateDiskSourcePool which uses the storage pool/vol APIs to tranlsate the disk source before building the drive string. Network volume is not supported yet. Disk chain for volume type disk may be supported later, but before I'm confident it doesn't break anything, it'