Whamcloud - gitweb
Branch b_release_1_8_1
authorjohann <johann>
Thu, 11 Jun 2009 14:02:46 +0000 (14:02 +0000)
committerjohann <johann>
Thu, 11 Jun 2009 14:02:46 +0000 (14:02 +0000)
b=19820
i=bobijam

stop ost2 at the end of test 50f.

lustre/tests/conf-sanity.sh

index eb4a43b..a07e9b2 100644 (file)
@@ -1830,8 +1830,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"