diff options
author | Patrick Donnelly <pdonnell@redhat.com> | 2023-03-22 15:20:21 +0100 |
---|---|---|
committer | Patrick Donnelly <pdonnell@redhat.com> | 2023-03-27 20:55:16 +0200 |
commit | 6739e1156350be7032f8832c04cf28da79e9c4d9 (patch) | |
tree | 75f77a4806d28dfe652d6db28cdc988748c24387 /qa/tasks/ceph.py | |
parent | qa/tasks: give verbose gzip output (diff) | |
download | ceph-6739e1156350be7032f8832c04cf28da79e9c4d9.tar.xz ceph-6739e1156350be7032f8832c04cf28da79e9c4d9.zip |
qa: time log compression
For debugging and ad-hoc analytics.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Diffstat (limited to 'qa/tasks/ceph.py')
-rw-r--r-- | qa/tasks/ceph.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index acf86f6c577..21cc2b05336 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -262,6 +262,7 @@ def ceph_log(ctx, config): run.wait( ctx.cluster.run( args=[ + 'time', 'sudo', 'find', '/var/log/ceph', |