You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may also notice mount failure logs on the login node:
244
+
245
+
```text
246
+
INFO: Waiting for '/usr/local/etc/slurm' to be mounted...
247
+
INFO: Waiting for '/home' to be mounted...
248
+
INFO: Waiting for '/opt/apps' to be mounted...
249
+
INFO: Waiting for '/etc/munge' to be mounted...
250
+
ERROR: mount of path '/usr/local/etc/slurm' failed: <class 'subprocess.CalledProcessError'>: Command '['mount', '/usr/local/etc/slurm']' returned non-zero exit status 32.
251
+
ERROR: mount of path '/opt/apps' failed: <class 'subprocess.CalledProcessError'>: Command '['mount', '/opt/apps']' returned non-zero exit status 32.
252
+
ERROR: mount of path '/home' failed: <class 'subprocess.CalledProcessError'>: Command '['mount', '/home']' returned non-zero exit status 32.
253
+
ERROR: mount of path '/etc/munge' failed: <class 'subprocess.CalledProcessError'>: Command '['mount', '/etc/munge']' returned non-zero exit status 32.
254
+
```
255
+
256
+
> **_NOTE:_**: The above logs only indicate that something went wrong with the
257
+
> startup of the controller. Check logs on the controller to be sure it is a
258
+
> network issue.
259
+
207
260
### Failure to Create Auto Scale Nodes (Slurm)
208
261
209
262
If your deployment succeeds but your jobs fail with the following error:
0 commit comments