Bug 2336189
| Summary: | slurmd fails to start | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Eduardo Lopes <eamlopes> |
| Component: | slurm | Assignee: | Neil Hanlon <neil> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 41 | CC: | d.klein, epel-packagers-sig, michel, neil, pillose, pkfed |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-01-10 09:52:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Eduardo Lopes
2025-01-07 17:11:16 UTC
Oops! Thank you :) It looks as though cons_res was removed in 23.11: https://github.com/SchedMD/slurm/blob/60e9cdc038250cd325925c9045fe9f4c79f6a4fd/slurm/slurm.h#L710 Can you check and/or share your config? I must apologize, but I was (naturally...) wrong. After reading your message asking for the config, that made me suspicious. I was installing half a dozen of new machines to the cluster and, after RTFM, I figured that I had a problem with the configuration, because those are now running SLURM 24 and the earlier ones are running V22. Cutting and pasting the config file wasn't a great idea, and I didn't noticed the major release change on Fedora 41. The culprit, as you suspected, is the (wrong) lingering configuration directive: SelectType=select/cons_res which shouldn't be there. After correcting it, the daemon starts perfectly. I'm sorry for making you waste your precious time, and I this opportunity to appreciate the great job that everyone is doing. Thank you. |