From eda6a2e89965f0acd84ee0726e1b97698f8f9386 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 (cherry picked from commit 08328a06b2d13029073b547fe45742128d34398c) --- 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 000000000000..30b2ea98150b --- /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 000000000000..30b2ea98150b --- /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.47.3