]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: time log compression 50616/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 22 Mar 2023 14:20:21 +0000 (10:20 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 27 Mar 2023 18:55:16 +0000 (14:55 -0400)
For debugging and ad-hoc analytics.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/ceph.py
qa/tasks/ceph_deploy.py
qa/tasks/cephadm.py
qa/tasks/rook.py

index acf86f6c577c3ef2431addc7bfa74328ef6539b4..21cc2b05336a56eea8fd7c73c8b90ac77b3f8b29 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 0c4c4ccc1d3aac7beaa19c7f2ae3b0f8e42d21e1..c77ee6a18ef937178c6a0a6141b97619ca913cfe 100644 (file)
@@ -346,6 +346,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 d1110ed6a767250ff2453f0458d898c1abb03a73..6cb75173966925f2f7661f91ad818fb264087f2c 100644 (file)
@@ -263,6 +263,7 @@ def ceph_log(ctx, config):
             run.wait(
                 ctx.cluster.run(
                     args=[
+                        'time',
                         'sudo',
                         'find',
                         log_dir,