We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaa1b1 commit 4fe894bCopy full SHA for 4fe894b
openshift-install-powervs
@@ -386,7 +386,7 @@ function check_bastion {
386
PERCENT=$((PERCENT + 2))
387
elif [[ $((SECONDS - BASTION_ELAPSED_TIME[i])) -gt $((REBOOT_TIMEOUT_BASTION * 60)) ]]; then
388
warn "Node $instance_name is in WARNING state for more than $REBOOT_TIMEOUT_BASTION mins. Rebooting the node"
389
- $CLI_PATH pi ins act "$instance_id" -o hard-reboot
+ $CLI_PATH pi ins action "$instance_id" -o hard-reboot
390
BASTION_ELAPSED_TIME[$i]=$SECONDS
391
fi
392
0 commit comments