Skip to content

Commit 95a8da8

Browse files
committed
Add 'Drain' node state to the README
1 parent 80a67f4 commit 95a8da8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Prometheus collector and exporter for metrics extracted from the [Slurm](https:/
88

99
* **Allocated**: nodes which has been allocated to one or more jobs.
1010
* **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).
1215
* **Fail**: these nodes are expected to fail soon and are unavailable for use per system administrator request.
1316
* **Error**: nodes which are currently in an error state and not capable of running any jobs.
1417
* **Idle**: nodes not allocated to any jobs and thus available for use.

0 commit comments

Comments
 (0)