From 98c9c8cf1572385a7eac2a3929209562e7da9db0 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Tue, 4 Jun 2024 09:36:14 +0800 Subject: [PATCH] qa: set debug_ms=2 for cephfs tests Since we have hit this many times in cephfs tests, just increase the debug_ms log level for now. Related: https://tracker.ceph.com/issues/65309 Signed-off-by: Xiubo Li --- qa/cephfs/conf/mds.yaml | 2 +- qa/suites/fs/full/tasks/mgr-osd-full.yaml | 2 +- qa/suites/fs/libcephfs/tasks/client.yaml | 2 +- qa/suites/fs/libcephfs/tasks/ino_release_cb.yaml | 2 +- qa/suites/fs/libcephfs/tasks/libcephfs/test.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qa/cephfs/conf/mds.yaml b/qa/cephfs/conf/mds.yaml index b1c7a58694449..3b49b44d6a2f8 100644 --- a/qa/cephfs/conf/mds.yaml +++ b/qa/cephfs/conf/mds.yaml @@ -4,7 +4,7 @@ overrides: mds: debug mds: 20 debug mds balancer: 20 - debug ms: 1 + debug ms: 2 mds debug frag: true mds debug scatterstat: true mds op complaint time: 180 diff --git a/qa/suites/fs/full/tasks/mgr-osd-full.yaml b/qa/suites/fs/full/tasks/mgr-osd-full.yaml index a005f52037c79..df566545d1b4a 100644 --- a/qa/suites/fs/full/tasks/mgr-osd-full.yaml +++ b/qa/suites/fs/full/tasks/mgr-osd-full.yaml @@ -8,7 +8,7 @@ overrides: debug ms: 1 debug client: 20 mds: - debug ms: 1 + debug ms: 2 debug mds: 20 osd: # force bluestore since it's required for ec overwrites osd objectstore: bluestore diff --git a/qa/suites/fs/libcephfs/tasks/client.yaml b/qa/suites/fs/libcephfs/tasks/client.yaml index bfdfee4a86b36..da84137322069 100644 --- a/qa/suites/fs/libcephfs/tasks/client.yaml +++ b/qa/suites/fs/libcephfs/tasks/client.yaml @@ -5,7 +5,7 @@ overrides: debug ms: 1 debug client: 20 mds: - debug ms: 1 + debug ms: 2 debug mds: 20 tasks: - workunit: diff --git a/qa/suites/fs/libcephfs/tasks/ino_release_cb.yaml b/qa/suites/fs/libcephfs/tasks/ino_release_cb.yaml index 5b524748975c1..1f208e342ec23 100644 --- a/qa/suites/fs/libcephfs/tasks/ino_release_cb.yaml +++ b/qa/suites/fs/libcephfs/tasks/ino_release_cb.yaml @@ -5,7 +5,7 @@ overrides: debug ms: 1 debug client: 20 mds: - debug ms: 1 + debug ms: 2 debug mds: 20 tasks: - exec: diff --git a/qa/suites/fs/libcephfs/tasks/libcephfs/test.yaml b/qa/suites/fs/libcephfs/tasks/libcephfs/test.yaml index 70afa2da3f2b0..e98c8dee9157d 100644 --- a/qa/suites/fs/libcephfs/tasks/libcephfs/test.yaml +++ b/qa/suites/fs/libcephfs/tasks/libcephfs/test.yaml @@ -5,7 +5,7 @@ overrides: debug ms: 1 debug client: 20 mds: - debug ms: 1 + debug ms: 2 debug mds: 20 tasks: - check-counter: -- 2.39.5