From ee893445d51808623b12c722935be05997b46124 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 8 Jan 2019 14:04:37 -0600 Subject: [PATCH] mon/MonClient: make mon hunt more aggressive With v2 and v1 addresses, it helps to be a bit more aggressive searching for mons since the v1 or v2 ports may not be in use. - try 3 parallel connection attempts, not 2 - increase the timeout interval more slowly Signed-off-by: Sage Weil --- src/common/options.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index b85bc2e776c9b..4ab41d9b91046 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2057,7 +2057,7 @@ std::vector