Hello all, I recently updated our cluster from Slurm 20.02.03 to 20.11.8. The Elasticsearch plugin was working great before the upgrade, but afterwards I’m not seeing any indications of the plugin running or attempting to connect in the logs. Here is the slurm.conf entry for 20.11.8:
SlurmctldDebug=info SlurmctldLogFile=/var/log/slurm/slurmctld.log SlurmdDebug=info SlurmdLogFile=/var/log/slurm/slurmd.log JobCompType=jobcomp/elasticsearch JobCompLoc=<ip>:9200/abyss-slurm/_doc JobCompParams=timeout=5,connect_timeout=5 SlurmSchedLogFile=/var/log/slurm/slurm_sched.log SlurmSchedLogLevel=1 DebugFlags=Elasticsearch Any thoughts on what could be the issue? I am building and installing Slurm from source and verified the plugin was built and installed. Jason