Skip to content

Commit

Permalink
3.6.1.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-vr committed Jul 20, 2021
1 parent 387bd7f commit dbf6650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 <<EOF
sed -i '561 i \ \ \ \ \ \ \ \ <prop key="object.UseSeparateThreadPools">true</prop>' /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`
4 changes: 3 additions & 1 deletion ui/run.sh
Expand Up @@ -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 $?
Expand All @@ -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"
;;
Expand All @@ -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"
;;
Expand Down

0 comments on commit dbf6650

Please sign in to comment.