From 7c42510c2f373ab5323ba1330aa4f23f0c25bbd0 Mon Sep 17 00:00:00 2001 From: grev Date: Tue, 17 Feb 2009 20:42:18 +0000 Subject: [PATCH] b=18285 i=Rahul i=Nathan test_32a fix: remove mount client part --- lustre/tests/conf-sanity.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index e5626e0..84eb3bc 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1000,19 +1000,6 @@ test_32a() { $LCTL conf_param lustre-MDT0000.failover.node=$NID || return 10 echo "ok." - # With a new good MDT failover nid, we should be able to mount a client - # (but it cant talk to OST) - local mountopt="-o exclude=lustre-OST0000" - - local device=`h2$NETTYPE $HOSTNAME`:/lustre - echo "Starting local client: $HOSTNAME: $mountopt $device $MOUNT" - mount -t lustre $mountopt $device $MOUNT || return 1 - - local old=$(lctl get_param -n mdc.*.max_rpcs_in_flight) - local new=$((old + 5)) - lctl conf_param lustre-MDT0000.mdc.max_rpcs_in_flight=$new - wait_update $HOSTNAME "lctl get_param -n mdc.*.max_rpcs_in_flight" $new || return 11 - cleanup_32 # mount a second time to make sure we didnt leave upgrade flag on -- 1.8.3.1