]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: output higher debugging for cephfs-journal-tool/cephfs-data-scan 48174/head
authorPatrick Donnelly <pdonnell@redhat.com>
Sat, 17 Sep 2022 00:33:14 +0000 (20:33 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 19 Sep 2022 14:44:08 +0000 (10:44 -0400)
Fixes: https://tracker.ceph.com/issues/57597
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/suites/fs/functional/tasks/alternate-pool.yaml
qa/tasks/cephfs/filesystem.py

index 3bff0ffe9599da4bf1041a8080ca52c5117eda14..7a1caa47300e88fe1345c352f3823beb32130eab 100644 (file)
@@ -1,4 +1,3 @@
-
 overrides:
   ceph:
     log-ignorelist:
index 354583e047e388662e09853d1475ae1946892844..f574094f4ca2cf27ae01dab33c24ad8d9382e058 100644 (file)
@@ -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)])