Handle hostnames with upper-case letters
[webmin.git] / raid / CHANGELOG
1 ---- Changes since 1.140 ----
2 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.
3 Added a button for mounting a RAID device.
4 ---- Changes since 1.200 ----
5 RAID devices can now be easily mounted as virtual memory.
6 ---- Changes since 1.280 ----
7 Added support for RAID 6 arrays when using MDADM.
8 ---- Changes since 1.340 ----
9 Removed need to explicitly select a parity disk for RAID 4 when using MDADM.
10 ---- Changes since 1.360 ----
11 Added support for RAID 10 arrays when using MDADM.
12 Changed the main page to use a table for existing RAID arrays, rather than icons.
13 Added a section for configuring RAID problem notification when using MDADM.
14 ---- Changes since 1.390 ----
15 Converted all pages to use the new Webmin UI library, for a more consistent look.
16 Added a confirmation page before deleting a RAID array.
17 Create /dev/md* device file if missing when creating a RAID set.
18 ---- Changes since 1.450 ----
19 Added a button for changing the number of active devices in a RAID 5 or 6 set, thanks to Diego Zuccato.
20 ---- Changes since 1.470 ----
21 Added an option to the RAID 1 creation form to mark one of the disks as missing initially.
22 Run the update-initramfs -u command after changing mdadm.conf, to sync it into any ramdisk for use at boot time.
23 ---- Changes since 1.480 ----
24 Raw disks with no partitions can now also be used as RAID members.
25 Spare groups can now be created and used when creating a RAID device.
26 When a RAID set is deleted, the superblocks on component devices are cleared in order to remove metadata about the old RAID set.
27 Added an option to skip initialization of metadata when creating a RAID device.
28 RAID 6 devices can now have spares, thanks to Caspar Smit.
29 ---- Changes since 1.490 ----
30 Added a button to remove a detached partition, thanks to Caspar Smit.
31 ---- Changes since 1.500 ----
32 Added support for creating EXT4 filesystems.
33 ---- Changes since 1.510 ----
34 Conversion from RAID 5 to 6 and vice versa is now possible, thanks to Caspar Smit.
35 When a RAID array is being rebuilt, show the speed and time remaining, thanks to Farid Benamrouche.