From 5e5fb026f16f97103cde931974825fe88e6b2978 Mon Sep 17 00:00:00 2001 From: vitaly Date: Wed, 10 Jun 2009 10:17:01 +0000 Subject: [PATCH] Branch HEAD b=19802 i=grev i=vs drop the wrong output redirection --- lustre/tests/sanity.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 011cb20..9d0784f 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5941,8 +5941,8 @@ som_mode_switch() { # do remount to make new mount-conf parameters actual echo remounting... sync - stopall 1&>2 2>/dev/null - setupall 1&>2 2>/dev/null + stopall + setupall } test_132() { #1028, SOM @@ -5957,7 +5957,7 @@ test_132() { #1028, SOM gl1=$(get_ost_param "ldlm_glimpse_enqueue") stat $DIR/$tfile >/dev/null gl2=$(get_ost_param "ldlm_glimpse_enqueue") - echo "SOM is "$som1", "$((gl2 - gl1))" glimpse RPC occured" + echo "====> SOM is "$som1", "$((gl2 - gl1))" glimpse RPC occured" cancel_lru_locks osc som_mode_switch $som1 $gl1 $gl2 -- 1.8.3.1