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

Allow the user to set the disk size of the root partition partition on ec2 #4840

Closed
evanccnyc opened this issue Nov 7, 2013 · 3 comments
Closed
Labels
cloud feature This issue/PR relates to a feature request.

Comments

@evanccnyc
Copy link
Contributor

In boto, you can set the size of the root, before you launch the instance. This is really helpful if you need more disk size then whatever the ami has.

The example boto code is here:

https://gist.github.com/anonymous/df0ddf374b3dd982c670

@lwade
Copy link
Contributor

lwade commented Nov 8, 2013

Would be good to support block device mappings. Keep in mind that this example is for EBS-backed instances only, not Instance-store backed.

@willthames
Copy link
Contributor

This would be a minor tweak to #4534
to allow the special case of /dev/sda1 with a custom size.

@mpdehaan
Copy link
Contributor

mpdehaan commented Feb 9, 2014

I'm closing this ticket as we have a pull request open now that tracks this issue, just to keep github easier to organize. This ticket can still be found from the other.

@mpdehaan mpdehaan closed this as completed Feb 9, 2014
@ansibot ansibot added feature This issue/PR relates to a feature request. and removed feature_idea labels Mar 2, 2018
@ansible ansible locked and limited conversation to collaborators Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cloud feature This issue/PR relates to a feature request.
Projects
None yet
Development

No branches or pull requests

5 participants