From 689e5425972ea94977b5d22d5e3d69c5d6271c6f Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 19 Mar 2024 11:01:48 -0400 Subject: [PATCH] qa/cephfs: add mgr debugging Fixes: https://tracker.ceph.com/issues/64985 Signed-off-by: Patrick Donnelly (cherry picked from commit d2d844b60be5b0881844cecf7b0a54124061152b) --- qa/cephfs/conf/mgr.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qa/cephfs/conf/mgr.yaml diff --git a/qa/cephfs/conf/mgr.yaml b/qa/cephfs/conf/mgr.yaml new file mode 100644 index 0000000000000..fb6e9b09fa155 --- /dev/null +++ b/qa/cephfs/conf/mgr.yaml @@ -0,0 +1,7 @@ +overrides: + ceph: + conf: + mgr: + debug client: 20 + debug mgr: 20 + debug ms: 1 -- 2.39.5