From 0e372f7e7d0f822c0372eb7d7c700e004c159f87 Mon Sep 17 00:00:00 2001 From: yati1998 Date: Wed, 5 Jun 2024 09:52:24 +0530 Subject: [PATCH] pass the BASE_COLLECTION_PATH for odf collection odf flag fails to collect proper logs in case of radosnamespace due to absence of BASE_COLLECTION_PATH. Signed-off-by: yati1998 --- collection-scripts/gather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection-scripts/gather b/collection-scripts/gather index afb0e1b..e069369 100755 --- a/collection-scripts/gather +++ b/collection-scripts/gather @@ -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+=($!)