Files
webmin/raid/CHANGELOG
2009-06-02 23:54:46 +00:00

23 lines
1.4 KiB
Plaintext

---- Changes since 1.140 ----
Added support for using the MDADM tools to manage RAID devices, instead of the standard Linux RAID programs. This also allows partitions to be added to or removed from a RAID device after creation. Thanks to Thomas Stalder for sponsoring this feature.
Added a button for mounting a RAID device.
---- Changes since 1.200 ----
RAID devices can now be easily mounted as virtual memory.
---- Changes since 1.280 ----
Added support for RAID 6 arrays when using MDADM.
---- Changes since 1.340 ----
Removed need to explicitly select a parity disk for RAID 4 when using MDADM.
---- Changes since 1.360 ----
Added support for RAID 10 arrays when using MDADM.
Changed the main page to use a table for existing RAID arrays, rather than icons.
Added a section for configuring RAID problem notification when using MDADM.
---- Changes since 1.390 ----
Converted all pages to use the new Webmin UI library, for a more consistent look.
Added a confirmation page before deleting a RAID array.
Create /dev/md* device file if missing when creating a RAID set.
---- Changes since 1.450 ----
Added a button for changing the number of active devices in a RAID 5 or 6 set, thanks to Diego Zuccato.
---- Changes since 1.470 ----
Added an option to the RAID 1 creation form to mark one of the disks as missing initially.
Run the update-initramfs -u command after changing mdadm.conf, to sync it into any ramdisk for use at boot time.