GNOME Bugzilla – Bug 682352
Extend gnome-disks to support MD RAID and IMSM containers
Last modified: 2018-05-24 10:24:43 UTC
Hello ! udisks/gnome-disks used to support MD RAID some time ago. Intel would like to help in bringing back the MD RAID functionality adding support for IMSM containers (http://www.intel.com/design/chipsets/matrixstorage_sb.htm). Such enhancement would require to add necessary API in udisks (https://bugs.freedesktop.org/show_bug.cgi?id=53239) and to extend gnome-disks so that following operations are achievable: 1) Container a) Creating a container. b) Removing a container. 2) RAID volume a) Creating a regular RAID volume. b) Creating a RAID volume inside a container. c) Deleting any RAID volume. d) Creating / deleting partitions in a RAID volume. e) Formatting the whole volume or partitions inside it. f) Mounting / unmounting volume's partitions. g) Modifying RAID (for instance, with 'mdadm --grow') The details tab could provide the following data (not necessarily in that order): 1) Container a) Container's name b) Path to device representing container (/dev/md/[...]) c) Amount of disks belonging to container d) Paths to those disks (/dev/[...], could be links to their respective tabs in gnome-disks) e) UUID of the container f) Amount of RAID volumes inside the container g) Status of RAID volumes 2) RAID volume a) RAID's name b) RAID's level c) RAID's state + progress of any operation (resync/rebuild) d) Slots (for example, [UUU] as in mdadm -E) e) Array size f) Chunk size g) Amount of disks used by the array & paths to disks (could be in form of links to their respective tabs in gnome-disks) h) Path to device representing RAID volume (/dev/md/[...]) i) Partitions inside the array (like any other block device now in gnome-disks) We discussed the GUI briefly with David and we reached following conclusions about visual aspects: -> any creation/adding operation should be added as a new option to the '+' button (like in http://www.asciiflow.com/#Draw9175267028218312066) -> any delete/removal operation should be done by marking the target (mounted disk image, container, RAID) and clicking on the '-' button Everything mentioned above is an initial sketch and everybody's welcome to make suggestions about the design and/or functionality.
Sounds good. I think we should initially focus on just displaying RAID arrays and adding functionality for starting/stopping them (includes displaying/discovering a RAID array even when it's not running). When that is working, we can add the creation dialogs. Other things we might want to be interested in - growing/reshaping an array (e.g. 5-disk RAID-5 to 8-disk RAID-6) - replacing a raid member (think, failing disk) - a switch for whether the array should be started at boot time - corresponds to an entry in the /etc/mdadm.conf file But first things first - I'll try to come up with some more precise sketches of displaying RAID arrays and containers (I don't yet have a lot of experience with IMSM - I'm installing Fedora to one such system right now - so it might not be very precise).
I've just created wip/mdraid branches in udisks and gnome-disk-utility repositories with very rudimentary code - still lots of work left! http://cgit.freedesktop.org/udisks/log/?h=wip/mdraid http://git.gnome.org/browse/gnome-disk-utility/log/?h=wip/mdraid
David Zeuthen, thanks for adding RAID functionality to gnome-disk-utility again :) Can't wait until your work will be included into official g-d-u sources.
I've now merged wip/mdraid into master - development continues on master. This feature will land in udisks 2.1 and gnome-disk-utility 3.8 - both scheduled for March 2013, see https://live.gnome.org/ThreePointSeven for details
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-disk-utility/issues/3.