stackhpc / ansible-role-openhpc

Ansible role for OpenHPC
Apache License 2.0
45 stars 15 forks source link

bugfix slurmd startup #73

Closed sjpb closed 3 years ago

sjpb commented 3 years ago

Fixes #72 by removing flush_handlers so that the "Configure munge service" play has a chance to start munged before slurmctld/slurmd.

Note that the "notify" added to the "Generate a Munge key for the platform" task is NOT actually enough to trigger the handlers on a new build here - the munge package appears to install /etc/munge/munge.key therefore this task isn't a change.