diff options
author | Xiubo Li <xiubli@redhat.com> | 2024-06-04 03:36:14 +0200 |
---|---|---|
committer | Xiubo Li <xiubli@redhat.com> | 2024-06-05 04:19:24 +0200 |
commit | 98c9c8cf1572385a7eac2a3929209562e7da9db0 (patch) | |
tree | 690bbf739f560fde83ea9512ca896a18979fa1b3 /qa/cephfs | |
parent | msg: decrease the level to print the sending msgs from the protocol (diff) | |
download | ceph-98c9c8cf1572385a7eac2a3929209562e7da9db0.tar.xz ceph-98c9c8cf1572385a7eac2a3929209562e7da9db0.zip |
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 <xiubli@redhat.com>
Diffstat (limited to 'qa/cephfs')
-rw-r--r-- | qa/cephfs/conf/mds.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/cephfs/conf/mds.yaml b/qa/cephfs/conf/mds.yaml index b1c7a586944..3b49b44d6a2 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 |