From acf33b5cdb3dea1c4d82c2a0bc012ce1d01f059f Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 8 Oct 2014 16:34:02 +0100 Subject: [PATCH] suites/fs: enable debug on recovery tests Signed-off-by: John Spray --- suites/fs/recovery/debug/mds_client.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 suites/fs/recovery/debug/mds_client.yaml diff --git a/suites/fs/recovery/debug/mds_client.yaml b/suites/fs/recovery/debug/mds_client.yaml new file mode 100644 index 0000000000000..cf5995fdda445 --- /dev/null +++ b/suites/fs/recovery/debug/mds_client.yaml @@ -0,0 +1,9 @@ +overrides: + ceph: + conf: + mds: + debug ms: 1 + debug mds: 20 + client: + debug ms: 1 + debug client: 20 -- 2.47.3