Skip to content

Commit

Permalink
Merge pull request #194 from black-dragon74/csi-logr-add-pids
Browse files Browse the repository at this point in the history
Add missing PIDs while collecting ceph logs
  • Loading branch information
openshift-merge-bot[bot] authored Aug 29, 2024
2 parents 6e482db + 0de55a8 commit 1d7a847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions collection-scripts/gather_ceph_logs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ CMDS
mkdir -p "${KERNEL_OUTPUT_DIR}"
mkdir -p "${COREDUMP_OUTPUT_DIR}"
ceph_daemon_log_collection &
pids_log+=($!)
csi_log_collection &
pids_log+=($!)
csi_operator_log_collection &
pids_log+=($!)
crash_core_collection &
Expand Down

0 comments on commit 1d7a847

Please sign in to comment.