From 9d22559bcf394bd5870988448ff5e4c34be6990d Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 21 Apr 2020 02:27:13 +0300 Subject: [PATCH] Start peering immediately when loading PGs --- osd_cluster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osd_cluster.cpp b/osd_cluster.cpp index f95ca6a8..9ceb308a 100644 --- a/osd_cluster.cpp +++ b/osd_cluster.cpp @@ -371,7 +371,6 @@ void osd_t::parse_pgs(const json11::Json & pg_config, const std::mappgs[pg_num].print_state(); // Add peers for (auto pg_osd: all_peers) { @@ -380,6 +379,7 @@ void osd_t::parse_pgs(const json11::Json & pg_config, const std::map