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

Configure /efs mount on compute nodes #376

Closed
hellmersjl3ds opened this issue May 18, 2018 · 7 comments
Closed

Configure /efs mount on compute nodes #376

hellmersjl3ds opened this issue May 18, 2018 · 7 comments

Comments

@hellmersjl3ds
Copy link

I'd like to give the /efs mount some specific configuration options on the compute nodes that are created through cfncluster. Is a post install script the best way do do this?

@lukeseawalker
Copy link
Contributor

Yes it is, as there is no out-of-the-box CfnCluster integration.

L

@sean-smith
Copy link
Contributor

See #116

@hellmersjl3ds
Copy link
Author

hellmersjl3ds commented May 24, 2018

Some questions

  1. Does the post install script run as root? YES APPARENTLY
  2. What are the "boot_as*" scripts in the documentation pages refer to?
  3. When I download the file the permission for execution is not present anymore. Will that cause a problem? NO, IT WORKED OK.

@mauri-melato
Copy link
Contributor

Hello,

  1. Yes, pre/post install scripts run as root
  2. The "boot_as_*" refers to all the operations to setup a node to "boot as" master or compute node. They are the cookbook recipes performing all the software installation and machine configurations. For example scheduler setup is done in this phase.
  3. Pre/post install scripts are downloaded from S3 and execution flag applied before being launched

@hellmersjl3ds
Copy link
Author

I was able to use a post install script to do this. Should we close this issue, or do you see a potential enhancement to do this in a more standard way?

@enrico-usai
Copy link
Contributor

enrico-usai commented Jun 11, 2018

Let's keep opened as feature enhancement.

@enrico-usai
Copy link
Contributor

I'm going to close this issue since we added the EFS support with ParallelCluster 2.1.0.
I'm also pleased to mention we added the FSx Lustre support for Centos 7 with ParallelCluster 2.2.1.

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

No branches or pull requests

5 participants