From: Sage Weil Date: Mon, 5 Apr 2021 18:08:30 +0000 (-0500) Subject: qa/tasks/ceph.conf: shorten cephx TTL for testing X-Git-Tag: v14.2.20~20 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40661%2Fhead;p=ceph.git qa/tasks/ceph.conf: shorten cephx TTL for testing Rotate tickets frequently to exercise those code paths during testing. Signed-off-by: Sage Weil (cherry picked from commit 94df76244798cdc0bafd74c9e5197adb5aa990c0) Conflicts: qa/tasks/cephadm.conf [ no cephadm in nautilus ] --- diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index 0c0f503abfd0a..86cefa9c0b265 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -89,6 +89,10 @@ mon osd prime pg temp = true mon reweight min bytes per osd = 10 + # rotate auth tickets quickly to exercise renewal paths + auth mon ticket ttl = 660 # 11m + auth service ticket ttl = 240 # 4m + [client] rgw cache enabled = true rgw enable ops log = true