]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
lost_unfound: do peer after, until wait_for_clean propagates last_epoch_started
authorSage Weil <sage@newdream.net>
Sun, 26 Feb 2012 05:35:31 +0000 (21:35 -0800)
committerSage Weil <sage@newdream.net>
Sun, 26 Feb 2012 05:35:31 +0000 (21:35 -0800)
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.

suites/regression/singleton/all/lost-unfound.yaml

index 21d1a05ac4f02bdd354a479d0352f07a17d3f818..ece6ceb2ea35754f3eb126cc5c9721423c833d5f 100644 (file)
@@ -10,5 +10,5 @@ tasks:
 - ceph:
     log-whitelist:
     - objects unfound and apparently lost
-- peer:
 - lost_unfound:
+- peer: