From 9137454a25bd1688d555093ce0ef275e27352437 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 10 Nov 2021 16:08:07 -0500 Subject: [PATCH] Add soup placeholders --- salt/common/tools/sbin/soup | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 98c641b6d..706122a54 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -387,6 +387,7 @@ preupgrade_changes() { [[ "$INSTALLEDVERSION" == 2.3.20 || "$INSTALLEDVERSION" == 2.3.21 ]] && up_2.3.2X_to_2.3.30 [[ "$INSTALLEDVERSION" == 2.3.30 || "$INSTALLEDVERSION" == 2.3.40 ]] && up_2.3.3X_to_2.3.50 [[ "$INSTALLEDVERSION" == 2.3.50 || "$INSTALLEDVERSION" == 2.3.51 || "$INSTALLEDVERSION" == 2.3.52 || "$INSTALLEDVERSION" == 2.3.60 || "$INSTALLEDVERSION" == 2.3.61 || "$INSTALLEDVERSION" == 2.3.70 ]] && up_2.3.5X_to_2.3.80 + [[ "$INSTALLEDVERSION" == 2.3.70 ]] && up_2.3.80_to_2.3.90 true } @@ -664,6 +665,10 @@ up_2.3.5X_to_2.3.80() { INSTALLEDVERSION=2.3.80 } +up_2.3.80_to_2.3.90() { + # Fix Zeek so that it a bool vs a string + +} verify_upgradespace() { CURRENTSPACE=$(df -BG / | grep -v Avail | awk '{print $4}' | sed 's/.$//') if [ "$CURRENTSPACE" -lt "10" ]; then