diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-08-26 02:22:57 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-08-26 02:22:57 +0300 |
commit | 95fa3eadeada61dff4769ada32afe11a0483d995 (patch) | |
tree | 270e12b067ac71904d5d81da6a05a6f9a6d86252 | |
parent | 9fb3a7c102bc56d96bd65ba9a1e856ddf957755f (diff) | |
download | drakx-95fa3eadeada61dff4769ada32afe11a0483d995.tar drakx-95fa3eadeada61dff4769ada32afe11a0483d995.tar.gz drakx-95fa3eadeada61dff4769ada32afe11a0483d995.tar.bz2 drakx-95fa3eadeada61dff4769ada32afe11a0483d995.tar.xz drakx-95fa3eadeada61dff4769ada32afe11a0483d995.zip |
raid fixes affects installer too
-rw-r--r-- | perl-install/install/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2b5edb8d2..a04ca9be5 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,9 @@ Version 18.0 - 25 August 2018 +- mdadm raid: + o raid10 can be created with just 2 disks as a high-performance raid1 + o raid10: use layout f2 with 2 disks for performance + o raid6 can be used with 3 disks and up - remove current media before adding online media for updates (mga#19742) - bootloader: include the "Mageia" entry in the gub2 Default choices (mga#23393) - include mode modules for Encode (mga#23481) |