b=21240
revert wrongly committed code from another patch
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"