Skip to content

Commit

Permalink
Remove must-gather parameter -pc for clients (red-hat-storage#10515)
Browse files Browse the repository at this point in the history
Signed-off-by: Jilju Joy <jijoy@redhat.com>
  • Loading branch information
jilju authored Sep 18, 2024
1 parent b80d0e9 commit 432519f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ocs_ci/ocs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,8 +1192,6 @@ def _collect_ocs_logs(
ocs_must_gather_image_and_tag = mirror_image(
ocs_must_gather_image_and_tag, cluster_config
)
if cluster_config.ENV_DATA.get("cluster_type") == constants.HCI_CLIENT:
ocs_flags = ocs_flags + " -pc" if ocs_flags else " /usr/bin/gather -pc"

mg_output = run_must_gather(
ocs_log_dir_path,
Expand Down

0 comments on commit 432519f

Please sign in to comment.