| Summary: | Adminlevel = Operator no longer can view jobs. | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Bill Broadley <bill.broadley> |
| Component: | slurmdbd | Assignee: | Albert Gil <albert.gil> |
| Status: | RESOLVED INFOGIVEN | QA Contact: | |
| Severity: | 3 - Medium Impact | ||
| Priority: | --- | ||
| Version: | 21.08.5 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | NREL | 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: | Target Release: | --- | |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
|
Description
Bill Broadley
2022-01-24 10:02:53 MST
Hi Bill, In both 20.02 and 21.08 the default behavior of sacct is to return only the jobs of the user running the command. To get the job of all users you need to specify -a,--allusers. The parameter PrivateData can be used to limit who can see all the jobs information, though. If your user hpcmon runs "sacct -a", does it get all the jobs? Regards, Albert Yes, I thought -a was the default, in case no matter, -a works. Thanks, closing this ticket. |