Add consul & connect timeouts, report state before loading PGs, move init_primary to osd_cluster

This commit is contained in:
Vitaliy Filippov
2020-04-20 15:43:07 +03:00
parent 663153713b
commit ff38b464a5
7 changed files with 150 additions and 93 deletions
-1
View File
@@ -110,7 +110,6 @@ void pg_obj_state_check_t::handle_version()
n_copies++;
if (replica >= pg->pg_size)
{
// FIXME In the future, check it against the PG epoch number to handle replication factor/scheme changes
n_buggy++;
}
else