File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ Prometheus collector and exporter for metrics extracted from the [Slurm](https:/
8
8
9
9
* ** Allocated** : nodes which has been allocated to one or more jobs.
10
10
* ** Completing** : all jobs associated with these nodes are in the process of being completed.
11
- * ** Down** : nodes which are unavailable for use.
11
+ * ** Down** : nodes which are unavailable for use.
12
+ * ** Drain** : with this metric two different states are accounted for:
13
+ - nodes in `` drained `` state (marked unavailable for use per system administrator request)
14
+ - nodes in `` draining `` state (currently executing jobs but which will not be allocated for new ones).
12
15
* ** Fail** : these nodes are expected to fail soon and are unavailable for use per system administrator request.
13
16
* ** Error** : nodes which are currently in an error state and not capable of running any jobs.
14
17
* ** Idle** : nodes not allocated to any jobs and thus available for use.
You can’t perform that action at this time.
0 commit comments