From 08328a06b2d13029073b547fe45742128d34398c Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 24 Aug 2023 21:34:18 -0400 Subject: [PATCH] qa: lengthen shutdown timeout for thrashed MDS Fixes: https://tracker.ceph.com/issues/62579 Signed-off-by: Patrick Donnelly --- qa/suites/fs/thrash/multifs/overrides/client-shutdown.yaml | 6 ++++++ .../fs/thrash/workloads/overrides/client-shutdown.yaml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 qa/suites/fs/thrash/multifs/overrides/client-shutdown.yaml create mode 100644 qa/suites/fs/thrash/workloads/overrides/client-shutdown.yaml diff --git a/qa/suites/fs/thrash/multifs/overrides/client-shutdown.yaml b/qa/suites/fs/thrash/multifs/overrides/client-shutdown.yaml new file mode 100644 index 0000000000000..30b2ea98150b5 --- /dev/null +++ b/qa/suites/fs/thrash/multifs/overrides/client-shutdown.yaml @@ -0,0 +1,6 @@ +# Lengthen the timeout for thrashed MDS +overrides: + ceph: + conf: + client: + client_shutdown_timeout: 120 diff --git a/qa/suites/fs/thrash/workloads/overrides/client-shutdown.yaml b/qa/suites/fs/thrash/workloads/overrides/client-shutdown.yaml new file mode 100644 index 0000000000000..30b2ea98150b5 --- /dev/null +++ b/qa/suites/fs/thrash/workloads/overrides/client-shutdown.yaml @@ -0,0 +1,6 @@ +# Lengthen the timeout for thrashed MDS +overrides: + ceph: + conf: + client: + client_shutdown_timeout: 120 -- 2.39.5