aws-samples / aws-eda-slurm-cluster

AWS Slurm Cluster for EDA Workloads
MIT No Attribution
24 stars 7 forks source link

[BUG] Slurm not mounting after desktop reboot #165

Closed cartalla closed 9 months ago

cartalla commented 9 months ago

Describe the bug I configured my remote desktop as a Slurm submitter. After a reboot, the file system at /opt/slurm/cluster-name is not mounted.

Expected behavior The mount should be added to /etc/fstab so that it is automatically mounted after a reboot.

cartalla commented 9 months ago

The /etc/fstab does have a mount point configured, but the path for it is wrong:

10.0.111.232:/opt/slurm\040/opt/slurm/edapc-3-7-0-c7-x86-1 /opts/slurm/edapc-3-7-0-c7-x86-1 nfs defaults 0 0

Should be:

10.0.111.232:/opt/slurm\040/opt/slurm/edapc-3-7-0-c7-x86-1 /opt/slurm/edapc-3-7-0-c7-x86-1 nfs defaults 0 0