Skip to content

Commit

Permalink
Add missing PIDs while collecting ceph logs
Browse files Browse the repository at this point in the history
Signed-off-by: Niraj Yadav <[email protected]>
  • Loading branch information
black-dragon74 authored and openshift-cherrypick-robot committed Aug 29, 2024
1 parent 985bfa4 commit 6a621ce
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 6a621ce

Please sign in to comment.