diff --git a/blivetgui/list_partitions.py b/blivetgui/list_partitions.py index 8e60a95b..ee22440e 100644 --- a/blivetgui/list_partitions.py +++ b/blivetgui/list_partitions.py @@ -163,7 +163,7 @@ def _add_to_store(self, device, parent_iter=None): return device_iter def _allow_recursive_delete_device(self, device): - if device.type not in ("btrfs volume", "mdarray", "lvmvg"): + if device.type not in ("btrfs volume", "mdarray", "lvmvg", "stratis_pool"): return False def _device_descendants(device): @@ -269,7 +269,7 @@ def _allow_add_device(self, device): if device.protected: return False - if device.type in ("free space", "btrfs volume", "lvmthinpool"): + if device.type in ("free space", "btrfs volume", "lvmthinpool", "stratis_pool"): return True # empty lvmpv