]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph[adm].conf[.template]: disable insecure global_id reclaim health alerts
authorSage Weil <sage@newdream.net>
Fri, 26 Mar 2021 22:08:46 +0000 (18:08 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Apr 2021 19:59:42 +0000 (21:59 +0200)
Turn these off everywhere for our tests so they don't interfere with our health checks.

Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 9f6fd4fe563c9cd4cf65316921d511b677c972e4)

Conflicts:
qa/tasks/cephadm.conf [ no cephadm in nautilus ]

qa/tasks/ceph.conf.template

index 86cefa9c0b26503aca7d7fcd5401b581a19bbad2..a84043f5273addda4477aada83afdaec149561a0 100644 (file)
        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