mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
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:
parent
d944e7ee1e
commit
6295578f16
@ -10,5 +10,5 @@ tasks:
|
||||
- ceph:
|
||||
log-whitelist:
|
||||
- objects unfound and apparently lost
|
||||
- peer:
|
||||
- lost_unfound:
|
||||
- peer:
|
||||
|
Loading…
Reference in New Issue
Block a user