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 a43a5f9 commit 76f292eCopy full SHA for 76f292e
ansible/roles/compute_init/files/compute-init.yml
@@ -118,9 +118,9 @@
118
echo "${HOSTNAME%.test.invalid}"
119
register: short_hostname
120
121
- - name: Include vars from NFS mount
122
- include_vars:
123
- file: "/mnt/cluster/{{ short_hostname.stdout }}/hostvars.yml"
+ # - name: Include vars from NFS mount
+ # include_vars:
+ # file: "/mnt/cluster/{{ short_hostname.stdout }}/hostvars.yml"
124
when:
125
- iam_slurm_compute | bool
126
- not nfs_mount_result.failed
@@ -319,6 +319,9 @@
319
name: slurmd
320
enabled: true
321
state: started
322
+
323
+ - name: Ensure node is in cluster
324
+ command: scontrol update state=resume nodename={{ short_hostname.stdout }}
325
326
327
0 commit comments