issues
search
giovtorres
/
slurm-docker-cluster
A Slurm cluster using docker-compose
MIT License
317
stars
185
forks
source link
Remove configuration from image
#34
Closed
sjpb
closed
1 year ago
sjpb
commented
1 year ago
Removes etc_slurm named volume as unnecessary
Mount slurm.conf and slurmdbd.conf in from host
Note slurmdbd.conf has to be mounted in rw, then the entrypoint script chmods it to slurm inside the container.
Tested that you can change slurm.conf on the host, then run
scontrol reconfigure
inside e.g. slurmctld, and changes are propagated to
slurmd
s
scontrol reconfigure
inside e.g. slurmctld, and changes are propagated toslurmd
s