From: Patrick Donnelly Date: Sat, 17 Sep 2022 00:33:14 +0000 (-0400) Subject: qa: output higher debugging for cephfs-journal-tool/cephfs-data-scan X-Git-Tag: v18.1.0~1106^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=acd395ace22d02790dafe081d4b15e41379da7ab;p=ceph.git qa: output higher debugging for cephfs-journal-tool/cephfs-data-scan Fixes: https://tracker.ceph.com/issues/57597 Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/fs/functional/tasks/alternate-pool.yaml b/qa/suites/fs/functional/tasks/alternate-pool.yaml index 3bff0ffe9599..7a1caa47300e 100644 --- a/qa/suites/fs/functional/tasks/alternate-pool.yaml +++ b/qa/suites/fs/functional/tasks/alternate-pool.yaml @@ -1,4 +1,3 @@ - overrides: ceph: log-ignorelist: diff --git a/qa/tasks/cephfs/filesystem.py b/qa/tasks/cephfs/filesystem.py index 354583e047e3..f574094f4ca2 100644 --- a/qa/tasks/cephfs/filesystem.py +++ b/qa/tasks/cephfs/filesystem.py @@ -1528,7 +1528,7 @@ class Filesystem(MDSCluster): if quiet: base_args = [os.path.join(self._prefix, tool), '--debug-mds=1', '--debug-objecter=1'] else: - base_args = [os.path.join(self._prefix, tool), '--debug-mds=4', '--debug-objecter=1'] + base_args = [os.path.join(self._prefix, tool), '--debug-mds=20', '--debug-ms=1', '--debug-objecter=1'] if rank is not None: base_args.extend(["--rank", "%s" % str(rank)])