-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure cluster users home directories on the shared storage (FSx, EFS, EBS) #2441
Comments
Correct. It's not possible to specify via the ParallelCluster configuration file that an FSx directory should be used as the default user's home directory. The post-install script would be the recommended way to do so. |
+1 here. Although it is probably trivial to undo the NFS export from the controller to the compute nodes, unravelling something built in feels like a hack. This would be a great feature as almost everyone has to use some type of other shared storage better than the NFS share for their work. This also would allow users to keep configs and such in their home dir through cluster rebuilds. |
Hi, this feature request is tracked in ParallelCluster roadmap |
We released this feature as part of 3.8.0 release:
and 3.9.0 release:
|
thanks @enrico-usai very much appreciated |
There's a fsx-shared-dir fsx option but couldn't find a home_dir
As of now the way to provide private home directories to each users is to write a custom post_install setup?
The text was updated successfully, but these errors were encountered: