Compare commits
2 Commits
f83a81743f
...
1d480f5629
Author | SHA1 | Date | |
---|---|---|---|
1d480f5629 | |||
138a982ffe |
@ -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
|
||||
|
@ -2515,7 +2515,9 @@
|
||||
],
|
||||
"refresh": "5s",
|
||||
"schemaVersion": 38,
|
||||
"tags": [],
|
||||
"tags": [
|
||||
"pvc"
|
||||
],
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user