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: v15.2.11~22 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40662%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) --- diff --git a/qa/tasks/ceph.conf.template b/qa/tasks/ceph.conf.template index 8619817cf75b..d6826c39f844 100644 --- a/qa/tasks/ceph.conf.template +++ b/qa/tasks/ceph.conf.template @@ -90,6 +90,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 diff --git a/qa/tasks/cephadm.conf b/qa/tasks/cephadm.conf index a6cbb28c0eb0..fe394cbfe6e8 100644 --- a/qa/tasks/cephadm.conf +++ b/qa/tasks/cephadm.conf @@ -73,6 +73,10 @@ mon osd reporter subtree level = osd 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] rgw cache enabled = true rgw enable ops log = true