Whamcloud - gitweb
Ensure that /sbin and /usr/sbin are in the remote $PATH so that sysctl can be
authorbrian <brian>
Wed, 15 Jun 2005 18:45:15 +0000 (18:45 +0000)
committerbrian <brian>
Wed, 15 Jun 2005 18:45:15 +0000 (18:45 +0000)
found on the remote node.
b=6281

lustre/tests/test-framework.sh

index 0ef25df..c5612e9 100644 (file)
@@ -317,7 +317,7 @@ do_node() {
        echo "CMD: $HOST $@"
        $PDSH $HOST $LCTL mark "$@" > /dev/null 2>&1 || :
     fi
-    $PDSH $HOST "(PATH=$RLUSTRE/utils:$RLUSTRE/tests:\$PATH; cd $RPWD; sh -c \"$@\")"
+    $PDSH $HOST "(PATH=$RLUSTRE/utils:$RLUSTRE/tests:/usr/sbin:/sbin:\$PATH; cd $RPWD; sh -c \"$@\")"
 }
 
 mds_list() {