Whamcloud - gitweb
b=20975
authormanoj <manoj>
Mon, 2 Nov 2009 20:27:56 +0000 (20:27 +0000)
committermanoj <manoj>
Mon, 2 Nov 2009 20:27:56 +0000 (20:27 +0000)
r=robert.read
r=nathan.rutman

Change forced stop of MDS to a normal stop.

lustre/tests/ost-pools.sh

index 84371a6..3f3a1e9 100644 (file)
@@ -1294,7 +1294,7 @@ test_25() {
 
     for i in $(seq 10); do
         create_pool_nofail pool$i
-        stop mds -f  || return 1
+        stop mds || return 1
         sleep 10
         start mds $MDSDEV $MDS_MOUNT_OPTS || \
             error "Failed to start MDS after stopping"