-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Currently, depending on the Slurm connection method (cli vs api), the cluster nodes state comes in two formats:
- "state": "idle" - Slurm CLI
- "state": ["IDLE"] - Slurm API
- "state": "free" - PBS
Furthermore the values of the state are not consistent across scheduler type e.g. idle for Slurm and free on PBS
Instead, a single format and values should be chosen and applied across schedulers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels