From e99df504588e6a1a19292d1e21b4a5b6d1554cf687961f2ac1594054b2c8ce0b Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 20 Aug 2012 07:01:39 +0000 Subject: [PATCH] - mdmon-takeover.fix find-free-devnum.fix mapfile-rebuild.fix udev-offroot Fix various issues will installation on IMSM RAID arrays, booting from those arrays, and clean shutdown when such an array is used for '/'. (bnc#752107 bnc#732294 bnc#770351) OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=70 --- boot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.md b/boot.md index e76756f..79cf8bc 100644 --- a/boot.md +++ b/boot.md @@ -155,7 +155,7 @@ case "$1" in # arrays, but we can restart mdmon. It will replace existing # mdmon, or exit quietly if there is nothing to do. echo -n "MD RAID: restarting mdmon if it is needed." - /sbin/mdmon --all --takeover + /sbin/mdmon --all --takeover --offroot rc_status -v ;; *)