Git Product home page Git Product logo

Comments (6)

dougalb avatar dougalb commented on June 4, 2024

You can choose to use an EBS snapshot as source for a volume. If you have
an existing volume, make a snapshot and then provide it in the config.

Also happy to investigate an option to provide existing EBS volume Id to
mount.
On Dec 22, 2014 5:11 PM, "Michael" [email protected] wrote:

Can I automatically mount the existing ebs volumes to a cluster if I have
already created some ebs volumes? For example, can I specify the volume IDs
in the configuration file before create/start a cluster?

Thanks,
Michael


Reply to this email directly or view it on GitHub
#22.

from aws-parallelcluster.

 avatar commented on June 4, 2024

Thanks for your comments!

from aws-parallelcluster.

dougalb avatar dougalb commented on June 4, 2024

Does using an EBS snapshot work for your current scenario?

from aws-parallelcluster.

 avatar commented on June 4, 2024

I tried to use a snapshot but looks like it did not work. The below is my EBS settings,

ebs_snapshot_id = snap-507e03de
volume_type = gp2
volume_size = 50

Please let me know if it is not correct. Thanks!

Michael

from aws-parallelcluster.

dougalb avatar dougalb commented on June 4, 2024

Within the cluster section, you need to make sure you are explicitly calling out an ebs settings section. So for example, you should have something like this:

[cluster default]
key_name = my key
ebs_settings = mysnapshot
vpc_settings = public

[vpc public]
vpc_id = vpc-a1b2c3d4
master_subnet_id = subnet-a1b2c3d4

[ebs mysnapshot]
ebs_snapshot_id = snap-a1b1c1d4
volume_type = gp2

You do not need any volume_size as that will come from the EBS snapshot.

from aws-parallelcluster.

 avatar commented on June 4, 2024

It works now, thanks a lot!

from aws-parallelcluster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.