stackhpc / ansible-role-openhpc

Ansible role for OpenHPC
Apache License 2.0
47 stars 17 forks source link

Remove FastSchedule option from slurm.conf #40

Closed sjpb closed 4 years ago

sjpb commented 4 years ago

slurm.conf.j2 currently has FastSchedule=0.

FastSchedule parameter was depreciated in 19.05.3+ and prevents daemon start with openhpcV2 slurm version (TBD) as noted by @oneswig.

Docs here). Note that:

Brief discussion here:https://slurm.schedmd.com/SLUG19/Slurm_20.02_and_Beyond.pdf

SlurmdParameters=config_overrides is equivalent to FastSchedule=2 but there's no replacement for other values.

Suggest we just delete with no replacement. Intending to add functionality to allow parameter changes/additions later, which could be used to add in SlurmdParameters=config_overrides if appropriate during development.

sjpb commented 4 years ago

Removed in https://github.com/stackhpc/ansible-role-openhpc/commit/4515f3fda8902a911cec2e04638805bb4d34246c