]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: time log compression 52952/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 22 Mar 2023 14:20:21 +0000 (10:20 -0400)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Fri, 11 Aug 2023 13:12:29 +0000 (20:12 +0700)
For debugging and ad-hoc analytics.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 6739e1156350be7032f8832c04cf28da79e9c4d9)

qa/tasks/ceph.py
qa/tasks/ceph_deploy.py
qa/tasks/cephadm.py
qa/tasks/rook.py

index a337d585416e11028a330e870a9a6d9852cbea98..f0803dbd497faa34b5287a6fdb13fca70717bb68 100644 (file)
@@ -262,6 +262,7 @@ def ceph_log(ctx, config):
             run.wait(
                 ctx.cluster.run(
                     args=[
+                        'time',
                         'sudo',
                         'find',
                         '/var/log/ceph',
index 531c1edd6729469c2116d511942d91b8d704ec44..832e2a1f4b3b58b8211d4a8707c6f4a43b544a8b 100644 (file)
@@ -524,6 +524,7 @@ def build_ceph_cluster(ctx, config):
             run.wait(
                 ctx.cluster.run(
                     args=[
+                        'time',
                         'sudo',
                         'find',
                         '/var/log/ceph',
index bb2c88822e49eaf7f91baa1da709f47ea861d646..be5ddd65d4544199ab2466d2fb3df87d60ab6473 100644 (file)
@@ -272,6 +272,7 @@ def ceph_log(ctx, config):
             run.wait(
                 ctx.cluster.run(
                     args=[
+                        'time',
                         'sudo',
                         'find',
                         '/var/log/ceph',   # all logs, not just for the cluster
index 5058be1cdf5a37a2657784ad1be6f9918693a1c0..fb6f3fa67a9dda881a438958f0989a26a37dfe6b 100644 (file)
@@ -263,6 +263,7 @@ def ceph_log(ctx, config):
             run.wait(
                 ctx.cluster.run(
                     args=[
+                        'time',
                         'sudo',
                         'find',
                         log_dir,