From b5cab08d9e2b1c961c04450d074d168577f504b6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 26 Mar 2021 18:08:46 -0400 Subject: [PATCH] qa/tasks/ceph[adm].conf[.template]: disable insecure global_id reclaim health alerts Turn these off everywhere for our tests so they don't interfere with our health checks. Signed-off-by: Sage Weil (cherry picked from commit 9f6fd4fe563c9cd4cf65316921d511b677c972e4) --- qa/tasks/ceph.conf.template | 4 ++++ qa/tasks/cephadm.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index 06dc8eb748229..609a124b82d89 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -95,6 +95,10 @@ auth mon ticket ttl = 660 # 11m auth service ticket ttl = 240 # 4m + # don't complain about insecure global_id in the test suite + mon_warn_on_insecure_global_id_reclaim = false + mon_warn_on_insecure_global_id_reclaim_allowed = false + [client] rgw cache enabled = true rgw enable ops log = true diff --git a/qa/tasks/cephadm.conf b/qa/tasks/cephadm.conf index fe394cbfe6e8d..4a7945ac31d2a 100644 --- a/qa/tasks/cephadm.conf +++ b/qa/tasks/cephadm.conf @@ -77,6 +77,10 @@ mon reweight min bytes per osd = 10 auth mon ticket ttl = 660 # 11m auth service ticket ttl = 240 # 4m +# don't complain about global id reclaim +mon_warn_on_insecure_global_id_reclaim = false +mon_warn_on_insecure_global_id_reclaim_allowed = false + [client.rgw] rgw cache enabled = true rgw enable ops log = true -- 2.39.5