From: Kefu Chai Date: Fri, 16 Apr 2021 05:39:06 +0000 (+0800) Subject: common/options/global: correct default of auth_mon_ticket_ttl X-Git-Tag: v17.1.0~2231^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40883%2Fhead;p=ceph.git common/options/global: correct default of auth_mon_ticket_ttl in 5505fc0051a302fed46aa2ecaa8c8aa2a75b9e91, during rebasing against master it was set to 12_hr by accident. this setting was changed to 72_hr in 522a52e6c258932274f0753feb623ce008519216 Signed-off-by: Kefu Chai --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 05b8f3330fee..5c7f4a4317fd 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -3136,7 +3136,6 @@ options: type: float level: advanced default: 72_hr - default: 12_hr with_legacy: true - name: auth_service_ticket_ttl type: float