Skip to content
Snippets Groups Projects
Commit 4e179d3b authored by Morris Jette's avatar Morris Jette
Browse files

Fix node reboot flag preservation

Correct/expand description of NODE_STATE_FLAG
parent 3a5fc0ec
No related branches found
No related tags found
No related merge requests found
......@@ -880,7 +880,8 @@ enum node_states {
* new work */
#define NODE_STATE_POWER_UP 0x4000 /* restore power or otherwise
* configure a node */
#define NODE_STATE_MAINT 0x8000 /* node in maintenance reservation */
#define NODE_STATE_MAINT 0x8000 /* node in maintenance reservation OR
* node reboot requested */
/* used to define the size of the credential.signature size
* used to define the key size of the io_stream_header_t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment