Rodrigo Arias Mallo 79940876c3 Restart slurmd on failure
A failure to reach the control node can cause slurmd to fail and the
unit remains in the failed state until is manually restarted. Instead,
try to restart the service every 30 seconds, forever:

    owl1% systemctl show slurmd | grep -E 'Restart=|RestartUSec='
    Restart=on-failure
    RestartUSec=30s
    owl1% pgrep slurmd
    5903
    owl1% sudo kill -SEGV 5903
    owl1% pgrep slurmd
    6137

Fixes: rarias/jungle#177
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-09-30 17:20:39 +02:00
..
2023-11-24 12:58:54 +01:00
2025-05-29 13:01:29 +02:00
2025-07-23 11:52:09 +02:00
2025-06-18 15:36:07 +02:00
2025-09-30 17:20:39 +02:00
2025-09-03 12:02:57 +02:00