From: robert.read Date: Fri, 12 Jun 2009 00:20:29 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_220~151 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=3b73dde668d26036f6afdc42abb779a25b35e3fe Branch HEAD b=19820 a=ed i=zhenyu.xu Add missing stop_ost2. --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 6f9ba5d..19528e7 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1918,8 +1918,9 @@ test_50f() { sleep $(( $TIMEOUT+1 )) kill -0 $pid [ $? -ne 0 ] && error "process isn't sleep" - start_ost2 || error "Unable to start OST1" + start_ost2 || error "Unable to start OST2" wait $pid || error "statfs failed" + stop_ost2 || error "Unable to stop OST2" fi umount_client $MOUNT || error "Unable to unmount client"