Re: [Libguestfs] [PATCH v2] filesystems: don't try to get the size of btrfs subvolume

2016-06-15 Thread Richard W.M. Jones
On Wed, Jun 15, 2016 at 02:09:49PM +0200, Cédric Bosdonnat wrote: > virt-filesystem -l tries to get the size of btrfs subvolumes, which > results in an error. Teach it to skip the subvolumes. > --- > cat/filesystems.c | 23 +-- > 1 file changed, 21 insertions(+), 2

[Libguestfs] [PATCH v2] filesystems: don't try to get the size of btrfs subvolume

2016-06-15 Thread Cédric Bosdonnat
virt-filesystem -l tries to get the size of btrfs subvolumes, which results in an error. Teach it to skip the subvolumes. --- cat/filesystems.c | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/cat/filesystems.c b/cat/filesystems.c index f1c2852..cfdac86