Skip to content
Snippets Groups Projects
Commit 941999e8 authored by Brian J. Murrell's avatar Brian J. Murrell
Browse files

Ensure that /sbin and /usr/sbin are in the remote $PATH so that sysctl can be

found on the remote node.
b=6281
parent 536e0cd2
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment