lost_unfound: do peer after, until wait_for_clean propagates last_epoch_started

The peer task does wait_for_clean, and then lost_unfound immediately marks
something down.  But the PGs become clean before the replica last_epoch_started
is moved forward in time, which means they block waiting for the now down
OSD.  Needlessly.

Until we fix this, just do the peer test after.
This commit is contained in:
Sage Weil 2012-02-25 21:35:31 -08:00
parent d944e7ee1e
commit 6295578f16

View File

@ -10,5 +10,5 @@ tasks:
- ceph:
log-whitelist:
- objects unfound and apparently lost
- peer:
- lost_unfound:
- peer: