| Summary: | scontrol release job=123 does nothing, but gives no error | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Phil Schwan <phils> |
| Component: | Other | Assignee: | David Bigagli <david> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 3 - Medium Impact | ||
| Priority: | --- | CC: | da, stuartm |
| Version: | 14.11.x | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | DownUnder GeoSolutions | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | 14.03.4 | Target Release: | --- |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
|
Description
Phil Schwan
2014-06-01 21:10:00 MDT
I see! The problem is actually one of syntax. "scontrol release job=336247" does nothing, silently. "scontrol release 336247" works.
The syntax is now consistent allowing 3 types of specification:
scontrol release jobid=150698
scontrol requeuehold state=specialexit jobid=150698
scontrol release job=150698
scontrol requeuehold state=specialexit job=150698
scontrol release 150698
scontrol requeuehold state=specialexit 150698
scontrol requeue jobid=150698
scontrol requeue job=150698
scontrol requeue 150698
Thanks,
David
Forgot to mention the commit: b1534743250. David |