From 6f3b3a87883dc2121a899082d15aaaf36d0a0c0a Mon Sep 17 00:00:00 2001 From: shadow Date: Tue, 17 Jun 2008 12:27:27 +0000 Subject: [PATCH] revert debug code. --- lustre/tests/test-framework.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 74fb073..8a1df23 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -280,16 +280,16 @@ 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 } @@ -349,12 +349,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 } -- 1.8.3.1