X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fscripts%2Flustre;h=73c5b22353047dca664990b28f23886d29804944;hp=0e3acba07cf72df7b8fd0a9a43a7c86efbb66613;hb=94f66ce730ba4d0b8c953cf1f74e68a5541d6e27;hpb=1bf0f816930b489822d252bffff666c5384833c9 diff --git a/lustre/scripts/lustre b/lustre/scripts/lustre index 0e3acba..73c5b22 100755 --- a/lustre/scripts/lustre +++ b/lustre/scripts/lustre @@ -28,8 +28,8 @@ SERVICE=${0##*/} [ -f /etc/sysconfig/lustre ] && . /etc/sysconfig/lustre : ${LUSTRE_CONFIG_XML:=/etc/lustre/config.xml} -: ${LCONF:=/usr/sbin/lconf} -: ${LCTL:=/usr/sbin/lctl} +: ${LCONF:=lconf} +: ${LCTL:=lctl} # Some distros use modprobe.conf.local if [ -f /etc/modprobe.conf.local ]; then : ${MODPROBE_CONF:=/etc/modprobe.conf.local} @@ -214,7 +214,7 @@ status() { # If Lustre is up , check if the service really exists # Skip this is we are not checking a specific service if [ $RETVAL -eq 0 ] && [ $SERVICE != 'lustre' ]; then - DUMMY=`lctl dl | grep $SERVICE` + DUMMY=$( $LCTL dl | grep "$SERVICE") [ $? -ne 0 ] && STATE="not_found" && RETVAL=3 fi