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

Cleanup wrong mount_facet message

(introduced by deen rev 1.42.10.74 b1_6)
parent f8fc0fda
No related merge requests found
......@@ -266,8 +266,8 @@ mount_facet() {
do_facet ${facet} mount -t lustre ${!opt} $@ ${!dev} ${MOUNT%/*}/${facet}
RC=${PIPESTATUS[0]}
if [ $RC -ne 0 ]; then
echo "mount -t lustre $@ ${device} ${MOUNT%/*}/${facet}"
echo "Start of ${device} on ${facet} failed ${RC}"
echo "mount -t lustre $@ ${!dev} ${MOUNT%/*}/${facet}"
echo "Start of ${!dev} on ${facet} failed ${RC}"
else
do_facet ${facet} "lctl set_param debug=$PTLDEBUG; \
lctl set_param subsystem_debug=${SUBSYSTEM# }; \
......
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