On Thu, 2016-07-07 at 16:45 +0300, Maxim Perevedentsev wrote:
Do I understand right that the right way of skipping btrfs subvolumes
is
guestfs_mountable_device(fs) != NULL && guestfs_mountable_subvolume(fs)
!= NULL.
Yes, that's the way to go.
--
Cedric