From 4c6660842ff884335013f4c66f432423fc272282 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Wed, 4 Oct 2023 19:50:12 +0530 Subject: [PATCH] qa: start testing mds_client_delegate_inos_pct config Signed-off-by: Venky Shankar --- qa/suites/fs/workload/delegate_inos/default.yaml | 1 + qa/suites/fs/workload/delegate_inos/enabled.yaml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 qa/suites/fs/workload/delegate_inos/default.yaml create mode 100644 qa/suites/fs/workload/delegate_inos/enabled.yaml diff --git a/qa/suites/fs/workload/delegate_inos/default.yaml b/qa/suites/fs/workload/delegate_inos/default.yaml new file mode 100644 index 00000000000..219407f33fe --- /dev/null +++ b/qa/suites/fs/workload/delegate_inos/default.yaml @@ -0,0 +1 @@ +# Use default (0) diff --git a/qa/suites/fs/workload/delegate_inos/enabled.yaml b/qa/suites/fs/workload/delegate_inos/enabled.yaml new file mode 100644 index 00000000000..6c0e0da27a1 --- /dev/null +++ b/qa/suites/fs/workload/delegate_inos/enabled.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + mds: + mds_client_delegate_inos_pct: 50 -- 2.39.5