From: Patrick Donnelly Date: Tue, 21 Mar 2023 20:42:24 +0000 (-0400) Subject: qa/tasks: give verbose gzip output X-Git-Tag: v16.2.14~14^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c62912dbf3afce5b426d502e195282918671c83c;p=ceph.git qa/tasks: give verbose gzip output For future analysis. Signed-off-by: Patrick Donnelly (cherry picked from commit 0a03a47103e465dbd546e0495f8e7720402fbe6f) --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index b1337d41e23b..7ce23acc0328 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 1a6ea806c5b2..531c1edd6729 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 0eeaf54c4020..5623b03eda22 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -275,6 +275,7 @@ def ceph_log(ctx, config): '--', 'gzip', '-5', + '--verbose', '--', ], wait=False, diff --git a/qa/tasks/rook.py b/qa/tasks/rook.py index 8b367f53db7f..8db0095b7b4f 100644 --- a/qa/tasks/rook.py +++ b/qa/tasks/rook.py @@ -268,6 +268,7 @@ def ceph_log(ctx, config): '--', 'gzip', '-5', + '--verbose', '--', ], wait=False,