Skip to content
Snippets Groups Projects
Commit 693bd1b2 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

Cleanup wrong mount_facet message

(introduced by deen rev 1.42.10.74)
parent 6f93df3e
No related branches found
No related tags found
No related merge requests found
...@@ -276,8 +276,8 @@ mount_facet() { ...@@ -276,8 +276,8 @@ mount_facet() {
do_facet ${facet} mount -t lustre ${!opt} $@ ${!dev} ${MOUNT%/*}/${facet} do_facet ${facet} mount -t lustre ${!opt} $@ ${!dev} ${MOUNT%/*}/${facet}
RC=${PIPESTATUS[0]} RC=${PIPESTATUS[0]}
if [ $RC -ne 0 ]; then if [ $RC -ne 0 ]; then
echo "mount -t lustre $@ ${device} ${MOUNT%/*}/${facet}" echo "mount -t lustre $@ ${!dev} ${MOUNT%/*}/${facet}"
echo "Start of ${device} on ${facet} failed ${RC}" echo "Start of ${!dev} on ${facet} failed ${RC}"
fi fi
return $RC return $RC
} }
......
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