| Summary: | sinfo doesn't include "reboot" in node state | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Phil Schwan <phils> |
| Component: | slurmctld | Assignee: | Brian Christiansen <brian> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | ||
| Version: | 17.11.7 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | DownUnder GeoSolutions | Slinky Site: | --- |
| Alineos Sites: | --- | Atos/Eviden Sites: | --- |
| Confidential Site: | --- | Coreweave sites: | --- |
| Cray Sites: | --- | DS9 clusters: | --- |
| Google sites: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | NoveTech Sites: | --- |
| Nvidia HWinf-CS Sites: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Tzag Elita Sites: | --- |
| Linux Distro: | --- | Machine Name: | |
| CLE Version: | Version Fixed: | 17.11.9-2 | |
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
|
Description
Phil Schwan
2018-07-31 04:14:17 MDT
Thanks for pointing that out. I'll look into it and get back with you. Thanks, Brian This is fixed in the following commits: https://github.com/SchedMD/slurm/commit/bf569fef2f8928594dc87ebdf6aa0659c10479fa https://github.com/SchedMD/slurm/commit/f23411bc96be8055e3f295270c4a73709ce574b4 e.g. brian@lappy:~/slurm/17.11/lappy$ sinfo -p debug -o %N,%T,%t NODELIST,STATE,STATE lappy[1-10],idle,idle brian@lappy:~/slurm/17.11/lappy$ sbatch --wrap="sleep 600" -wlappy2 Submitted batch job 215543 brian@lappy:~/slurm/17.11/lappy$ sbatch --wrap="sleep 600" -wlappy3 Submitted batch job 215544 brian@lappy:~/slurm/17.11/lappy$ scontrol reboot lappy1 brian@lappy:~/slurm/17.11/lappy$ scontrol reboot lappy2 brian@lappy:~/slurm/17.11/lappy$ scontrol reboot asap lappy3 brian@lappy:~/slurm/17.11/lappy$ sinfo -p debug -o %N,%T,%t NODELIST,STATE,STATE lappy3,draining@,drng@ lappy2,mixed@,mix@ lappy1,reboot,boot lappy[4-10],idle,idle Thanks, Brian |