Bump version to 0.9.88

This commit is contained in:
2023-12-29 14:56:33 -05:00
parent 138a982ffe
commit 1d480f5629
9 changed files with 26 additions and 8 deletions

View File

@ -68,8 +68,8 @@ for HOST in ${HOSTS[@]}; do
ssh $HOST $SUDO systemctl restart pvcworkerd &>/dev/null
sleep 2
ssh $HOST $SUDO systemctl restart pvchealthd &>/dev/null
sleep 2
ssh $HOST $SUDO systemctl restart pvcnoded &>/dev/null
# sleep 2
# ssh $HOST $SUDO systemctl restart pvcnoded &>/dev/null
echo " done."
echo -n "Waiting for node daemon to be running..."
while [[ $( ssh $HOST "pvc -q node list -f json ${HOST%%.*} | jq -r '.[].daemon_state'" 2>/dev/null ) != "run" ]]; do