storaged-project / blivet

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

Fix getting subvolumes for mounted btrfs volumes #1205

Closed vojtechtrefny closed 6 months ago

vojtechtrefny commented 6 months ago

When looking for a mountpoint we're trying to compare device name with the device node base name which doesn't work for DM devices like LUKS (we're trying to compare "dm-0" to "luks-..."), we need to make sure to resolve the name first.