Displaying 1 result from an estimated 1 matches for "guestfs_list_filesystems_devices".
2016 Jul 06
1
Re: list-filesystems and btrfs snapshots
...fsvol:/dev/sda2/@ type btrfs: set_uuid: set_uuid_stub:
> btrfsvol:/dev/sda2/@: expecting a device name
> [ 154.4] Performing "fs-uuids" ...
>
> =========================
>
> I'd like to ask for your comments on fixing this.
> Should we
> 1. add a new command (guestfs_list_filesystems_devices) to return
> only device-like filesystems?
> 2. add something like guestfs_is_device which handles subvolumes on
> host side?
> NB: guestfs_is_blockdev also fails on stub
> 3. allow guestfs_is_(blockdev|chardev|...) to check subvolumes on
> host side? (maybe together with 2?)
>...