Skip to content

Commit

Permalink
minot nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yussufsh committed Jan 31, 2024
1 parent 8aaa1b1 commit 4fe894b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift-install-powervs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ function check_bastion {
PERCENT=$((PERCENT + 2))
elif [[ $((SECONDS - BASTION_ELAPSED_TIME[i])) -gt $((REBOOT_TIMEOUT_BASTION * 60)) ]]; then
warn "Node $instance_name is in WARNING state for more than $REBOOT_TIMEOUT_BASTION mins. Rebooting the node"
$CLI_PATH pi ins act "$instance_id" -o hard-reboot
$CLI_PATH pi ins action "$instance_id" -o hard-reboot
BASTION_ELAPSED_TIME[$i]=$SECONDS
fi
fi
Expand Down

0 comments on commit 4fe894b

Please sign in to comment.