Hi, kernel 6.15-rc5 fails to access lvs which use mirroring (lvcreate -m1). Last working release is -rc4. Reverting 5a2a6c428190f945c5cbf5791f72dbea83e97f66 fixes the issue.
Output of "lvs" when broken: /dev/mapper/vg_nvme-wine_games: open failed: No such file or directory Expected raid segment type but got NULL instead. WARNING: RaidLV vg_nvme/wine_games needs to be refreshed! See character 'r' at position 9 in the RaidLV's attributes and also its SubLV(s) with option '-a'. Expected raid segment type but got NULL instead. LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert civ4pitboss vg_nvme rwi---r--- 15.00g lv_bcfs0 vg_nvme -wi-ao---- 768.00g lv_bcfs1 vg_nvme -wi-ao---- 768.00g lv_swap0 vg_nvme -wi-ao---- 8.00g lv_swap1 vg_nvme -wi-ao---- 8.00g mariadb vg_nvme rwi---r--- 32.00g win10_games vg_nvme rwi---r--- 40.00g wine_games vg_nvme rwi-XXr-r- 15.00g Output of "lvs" with 5a2a6c428190f945c5cbf5791f72dbea83e97f66 reverted: LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert civ4pitboss vg_nvme rwi-a-r--- 15.00g 100.00 lv_bcfs0 vg_nvme -wi-ao---- 768.00g lv_bcfs1 vg_nvme -wi-ao---- 768.00g lv_swap0 vg_nvme -wi-ao---- 8.00g lv_swap1 vg_nvme -wi-ao---- 8.00g mariadb vg_nvme rwi-aor--- 32.00g 100.00 win10_games vg_nvme rwi-a-r--- 40.00g 100.00 wine_games vg_nvme rwi-a-r--- 15.00g 100.00 Hope this helps. Regards Malte