The init script should be calling 'reconfigure' cli command
during startup. That not only checks if the daemon is running,
but will also cause a complete reconfiguration, so all devices
which might have been missed during init will be catched.
Signed-off-by: Hannes Reinecke <hare@suse.de>
start)
echo -n "Starting multipathd"
ulimit -c unlimited
- if $DAEMON -k"show daemon" > /dev/null 2>&1 ; then
+ if $DAEMON -k"reconfigure" > /dev/null 2>&1 ; then
echo -n " (multipathd running)"
rc_status -v
rc_exit