From: Hannes Reinecke Date: Thu, 17 Jan 2013 14:59:31 +0000 (+0100) Subject: multipathd: call 'reconfigure' during startup X-Git-Tag: 0.5.0~125 X-Git-Url: https://git.opensvc.com/gitweb.cgi?p=multipath-tools%2F.git;a=commitdiff_plain;h=d4f4569da456c209146db76217fc6cdfcc9e11c9 multipathd: call 'reconfigure' during startup 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 --- diff --git a/multipathd/multipathd.init.suse b/multipathd/multipathd.init.suse index 03a11511..d1319b1a 100644 --- a/multipathd/multipathd.init.suse +++ b/multipathd/multipathd.init.suse @@ -38,7 +38,7 @@ case "$1" in 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