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

Add EFS access point support (aws-parallelcluster#2337) #2779

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

thheinen
Copy link
Contributor

Description of changes

Add support to specify EFS access points per issue aws/aws-parallelcluster#2337

Tests

Tested mounting EFS with and without accesspoints from an aws-parallelcluster cluster.

More tests to be done but opening a draft PR for discussion and early feedback

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Signed-off-by: Thomas Heinen <t.heinen@reply.de>

# Path needs to be fully qualified, for example "shared/temp" becomes "/shared/temp"
efs_shared_dir = "/#{efs_shared_dir}" unless efs_shared_dir.start_with?('/')

# See reference of mount options: https://docs.aws.amazon.com/efs/latest/ug/automount-with-efs-mount-helper.html
mount_options = "_netdev,noresvport"
if efs_encryption_in_transit == "true"
if efs_accesspoint_id
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gmarciani
Copy link
Contributor

gmarciani commented Jul 22, 2024

Hi @thheinen,
thanks a lot for your contribution!

Made a first round of review and unblocked PR checks.

Signed-off-by: Thomas Heinen <t.heinen@reply.de>
Comment on lines -1 to -8
aws-parallelcluster-cookbook CHANGELOG
======================================

This file is used to list changes made in each version of the AWS ParallelCluster cookbook.

3.11.0
------

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this whole file changed?

@dreambeyondorange
Copy link
Contributor

LGTM! It can be merged when the CLI changes are ready!

@dreambeyondorange dreambeyondorange marked this pull request as ready for review August 13, 2024 13:41
@dreambeyondorange dreambeyondorange requested review from a team as code owners August 13, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants