From 2864191b5cf566dbf800b5da20074660d0ce9619 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) Conflicts: qa/tasks/cephadm.conf [ no cephadm in nautilus ] --- qa/tasks/ceph.conf.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index 86cefa9c0b265..a84043f5273ad 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -93,6 +93,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 -- 2.39.5