Bug 179261

Summary: Wish: Add support for RAID in KDE Partition Manager
Product: [Applications] partitionmanager Reporter: DG <downhillgames>
Component: generalAssignee: Caio Jordão Carvalho <caiojcarvalho>
Status: CONFIRMED ---    
Severity: wishlist CC: andrius, aspotashev, caiojcarvalho, groot, ro.ggi, todorst
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description DG 2009-01-01 10:54:27 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

As requested, I'm filing a request for Linux software RAID support in KDE Partition Manager. This should also include all capabilities, present and future, of mdadm.

Thank you for your work so far on this app that yields such great potential!
-DHG
Comment 1 Andrius Štikonas 2018-07-23 21:50:40 UTC
Some of the things we need to test once it works better:

 * It should be possible to remove inactive RAID member partitions.
 * Somehow handle the case when recreating partition table when there are active RAID member partitions. Does the same problem happen with LVM PVs?
Comment 2 Andrius Štikonas 2018-07-23 23:03:02 UTC
>  * It should be possible to remove inactive RAID member partitions.

This already works, but we'll have to implement stopping RAID device from GUI.
Comment 3 Andrius Štikonas 2018-07-23 23:05:04 UTC
 * GUI: when creating partitions inside RAID, we shouldn't show LV name field (which is specific to LVM)
Comment 4 Andrius Štikonas 2018-07-25 22:48:50 UTC
(In reply to Andrius Štikonas from comment #1)
>  * Somehow handle the case when recreating partition table when there are
> active RAID member partitions. Does the same problem happen with LVM PVs?

I just checked how this works on LVM. LVM PVs that are part of LVM VGs are set to be "mounted". This is enough to let KPM know that it can't delete partition table of that device. So in the future, we can also mark raid_members as mounted.