]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph.conf: shorten cephx TTL for testing 40661/head
authorSage Weil <sage@newdream.net>
Mon, 5 Apr 2021 18:08:30 +0000 (13:08 -0500)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Apr 2021 19:59:41 +0000 (21:59 +0200)
Rotate tickets frequently to exercise those code paths during testing.

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

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

qa/tasks/ceph.conf.template

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