Split health monitoring into discrete daemon/pkg
This commit is contained in:
@ -65,6 +65,7 @@ for HOST in ${HOSTS[@]}; do
|
||||
echo -n "Restarting PVC daemons..."
|
||||
ssh $HOST $SUDO systemctl restart pvcapid &>/dev/null
|
||||
ssh $HOST $SUDO systemctl restart pvcworkerd &>/dev/null
|
||||
ssh $HOST $SUDO systemctl restart pvchealthd &>/dev/null
|
||||
ssh $HOST $SUDO systemctl restart pvcnoded &>/dev/null
|
||||
echo " done."
|
||||
echo -n "Waiting for node daemon to be running..."
|
||||
|
Reference in New Issue
Block a user