[Libguestfs] [PATCH v7 0/6] daemon: list_filesystems: filter out block devices which cannot hold filesystem.

Mykola Ivanets stenavin at gmail.com
Wed May 2 13:59:21 UTC 2018


This patch series addresses comments after v6 series review.

Mykola Ivanets (6):
  daemon: Changing the way that we detect if a device contains
    partitions.
  daemon: list-filesystems: Ignore partitioned MD devices.
  tests: list-filesystems command ignores partitioned MD devices.
  daemon: list-filesystems: Change the way we filter out LDM partitions.
  daemon: list-filesystems: Filter out Microsoft Reserved and Windows
    Snapshot partitions.
  daemon: list-filesystems: Filter out MBR extended partitions.

 daemon/listfs.ml                        | 132 ++++++++++++++----------
 tests/md/Makefile.am                    |   3 +-
 tests/md/test-partitioned-md-devices.sh |  79 ++++++++++++++
 3 files changed, 157 insertions(+), 57 deletions(-)
 create mode 100755 tests/md/test-partitioned-md-devices.sh

-- 
2.17.0




More information about the Libguestfs mailing list