From a7d9c57b2d40fb059abca2fd381b6432d173985d Mon Sep 17 00:00:00 2001 From: parth-gr Date: Tue, 27 Aug 2024 15:28:17 +0530 Subject: [PATCH] Bug 2308101: logrotate: add logrotate functionality for csi operator currently client operator has started using csi operator so collecting the csi logs from a new host path hat csi-operator supports Signed-off-by: parth-gr --- collection-scripts/gather_ceph_logs | 1 + 1 file changed, 1 insertion(+) diff --git a/collection-scripts/gather_ceph_logs b/collection-scripts/gather_ceph_logs index b087759..3ca3e93 100755 --- a/collection-scripts/gather_ceph_logs +++ b/collection-scripts/gather_ceph_logs @@ -73,6 +73,7 @@ CMDS mkdir -p "${COREDUMP_OUTPUT_DIR}" ceph_daemon_log_collection & csi_log_collection & + csi_operator_log_collection & pids_log+=($!) crash_core_collection & pids_log+=($!)