storaged-project / blivet

A python module for configuration of block devices
GNU Lesser General Public License v2.1
97 stars 85 forks source link

Fix skipping btrfs calls when libblockdev btrfs plugin is missing #1234

Closed vojtechtrefny closed 3 months ago

vojtechtrefny commented 3 months ago

We need to check for the btrfs plugin in the set of available plugins, not in the missing plugins, because on RHEL the plugin is not missing, it's not even requested.