Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow NHC to work with recent changes to Slurm reboot #84

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Apr 23, 2019

  1. Allow NHC to work with recent changes to Slurm reboot

    Add `boot` node state to node online and offline script.
    Properly handle `scontrol reboot asap` so Slurm doesn't erroneously
    online the node after the first NHC call after a reboot.
    Make sure node is always offlined after reboot until NHC onlines it,
    regardless whether `scontrol reboot` or `scontrol reboot asap` ran.
    Prevent onlining a node while there is a pending reboot.
    
    For context, see mej#81 and
    https://bugs.schedmd.com/show_bug.cgi?id=6391
    hintron committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    d1c8ab6 View commit details
    Browse the repository at this point in the history