Whamcloud - gitweb
Branch b1_8
authortappro <tappro>
Thu, 10 Dec 2009 11:29:36 +0000 (11:29 +0000)
committertappro <tappro>
Thu, 10 Dec 2009 11:29:36 +0000 (11:29 +0000)
b=21240

revert wrongly committed code from another patch

lustre/tests/replay-single.sh

index 38fb3ab..1576552 100755 (executable)
@@ -412,7 +412,11 @@ test_20b() { # bug 10480
 
     fail mds                            # start orphan recovery
     wait_recovery_complete mds || error "MDS recovery not done"
-    wait_mds_ost_sync || return 3
+
+    # For interop with 2.0 only:
+    # FIXME just because recovery is done doesn't mean we've finished
+    # orphan cleanup.  Fake it with a sleep for now...
+    sleep 10
 
     AFTERUSED=`df -P $DIR | tail -1 | awk '{ print $3 }'`
     log "before $BEFOREUSED, after $AFTERUSED"