Cancel a pending reboot in AWS PCS
Cancel a pending reboot to avoid unnecessary downtime when the issue has been resolved or when reboot is no longer needed.
Prerequisites
-
Slurm Admin privileges
-
Node must have a pending reboot (showing "reboot issued" status)
-
Access to login node for command execution
Procedure
-
Connect to the login node.
-
Verify the node has a pending reboot using
scontrol show node.scontrol show nodenodenameLook for "reboot issued" in the node status.
-
Execute the cancel command.
scontrol cancel_rebootnodename -
Verify reboot cancellation and node status return to normal.
scontrol show nodenodename