forked from pool/mdadm
- boot.md - change args to mdmon.
The argument parsing of mdmon changed in the recent update and we need to change boot.md to match. bnc#653965 OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=29
This commit is contained in:
parent
c61ad5b95a
commit
cfe801adf7
2
boot.md
2
boot.md
@ -105,7 +105,7 @@ case "$1" in
|
|||||||
ln -s /dev/.mdadm /var/run/mdadm
|
ln -s /dev/.mdadm /var/run/mdadm
|
||||||
fi
|
fi
|
||||||
# restart mdmon (exits silently if there is nothing to monitor)
|
# restart mdmon (exits silently if there is nothing to monitor)
|
||||||
/sbin/mdmon /proc/mdstat /
|
/sbin/mdmon --all --takeover
|
||||||
# Check for existence of needed config file and read it
|
# Check for existence of needed config file and read it
|
||||||
[ -r $mdadm_SYSCONFIG ] || _rc_exit 6 "... $mdadm_SYSCONFIG not existing "
|
[ -r $mdadm_SYSCONFIG ] || _rc_exit 6 "... $mdadm_SYSCONFIG not existing "
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 17 03:27:33 UTC 2010 - nfbrown@novell.com
|
||||||
|
|
||||||
|
- boot.md - change args to mdmon.
|
||||||
|
The argument parsing of mdmon changed in the recent update
|
||||||
|
and we need to change boot.md to match.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 21 18:01:14 CEST 2010 - ro@suse.de
|
Thu Oct 21 18:01:14 CEST 2010 - ro@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user