Michel Alexandre Salim 9ad15d
--- a/blivet/__init__.py
Michel Alexandre Salim 9ad15d
+++ b/blivet/__init__.py
Michel Alexandre Salim 9ad15d
@@ -63,9 +63,9 @@ gi.require_version("BlockDev", "2.0")
Michel Alexandre Salim 9ad15d
 from gi.repository import GLib
Michel Alexandre Salim 9ad15d
 from gi.repository import BlockDev as blockdev
Michel Alexandre Salim 9ad15d
 if arch.is_s390():
Michel Alexandre Salim 9ad15d
-    _REQUESTED_PLUGIN_NAMES = set(("swap", "crypto", "loop", "mdraid", "mpath", "dm", "s390", "nvdimm"))
Michel Alexandre Salim 9ad15d
+    _REQUESTED_PLUGIN_NAMES = set(("btrfs", "swap", "crypto", "loop", "mdraid", "mpath", "dm", "s390", "nvdimm"))
Michel Alexandre Salim 9ad15d
 else:
Michel Alexandre Salim 9ad15d
-    _REQUESTED_PLUGIN_NAMES = set(("swap", "crypto", "loop", "mdraid", "mpath", "dm", "nvdimm"))
Michel Alexandre Salim 9ad15d
+    _REQUESTED_PLUGIN_NAMES = set(("btrfs", "swap", "crypto", "loop", "mdraid", "mpath", "dm", "nvdimm"))
Michel Alexandre Salim 9ad15d
 
Michel Alexandre Salim 9ad15d
 # nvme plugin is not generally available
Michel Alexandre Salim 9ad15d
 if hasattr(blockdev.Plugin, "NVME"):