Skip to content

Commit

Permalink
fix slurmd entrypoint now hostname!=pod name
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Aug 17, 2023
1 parent 1b59e76 commit dca54a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ then
echo "-- slurmctld is now active ..."

echo "---> Updating node definitions ..."
scontrol delete node=$HOSTNAME
scontrol delete node=${POD_NAME}
scontrol create $(slurmd -C | head -n1) State=FUTURE

echo "---> Starting the Slurm Node Daemon (slurmd) ..."
Expand Down

0 comments on commit dca54a3

Please sign in to comment.