From: shadow Date: Tue, 17 Jun 2008 12:36:47 +0000 (+0000) Subject: revert typo. X-Git-Tag: v1_8_0_110~461 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=08cec6e9ec041e4ac8a667f075116df30cfef52f;p=fs%2Flustre-release.git revert typo. --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 4cab554..beb3308 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -268,16 +268,17 @@ mount_facet() { local dev=${facet}_dev local opt=${facet}_opt echo "Starting ${facet}: ${!opt} $@ ${!dev} ${MOUNT%/*}/${facet}" - do_facet ${facet} "lctl set_param debug=$PTLDEBUG; \ - lctl set_param subsystem_debug=${SUBSYSTEM# }; \ - lctl set_param debug_mb=${DEBUG_SIZE}; \ - sync" do_facet ${facet} mount -t lustre ${!opt} $@ ${!dev} ${MOUNT%/*}/${facet} RC=${PIPESTATUS[0]} if [ $RC -ne 0 ]; then echo "mount -t lustre $@ ${!dev} ${MOUNT%/*}/${facet}" echo "Start of ${!dev} on ${facet} failed ${RC}" + do_facet ${facet} "lctl set_param debug=$PTLDEBUG; \ + lctl set_param subsystem_debug=${SUBSYSTEM# }; \ + lctl set_param debug_mb=${DEBUG_SIZE}; \ + sync" + fi return $RC } @@ -337,12 +338,11 @@ zconf_mount() { echo "Starting client: $client: $OPTIONS $device $mnt" do_node $client mkdir -p $mnt + do_node $client mount -t lustre $OPTIONS $device $mnt || return 1 do_node $client "lctl set_param debug=$PTLDEBUG; lctl set_param subsystem_debug=${SUBSYSTEM# }; lctl set_param debug_mb=${DEBUG_SIZE}" - do_node $client mount -t lustre $OPTIONS $device $mnt || return 1 - [ -d /r ] && $LCTL modules > /r/tmp/ogdb-$HOSTNAME return 0 }