Skip to content
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

Closed
elgalu opened this issue Feb 12, 2021 · 5 comments
Closed

Comments

@elgalu
Copy link

elgalu commented Feb 12, 2021

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?

@tilne
Copy link
Contributor

tilne commented Feb 12, 2021

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.

@demartinofra demartinofra changed the title fsx-home-dir ? Configure cluster users home directories on the shared FSx FS Mar 9, 2021
@enrico-usai enrico-usai changed the title Configure cluster users home directories on the shared FSx FS Configure cluster users home directories on the shared storage (FSx, EFS, EBS) Apr 30, 2021
@enrico-usai enrico-usai added this to the 3.0.0 milestone Jul 1, 2021
@enrico-usai enrico-usai removed this from the 3.0.0 milestone Dec 29, 2021
@zbarr
Copy link

zbarr commented Jul 26, 2023

+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.

@chenwany
Copy link
Contributor

chenwany commented Aug 9, 2023

Hi, this feature request is tracked in ParallelCluster roadmap
Thanks!

@enrico-usai
Copy link
Contributor

We released this feature as part of 3.8.0 release:

Allow for mounting home as an EFS or FSx external shared storage via the SharedStorage section of the config file.

and 3.9.0 release:

Add the configuration parameter DeploymentSettings/DefaultUserHome to allow users to move the default user's home directory to /local/home instead of /home (default).

@elgalu
Copy link
Author

elgalu commented May 23, 2024

thanks @enrico-usai very much appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants