| Summary: | RFE: contain more SPANK entrypoints when using job_container/tmpfs | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Luke Yeager <lyeager> |
| Component: | Other | Assignee: | Tim McMullan <mcmullan> |
| Status: | RESOLVED FIXED | QA Contact: | Tim Wickberg <tim> |
| Severity: | 5 - Enhancement | ||
| Priority: | --- | CC: | albert.gil, dwightman, fabecassis, felip.moll, jbernauer, jblomqvist, marshall |
| Version: | 22.05.x | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| See Also: |
https://bugs.schedmd.com/show_bug.cgi?id=17426 https://bugs.schedmd.com/show_bug.cgi?id=16126 |
||
| Site: | NVIDIA (PSLA) | 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: | 24.05.0rc1 | Target Release: | 24.05 |
| DevPrio: | 1 - Paid | Emory-Cloud Sites: | --- |
|
Description
Luke Yeager
2021-10-15 08:16:15 MDT
*** Ticket 17426 has been marked as a duplicate of this ticket. *** Hi Luke, This has been pushed to the master branch in commits 84eb2c6eb0 through 4ca0f6266b. This functionality turned out to be harder to implement than anticipated, and due to the nature of the changes and how they could potentially break some long standing spank plugins this feature has been gated behind "SlurmdParameters=contain_spank". Without this flag, everything will be have the same as before, but with it spank_user_init(), spank_task_post_fork(), and spank_task_exit() should all run contained. Thanks! --Tim Since this is pushed now, I'm marking this as resolved. Thanks! |