Re: [Libguestfs] [PATCH v2 0/2] Improve inspection of /usr filesystems

2016-12-07 Thread Richard W.M. Jones
On Wed, Dec 07, 2016 at 01:27:54PM +0100, Pino Toscano wrote:
> Hi,
> 
> this patch series improves the way /usr filesystems are handled: tag
> them appropriately, so later on we can find them and merge results they
> contain directly back for the root filesystem.

ACK series.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/

___
Libguestfs mailing list
Libguestfs@redhat.com
https://www.redhat.com/mailman/listinfo/libguestfs


[Libguestfs] [PATCH v2 0/2] Improve inspection of /usr filesystems

2016-12-07 Thread Pino Toscano
Hi,

this patch series improves the way /usr filesystems are handled: tag
them appropriately, so later on we can find them and merge results they
contain directly back for the root filesystem.

Changes in v2:
- removed patches #1 and #2, already pushed
- drop patch #3, no more needed
- replace patch #4 with a better suggestion from Rich
- change if into assert in patch #5

Thanks,

Pino Toscano (2):
  inspect: fix existance check of /dev/mapper devices
  inspect: gather info from /usr filesystems as well (RHBZ#1401474)

 src/guestfs-internal.h |  1 +
 src/inspect-fs-unix.c  | 39 +-
 src/inspect-fs.c   |  6 ++--
 src/inspect.c  | 74 ++
 4 files changed, 117 insertions(+), 3 deletions(-)

-- 
2.7.4

___
Libguestfs mailing list
Libguestfs@redhat.com
https://www.redhat.com/mailman/listinfo/libguestfs