| Summary: | The Job is runnning with worng partition | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | kunihiko Katayanagi <kuni> |
| Component: | Accounting | Assignee: | Moe Jette <jette> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | 2 - High Impact | ||
| Priority: | --- | CC: | brian.gilmer, da |
| Version: | 2.6.5 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | CRAY | 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: | CCS12207 |
| CLE Version: | Version Fixed: | ||
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
|
Description
kunihiko Katayanagi
2014-07-06 14:22:52 MDT
Duplicate of bug 921. Anyone with access to any of the AllowGroups can access the partition. The current group ID is ignored by Slurm, by design. This is the same way linux access control to files works. In the example below, my gid is 1000 (jette), but I can still read a file with group adm access: jette@jette:~$ id uid=1000(jette) gid=1000(jette) groups=1000(jette),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),112(lpadmin),124(sambashare) jette@jette:~$ ls -ld /tmp/bug943 -r--r----- 1 root adm 5 Jul 7 08:16 /tmp/bug943 jette@jette:~$ cat /tmp/bug943 test *** This ticket has been marked as a duplicate of ticket 921 *** |