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

ParallelCluster 3.8.0b1 does not consistently mount all shared file systems via EFS when configured #5812

Closed
michaelmayer2 opened this issue Nov 1, 2023 · 2 comments
Labels

Comments

@michaelmayer2
Copy link

When using InternalSharedStorageType: Efs with AWS PC 3.8.0b1,

  • /opt/parallelcluster/shared
  • /opt/parallelcluster/shared_login_nodes
  • /opt/slurm
  • /opt/intel

are exported to the login Nodes via EFS but

  • /opt/parallelcluster/scripts/login_nodes

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)
@davprat
Copy link
Contributor

davprat commented Nov 1, 2023

Thank you for your report. I've added this to our internal tracking systems.

@dreambeyondorange
Copy link
Contributor

Hi, this issue is addressed by the following PR that will be included in the actual 3.8 release aws/aws-parallelcluster-cookbook#2522

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

No branches or pull requests

3 participants