storaged-project / blivet

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

Data and Metadata RAID level not set for existing btrfs volumes #1175

Open vojtechtrefny opened 9 months ago

vojtechtrefny commented 9 months ago

We are currently not reading any additional information for btrfs volumes that cannot be obtained from udev, this includes also RAID leves for both data and metadata. These can be obtained only for mounted volumes, but we are already (in some cases) mounting the volumes to get list of subvolumes and we should try to get these values for volumes that are already mounted.