Bug 179261 - Wish: Add support for RAID in KDE Partition Manager
Summary: Wish: Add support for RAID in KDE Partition Manager
Status: CONFIRMED
Alias: None
Product: partitionmanager
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Caio Jordão Carvalho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-01 10:54 UTC by DG
Modified: 2024-07-09 18:59 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.