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

Change comment for better clarity

parent 9d05dcfa
No related branches found
No related tags found
No related merge requests found
...@@ -919,7 +919,7 @@ enum node_states { ...@@ -919,7 +919,7 @@ enum node_states {
#define NODE_STATE_DRAIN 0x00000200 /* do not allocated new work */ #define NODE_STATE_DRAIN 0x00000200 /* do not allocated new work */
#define NODE_STATE_COMPLETING 0x00000400 /* node is completing allocated job */ #define NODE_STATE_COMPLETING 0x00000400 /* node is completing allocated job */
#define NODE_STATE_NO_RESPOND 0x00000800 /* node is not responding */ #define NODE_STATE_NO_RESPOND 0x00000800 /* node is not responding */
#define NODE_STATE_POWER_SAVE 0x00001000 /* node in power save mode */ #define NODE_STATE_POWER_SAVE 0x00001000 /* node is powered down by slurm */
#define NODE_STATE_FAIL 0x00002000 /* node is failing, do not allocate #define NODE_STATE_FAIL 0x00002000 /* node is failing, do not allocate
* new work */ * new work */
#define NODE_STATE_POWER_UP 0x00004000 /* restore power or otherwise #define NODE_STATE_POWER_UP 0x00004000 /* restore power or otherwise
......
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