Skip to content

Commit

Permalink
Merge pull request #174 from yati1998/rados-ns
Browse files Browse the repository at this point in the history
pass the BASE_COLLECTION_PATH for odf collection
  • Loading branch information
openshift-merge-bot[bot] authored Jun 5, 2024
2 parents ea47e6d + 0e372f7 commit a3ba787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collection-scripts/gather
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pre-install.sh ${BASE_COLLECTION_PATH}
# Process the options
if [ "$odf" == true ]; then
echo "Collect ODF logs..."
gather_ceph_pod_logs &
gather_ceph_pod_logs ${BASE_COLLECTION_PATH} &
pids+=($!)
gather_ceph_logs &
pids+=($!)
Expand Down

0 comments on commit a3ba787

Please sign in to comment.