https://bugs.kde.org/show_bug.cgi?id=396776
--- Comment #1 from Andrius Štikonas <andr...@stikonas.eu> --- LVM raid levels (or other advanced features) are not implemented yet. KPM itself does not allow to create LVs with raid but obviously you can create them externally, so it would be nice to at least fix this (LVM RAID creation in KPM can come later...) I think most code changes would be in kpmcore/src/core/lvmdevice.cpp most probably in initPartitions function. If you have some time, I encourage you to look at this issue, if not, I'll try to fix it at some point later myself. Although, I think there might be an assumption in kpmcore that Device size = Sum over partitions sizes + free spaces, so we might need to find a way to double count those partitions in RAID1 (and I think we might need to take into account that there might be even more than 2 drives). -- You are receiving this mail because: You are watching all bug changes.