| Summary: | Wish: Add support for RAID in KDE Partition Manager | ||
|---|---|---|---|
| Product: | [Applications] partitionmanager | Reporter: | DG <downhillgames> |
| Component: | general | Assignee: | 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
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? > * It should be possible to remove inactive RAID member partitions.
This already works, but we'll have to implement stopping RAID device from GUI.
* GUI: when creating partitions inside RAID, we shouldn't show LV name field (which is specific to LVM) (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. |