Skip to content

Commit

Permalink
Merge pull request red-hat-storage#1244 from agarwal-mudit/jq
Browse files Browse the repository at this point in the history
must-gather: Don't download and install jq
  • Loading branch information
openshift-merge-robot authored Jun 28, 2021
2 parents a8164b1 + de3256c commit bc98813
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions must-gather/collection-scripts/gather_ceph_resources
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ for ns in $namespaces; do
mkdir -p "${COMMAND_JSON_OUTPUT_DIR}"
mkdir -p "${COMMAND_ERR_OUTPUT_DIR}"


# add jq command to the helper pod
timeout 120 oc -n "$ns" exec "${HOSTNAME}"-helper -- bash -c "wget 'http://stedolan.github.io/jq/download/linux64/jq' && chmod 755 jq"
timeout 120 oc -n "$ns" exec "${HOSTNAME}"-helper -- bash -c "mv jq /usr/bin/"

pids_ceph=()

# Collecting output of ceph osd config
Expand Down

0 comments on commit bc98813

Please sign in to comment.