Re: [Libguestfs] [PATCH v2] libvirt: read disk paths from pools (RHBZ#1366049)

2016-09-22 Thread Richard W.M. Jones
On Thu, Sep 22, 2016 at 05:40:25PM +0200, Pino Toscano wrote: > A disk of type 'volume' is stored as > > and its real location is inside the 'volume_name', as 'pool_name': in > this case, query libvirt for the actual path of the specified volume in > the specified pool. > > Adjust the code so t

[Libguestfs] [PATCH v2] libvirt: read disk paths from pools (RHBZ#1366049)

2016-09-22 Thread Pino Toscano
A disk of type 'volume' is stored as and its real location is inside the 'volume_name', as 'pool_name': in this case, query libvirt for the actual path of the specified volume in the specified pool. Adjust the code so that: - for_each_disk gets the virConnectPtr, needed to do operations with