I have been tearing my hear out about setting up an EFS volumn to my ray cluster.
I keep getting
mount.nfs4: Operation not permitted
I have the correct permissions in the role, I have the correct policies for the network (they are in the same security group) and it is able to find the EFS volume, but the last step is just not getting through.
I have installed the efs-utils and botocore as instructed, but whatever I try, NFS refused to mount the EFS vlue.
setup_commands:
- sudo mkdir /efs
- sudo mount -t efs fs-00f2a6a0aacee8c71 /efs
- sudo chmod -R 777 /efs
i tried setting it up in home directory as well to no avail. I do notifce that nfs is not running as as ervice, but that is probably intended.
NE1 have any idea?