ChrisSuess / Project-Xbow

A computional chemistry cloud based project.
6 stars 2 forks source link

Filesystem does not remount if the head node is rebooted #10

Closed CharlieLaughton closed 6 years ago

CharlieLaughton commented 6 years ago

If you reboot the head node everything falls apart, as the /shared filesystem does not automatically remount. As a result the task scheduler cannot find the dsf.json file.

ChrisSuess commented 6 years ago

This needs a mount command added to fstab at the when the cluster is launched. This can be added to the user data that the VM receives when booting.

ChrisSuess commented 6 years ago

This has been addressed and fixed in the commit 4ddca47.