| Summary: | Does Slurm store uid/gid cache? | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Akmal Madzlan <akmalm> |
| Component: | slurmctld | Assignee: | David Bigagli <david> |
| Status: | RESOLVED INFOGIVEN | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | CC: | akmalm, brian, da |
| Version: | 14.11.9 | ||
| 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: | ||
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
|
Description
Akmal Madzlan
2015-10-05 21:59:20 MDT
Yes it does, it keeps an array of uids to avoid calling getpwuid() functions. I will check how this interacts with CacheGroups and get back to you. David Akmal, I have added you in CC to this bugzilla report, you may have not got my previous answer. David Thanks David Akmal the CacheGroups parameter applies to slurmd only. If you change the user membership of a group you need to restart the controller indeed. It would be possible to check the group membership on the fly but that could affest the performance of the controller as the name resolution routines can be slow especially if they have to call NIC, LDAP and so on. David |