You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch unit files to start after network-online.target
Using network.target could cause issues in configless operation as DNS
may not be accessible yet, which would cause the slurmd to fail to start.
Add Wants= alongside After= as is recommended by:
https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/
The slurmctld and the slurmdbd possibly both provide functionality
and potentially consume functionality from another host.
Bug 11878.
0 commit comments