From 47258874ad7ca2759273d094371d39d06873d781 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 5 Apr 2021 13:08:30 -0500 Subject: [PATCH] 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 ] --- 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 0c0f503abfd..86cefa9c0b2 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 -- 2.47.3