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

AWS volumes: Use /dev/xvdXX names with EC2 #27628

Merged
merged 1 commit into from
Jun 19, 2016

Conversation

justinsb
Copy link
Member

We are using HVM style names, which cannot be paravirtual style names.

See
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html

This also fixes problems introduced when moving volume mounting to KCM.

Fix #27534

We are using HVM style names, which cannot be paravirtual style names.

See
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html

This also fixes problems introduced when moving volume mounting to KCM.

Fix kubernetes#27534
@justinsb justinsb added this to the v1.3 milestone Jun 17, 2016
@justinsb justinsb added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Jun 17, 2016
@justinsb
Copy link
Member Author

cc @simonswine I think this is all we need to do. I think that the move to supporting lots of volumes requires using xvd names when talking to the EC2 API. I think this also means that we don't support paravirtualized instance types, but that is a separate issue (I'm not sure anyone would want to run non-HVM?)

@k8s-github-robot k8s-github-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. release-note-label-needed labels Jun 17, 2016
@k8s-bot
Copy link

k8s-bot commented Jun 17, 2016

GCE e2e build/test passed for commit 3af950f.

@simonswine
Copy link
Contributor

LGTM

Thanks @justinsb for getting this in

@simonswine
Copy link
Contributor

Btw: I think a release note could be useful:

cloudprovider/aws: removing support for EBS attachment for paravirtualized instances

@justinsb
Copy link
Member Author

You did all the hard work @simonswine :-) I think we accidentally removed EBS attachment on paravirtualized instances in 1.2 (i.e. not sure it belongs as a release note on this PR!) Given I haven't heard anyone complaining, I guess that supports the idea that paravirtualized instances aren't too crucial.

I do agree we should document it somewhere though!

@justinsb justinsb added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed release-note-label-needed labels Jun 19, 2016
@davidopp davidopp added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 19, 2016
@k8s-github-robot
Copy link

@k8s-bot test this [submit-queue is verifying that this PR is safe to merge]

@k8s-bot
Copy link

k8s-bot commented Jun 19, 2016

GCE e2e build/test passed for commit 3af950f.

@k8s-github-robot
Copy link

Automatic merge from submit-queue

@k8s-github-robot k8s-github-robot merged commit 536ed28 into kubernetes:master Jun 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cloudprovider/aws: EBS attachment fails: /dev/sdba is not a valid EBS device name (v1.3.0-beta.0)
6 participants