[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

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

Re: [Libguestfs] [PATCH v5] v2v: linux: correctly reconfigure the initrd on Debian

2016-09-22 Thread Pino Toscano
On Tuesday, 20 September 2016 12:55:42 CEST Tomáš Golembiovský wrote: > Using update-initramfs is the native way of updating initrd on Debian > based systems. > > To add some modules to the image we can list them in file > /etc/initramfs-tools/modules. > > Signed-off-by: Tomáš Golembiovský