From: Patrick Donnelly Date: Tue, 21 Mar 2023 20:42:24 +0000 (-0400) Subject: qa/tasks: give verbose gzip output X-Git-Tag: v19.0.0~1184^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0a03a47103e465dbd546e0495f8e7720402fbe6f;p=ceph.git qa/tasks: give verbose gzip output For future analysis. Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index eafc8dc5296..acf86f6c577 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -279,6 +279,7 @@ def ceph_log(ctx, config): '--', 'gzip', '-5', + '--verbose', '--', ], wait=False, diff --git a/qa/tasks/ceph_deploy.py b/qa/tasks/ceph_deploy.py index 1a6ea806c5b..531c1edd672 100644 --- a/qa/tasks/ceph_deploy.py +++ b/qa/tasks/ceph_deploy.py @@ -541,6 +541,7 @@ def build_ceph_cluster(ctx, config): '--', 'gzip', '-5', + '--verbose', '--', ], wait=False, diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index 5b83a6ded19..0c4c4ccc1d3 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -364,6 +364,7 @@ def ceph_log(ctx, config): '--', 'gzip', '-5', + '--verbose', '--', ], wait=False, diff --git a/qa/tasks/rook.py b/qa/tasks/rook.py index 7db0cb5e602..d1110ed6a76 100644 --- a/qa/tasks/rook.py +++ b/qa/tasks/rook.py @@ -280,6 +280,7 @@ def ceph_log(ctx, config): '--', 'gzip', '-5', + '--verbose', '--', ], wait=False,