From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- qa/mgr_ttl_cache/disable.yaml | 5 +++++ qa/mgr_ttl_cache/enable.yaml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 qa/mgr_ttl_cache/disable.yaml create mode 100644 qa/mgr_ttl_cache/enable.yaml (limited to 'qa/mgr_ttl_cache') diff --git a/qa/mgr_ttl_cache/disable.yaml b/qa/mgr_ttl_cache/disable.yaml new file mode 100644 index 000000000..bbd78d53f --- /dev/null +++ b/qa/mgr_ttl_cache/disable.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + mgr: + mgr ttl cache expire seconds: 0 diff --git a/qa/mgr_ttl_cache/enable.yaml b/qa/mgr_ttl_cache/enable.yaml new file mode 100644 index 000000000..2c1c0e053 --- /dev/null +++ b/qa/mgr_ttl_cache/enable.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + mgr: + mgr ttl cache expire seconds: 5 -- cgit v1.2.3