From 85ab4c69e52f8767c68a0020205fab695ac091c3 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Thu, 27 Aug 2026 14:17:29 -0500 Subject: [PATCH] rename --- salt/manager/tools/sbin/soup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 3399f8e07..672941bee 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -455,7 +455,7 @@ highstate() { salt-call state.highstate -l info queue=True } -highstate_elastic() { +upgrade_searchnode_elasticsearch() { # Run the elasticsearch state across the true elastic cluster (non-heavy) with a retry attempt # Excludes the manager, so that kibana & elasticfleet are not upgraded until searchnodes are upgraded. echo "Getting ready to upgrade Elasticsearch across the grid. This may take a while..." @@ -2136,7 +2136,7 @@ main() { if [[ "$es_version" != "$target_es_version" ]]; then if salt-key -L accepted | grep -q "_searchnode$" 2>/dev/null; then # only run if there is atleast 1 searchnode - highstate_elastic + upgrade_searchnode_elasticsearch fi fi set -e