diff options
Diffstat (limited to 'qa/mgr_ttl_cache')
-rw-r--r-- | qa/mgr_ttl_cache/disable.yaml | 5 | ||||
-rw-r--r-- | qa/mgr_ttl_cache/enable.yaml | 5 |
2 files changed, 10 insertions, 0 deletions
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 |