SHA256
1
0
forked from pool/mdadm

- 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
This commit is contained in:
Neil Brown 2012-08-20 07:01:39 +00:00 committed by Git OBS Bridge
parent 1a1bebde19
commit e99df50458

View File

@ -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
;;
*)