-
- Downloads
Speed up shutdown process
If shutdown of the slurmctld daemon is in progress, then stop trying to schedule jobs or process reconfigure requests. These are the only operations that take a significant amount of time and only service to slow down the shutdown process. We want the daemon to stop processing incoming RPCs and save state as soon as possible.
Showing
- src/plugins/sched/backfill/backfill.c 4 additions, 0 deletionssrc/plugins/sched/backfill/backfill.c
- src/slurmctld/controller.c 4 additions, 3 deletionssrc/slurmctld/controller.c
- src/slurmctld/job_scheduler.c 3 additions, 0 deletionssrc/slurmctld/job_scheduler.c
- src/slurmctld/proc_req.c 1 addition, 1 deletionsrc/slurmctld/proc_req.c
Loading
Please register or sign in to comment