Re: [libvirt] [PATCH 4/9 v2] Implement translateDiskSourcePool

2013-02-04 Thread Osier Yang
On 2013年02月04日 22:03, John Ferlan wrote: On 02/01/2013 12:24 PM, Osier Yang wrote: It iterates over all the domain disks, and translate the source of all the disks of 'volume' type from storage pool/volume to the real underlying source. Disks of type 'file', 'block', and 'dir' are supported now

Re: [libvirt] [PATCH 4/9 v2] Implement translateDiskSourcePool

2013-02-04 Thread John Ferlan
On 02/01/2013 12:24 PM, Osier Yang wrote: > It iterates over all the domain disks, and translate the source of > all the disks of 'volume' type from storage pool/volume to the real > underlying source. > > Disks of type 'file', 'block', and 'dir' are supported now. Network > type is not supported

[libvirt] [PATCH 4/9 v2] Implement translateDiskSourcePool

2013-02-01 Thread Osier Yang
It iterates over all the domain disks, and translate the source of all the disks of 'volume' type from storage pool/volume to the real underlying source. Disks of type 'file', 'block', and 'dir' are supported now. Network type is not supported yet, it will be another patch. src/storage/storage_dr