We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b59e76 commit dca54a3Copy full SHA for dca54a3
image/docker-entrypoint.sh
@@ -78,7 +78,7 @@ then
78
echo "-- slurmctld is now active ..."
79
80
echo "---> Updating node definitions ..."
81
- scontrol delete node=$HOSTNAME
+ scontrol delete node=${POD_NAME}
82
scontrol create $(slurmd -C | head -n1) State=FUTURE
83
84
echo "---> Starting the Slurm Node Daemon (slurmd) ..."
0 commit comments