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

2016-09-21 Thread Richard W.M. Jones
On Tue, Sep 20, 2016 at 05:07:23PM +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] libvirt: read disk paths from pools (RHBZ#1366049)

2016-09-20 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