From dbf66505eb9877ec5c7ca7b4aede752a798f14c8 Mon Sep 17 00:00:00 2001 From: Nikhil Valsarajan Date: Tue, 20 Jul 2021 12:19:53 +0000 Subject: [PATCH] 3.6.1.2 changes --- patches/3.6.0.0/vnest_patch | 4 ++-- ui/run.sh | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/patches/3.6.0.0/vnest_patch b/patches/3.6.0.0/vnest_patch index ce6b138..678cc2d 100755 --- a/patches/3.6.0.0/vnest_patch +++ b/patches/3.6.0.0/vnest_patch @@ -1,7 +1,7 @@ echo "ECS Vnest patching" >> /tmp/vnest-patch.out sudo docker exec -i ecs-storageos bash <true' /opt/storageos/conf/vnest-common-conf.xml -sed -n 547p /opt/storageos/conf/vnest-common-conf.xml +sed -n 561p /opt/storageos/conf/vnest-common-conf.xml EOF -sleep 3 +sleep 10 sudo kill `pidof vnest` diff --git a/ui/run.sh b/ui/run.sh index dc4609f..39866aa 100755 --- a/ui/run.sh +++ b/ui/run.sh @@ -118,7 +118,7 @@ case "$(basename ${0})" in run ecsdeploy check || exit $? run ecsdeploy bootstrap || exit $? run ecsdeploy reboot || exit $? - sleep 10 + sleep 30 run ping_until_clear run ecsdeploy deploy || exit $? run ecsdeploy start || exit $? @@ -132,6 +132,7 @@ case "$(basename ${0})" in run ecsdeploy bootstrap || exit $? run ecsdeploy deploy || exit $? run ecsdeploy start || exit $? + sleep 30 /home/admin/ECS-CommunityEdition/patches/3.6.0.0/vnest_patch o "Please wait for 30 minutes before running next step for services to bootstrap" ;; @@ -145,6 +146,7 @@ case "$(basename ${0})" in run ping_until_clear run ecsdeploy deploy || exit $? run ecsdeploy start || exit $? + sleep 30 /home/admin/ECS-CommunityEdition/patches/3.6.0.0/vnest_patch o "Please wait for 30 minutes before running next step for services to bootstrap" ;;