Restore build-and-deploy script
This commit is contained in:
parent
eb06c1494e
commit
354150f757
|
@ -33,8 +33,10 @@ for HOST in ${HOSTS[@]}; do
|
||||||
ssh $HOST rm -rf /tmp/pvc
|
ssh $HOST rm -rf /tmp/pvc
|
||||||
echo "Restarting PVC node daemon..."
|
echo "Restarting PVC node daemon..."
|
||||||
ssh $HOST $SUDO systemctl restart pvcapid
|
ssh $HOST $SUDO systemctl restart pvcapid
|
||||||
# echo "****"
|
ssh $HOST $SUDO systemctl restart pvcapid-worker
|
||||||
# echo "Waiting 15s for host ${HOST} to stabilize"
|
ssh $HOST $SUDO systemctl restart pvcnoded
|
||||||
# echo "****"
|
echo "****"
|
||||||
# sleep 15
|
echo "Waiting 15s for host ${HOST} to stabilize"
|
||||||
|
echo "****"
|
||||||
|
sleep 15
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue