Calculate required stabilize/rollback actions, add more map perf tests

This commit is contained in:
Vitaliy Filippov
2020-01-27 01:34:30 +03:00
parent 079f129390
commit 1447c44b68
5 changed files with 202 additions and 43 deletions
+1
View File
@@ -180,6 +180,7 @@ void osd_t::handle_peers()
void osd_t::start_pg_peering(int pg_idx)
{
// FIXME: Set PG_INCOMPLETE if incomplete
auto & pg = pgs[pg_idx];
auto ps = pg.peering_state = new pg_peering_state_t();
{