| Summary: | RPMs do not create the /var/log/slurm directory | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Ole.H.Nielsen <Ole.H.Nielsen> |
| Component: | Build System and Packaging | Assignee: | Jason Booth <jbooth> |
| Status: | RESOLVED INFOGIVEN | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | ||
| Version: | 19.05.5 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | DTU Physics | 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
Ole.H.Nielsen@fysik.dtu.dk
2019-12-26 03:28:16 MST
This is the intended behavior since the default is to log via syslog and then allow sites to specify the logging directory/file via the SlurmdLogFile. Additionally, not all sites use /var/log/slurm so hardcoding this would be less than desirable. SlurmdLogFile Fully qualified pathname of a file into which the slurmd daemon's logs are written. The default value is none (performs logging via syslog). Any "%h" within the name is replaced with the hostname on which the slurmd is running. Any "%n" within the name is replaced with the Slurm node name on which the slurmd is running. See the section LOGGING if a pathname is specified. I am making this as resolved. (In reply to Jason Booth from comment #2) > This is the intended behavior since the default is to log via syslog and > then allow sites to specify the logging directory/file via the > SlurmdLogFile. Additionally, not all sites use /var/log/slurm so hardcoding > this would be less than desirable. > > SlurmdLogFile > Fully qualified pathname of a file into which the slurmd daemon's logs are > written. The default value is none (performs logging via syslog). Any "%h" > within the name is replaced with the hostname on which the slurmd is > running. Any "%n" within the name is replaced with the Slurm node name on > which the slurmd is running. > See the section LOGGING if a pathname is specified. > > > I am making this as resolved. Hi Jason, thanks for the quick answer! Ole |