summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-19 18:31:48 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-19 18:31:48 +0000
commit2adb7c09ce6083718939e71ca6c235179945c7f4 (patch)
treec21ef5d42040988797696151b344827bda13013f /perl-install/install
parent94b4c95ccc0f2ad1602c0909eccc68c8779511ca (diff)
downloaddrakx-backup-do-not-use-2adb7c09ce6083718939e71ca6c235179945c7f4.tar
drakx-backup-do-not-use-2adb7c09ce6083718939e71ca6c235179945c7f4.tar.gz
drakx-backup-do-not-use-2adb7c09ce6083718939e71ca6c235179945c7f4.tar.bz2
drakx-backup-do-not-use-2adb7c09ce6083718939e71ca6c235179945c7f4.tar.xz
drakx-backup-do-not-use-2adb7c09ce6083718939e71ca6c235179945c7f4.zip
(detect_during_install) stop all inactive raids before initializing RAIDs
(thus fixing installer not offering to upgrade RAID installs) rationale: udev starts raids early but fails because modules (especially personality ones) are not yet loaded; thus raids remains inactive ("md: personality for level 1 is not loaded!") regression introduced when swtiching to udev and including its rules since it works smoothly with rescue, I suspect the cause is in 60-persistent-storage.rules which is included in installer but not in rescue
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 6f2ea446e..d88e0b542 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,4 +1,7 @@
- fix a crash when package state is empty (mga#5487)
+- fix not offering to upgrade RAID installs
+ (udev was enabling RAIDs early but leaved them in inactive mode
+ due to not yet loaded personality modules)
- when selecting where ro install bootloader, display mountpoint if
available, and size+fs_type if we have nothing (mga#5460)