]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: time log compression 52953/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:55 +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 7ce23acc0328dc02f738ec25b7c2b5dcab498e05..6e71b8b55b69c4264f6b0890f50bc5f3e7bb2059 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 5623b03eda2225970975ea8a5187143b59857931..7692e9249ad30524671249589b78bd3ad1e21aae 100644 (file)
@@ -257,6 +257,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 8db0095b7b4f7ef53aa7cb36b7745e5518202ff6..e9d6552be11f26f27be52c61c3c2d37fb8488464 100644 (file)
@@ -251,6 +251,7 @@ def ceph_log(ctx, config):
             run.wait(
                 ctx.cluster.run(
                     args=[
+                        'time',
                         'sudo',
                         'find',
                         log_dir,