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: v17.2.7~448^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0aaedaec86d1f57a2b54f3621d9a83b7683c39b8;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 (cherry picked from commit acd395ace22d02790dafe081d4b15e41379da7ab) --- 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 61b605730591..38e472ac6b4b 100644 --- a/qa/tasks/cephfs/filesystem.py +++ b/qa/tasks/cephfs/filesystem.py @@ -1499,7 +1499,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)])