We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using InternalSharedStorageType: Efs with AWS PC 3.8.0b1,
InternalSharedStorageType: Efs
are exported to the login Nodes via EFS but
is still exported by the head node via NFS and mounted on the login nodes.
On a login node I can see
LABEL=cloudimg-rootfs / ext4 defaults,discard 0 1 LABEL=UEFI /boot/efi vfat umask=0077 0 1 fs-xxx.efs.eu-west-1.amazonaws.com:/opt/parallelcluster/shared /opt/parallelcluster/shared efs _netdev,noresvport 0 0 fs-xxx.efs.eu-west-1.amazonaws.com:/opt/parallelcluster/shared_login_nodes /opt/parallelcluster/shared_login_nodes efs _netdev,noresvport 0 0 fs-xxx.efs.eu-west-1.amazonaws.com:/opt/slurm /opt/slurm efs _netdev,noresvport 0 0 fs-xxx.efs.eu-west-1.amazonaws.com:/opt/intel /opt/intel efs _netdev,noresvport 0 0 a.b.c.d:/home /home nfs hard,_netdev,noatime 0 0 a.b.c.d:/opt/parallelcluster/scripts/login_nodes /opt/parallelcluster/scripts/utils nfs hard,_netdev,noatime 0 0 fs-xxx.efs.eu-west-1.amazonaws.com:/ /opt/parallelcluster/init_shared efs _netdev,noresvport 0 0 fs-xxx.fsx.eu-west-1.amazonaws.com@tcp:/htmsvbev /shared lustre defaults,_netdev,flock,user_xattr,noatime,noauto,x-systemd.automount 0 0
while on the head node I can see in /etc/exports
/opt/parallelcluster/scripts/login_nodes x.y.0.0/16(rw,sync,no_root_squash) /home x.y.0.0/16(rw,sync,no_root_squash)
The text was updated successfully, but these errors were encountered:
Thank you for your report. I've added this to our internal tracking systems.
Sorry, something went wrong.
Hi, this issue is addressed by the following PR that will be included in the actual 3.8 release aws/aws-parallelcluster-cookbook#2522
No branches or pull requests
When using
InternalSharedStorageType: Efs
with AWS PC 3.8.0b1,are exported to the login Nodes via EFS but
is still exported by the head node via NFS and mounted on the login nodes.
On a login node I can see
while on the head node I can see in /etc/exports
The text was updated successfully, but these errors were encountered: