From 287d3c72e54349f9c85ac58ad7999b85b02045ea Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Tue, 31 Mar 2026 13:34:59 -0700 Subject: [PATCH] Fix for forced autodiscovery --- launch-cluster.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launch-cluster.sh b/launch-cluster.sh index af3d8f7..30b1e8b 100755 --- a/launch-cluster.sh +++ b/launch-cluster.sh @@ -416,6 +416,8 @@ source "$(dirname "$0")/autodiscover.sh" if [[ "${FORCE_DISCOVER:-false}" == "true" ]]; then # --setup: force full autodiscovery and save configuration echo "Running full autodiscovery (--setup)..." + # Clear pre-loaded values so detect functions run fresh instead of short-circuiting + ETH_IF="" IB_IF="" NODES_ARG="" LOCAL_IP="" detect_interfaces || exit 1 detect_local_ip || exit 1 detect_nodes || exit 1