From 1183f09e47a0ebf8767610d82a2a60f20d7f4090 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 6 Feb 2017 14:16:28 -0500 Subject: [PATCH] qa: increase debug_ms level for thrashing This is to help locate the cause of [1]. [1] http://tracker.ceph.com/issues/18690 Signed-off-by: Patrick Donnelly --- qa/suites/multimds/thrash/overrides/thrash_debug.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qa/suites/multimds/thrash/overrides/thrash_debug.yaml diff --git a/qa/suites/multimds/thrash/overrides/thrash_debug.yaml b/qa/suites/multimds/thrash/overrides/thrash_debug.yaml new file mode 100644 index 0000000000000..2243037cae954 --- /dev/null +++ b/qa/suites/multimds/thrash/overrides/thrash_debug.yaml @@ -0,0 +1,7 @@ +overrides: + ceph: + conf: + mds: + debug ms: 10 + client: + debug ms: 10 -- 2.39.5