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

Fixes the c3.X instances to have the proper disk size #405

Closed
wants to merge 1 commit into from
Closed

Fixes the c3.X instances to have the proper disk size #405

wants to merge 1 commit into from

Conversation

Itxaka
Copy link
Contributor

@Itxaka Itxaka commented Nov 28, 2014

See subject

@@ -219,35 +219,35 @@
'id': 'c3.large',
'name': 'Compute Optimized Large Instance',
'ram': 3750,
'disk': 16,
'disk': 32, # x2
Copy link
Member

Choose a reason for hiding this comment

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

I think you can remove all of the # x2 comments

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Its just so its easier to know that its actually 2 different disks. There is a couple of instances in the file which have the same comment, probably so people dont get confused like I was at first :D

Copy link
Member

Choose a reason for hiding this comment

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

so it's 2 disks of 16 that make 32, or two disks of 32 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Itxaka
Copy link
Contributor Author

Itxaka commented Nov 30, 2014

@Kami ?

@asfgit asfgit closed this in ea16988 Dec 1, 2014
erjohnso pushed a commit to erjohnso/libcloud that referenced this pull request Dec 1, 2014
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>

This closes apache#405
erjohnso pushed a commit to erjohnso/libcloud that referenced this pull request Dec 1, 2014
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>

This closes apache#405
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.

None yet

2 participants