-
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
Access points support in EFS #2337
Comments
Hi Andrei, unfortunately at the moment ParallelCluster does not offer native support for EFS Access Points. I'm going to mark this as a feature request so that we take this into account when extending EFS functionalities in ParallelCluster. Francesco |
Hello Francesco, Thank you for opening feature request.
[efs efscustom] |
I created custom AMI (2.10.1) to include /home and /shared EFS access points in /etc/fstab. My pcluster create is failing due to nfs_export failure. (cfn-init.log below) /etc/fstab How do I disable creation of EBS volume and NFS exports (home and shared) on master node? I will have EFS access points mounted on master and all compute nodes. On master instance I see that /home access point but /shared still created from EBS volume /dev/xvdb 20G 45M 19G 1% /shared /var/log/cfn-init.log
|
Sorry for the very late reply. At the moment it is not possible to disable the shared EBS and to mount an EFS filesystem on top of the In case you want to mount EFS on top of home after mouting the file system you will have to copy over all the files that were already present in home by doing something like:
|
Hi, will 3.0.0 have the option to use LustreFS instead of EFS to mount the home? |
it is very likely it will |
Hi, not sure if this here the right place to ask, but I have the following situation: I started a cluster using pcluster and I have my data on an EFS volume which I have mounted on the EBM volume. However, when I sbatch jobs the scripts don't seem to be able to access the EFS volume. Is there something else I need to do @demartinofra ? Thank you a lot |
I ended up starting a new pcluster with the efs already mounted using the config file |
I would be interested in support for EFS access points natively. |
I have created an internal feature request and we will consider this soon |
This feature has been included in ParallelCluster 3.11.0. |
Hello,
I would like to replace slow EBS storage with EFS filesystem for hundreds of nodes pcluster. Do you support EFS Access points in 2.10.1? I have existing EFS filesystem and would like to create multiple access points (/home, /shared, /app etc) and mount shared on master/compute nodes. Do you plan to have a native support for EFS's POSIX user/permission?
Thanks
The text was updated successfully, but these errors were encountered: