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

Cannot attach volume to instance in a different AZ #52

Closed
bertinatto opened this issue Oct 10, 2018 · 4 comments
Closed

Cannot attach volume to instance in a different AZ #52

bertinatto opened this issue Oct 10, 2018 · 4 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@bertinatto
Copy link
Member

PR #42
changed the CreateDisk behaviour by creating a volume in a random AZ
if such isn't provided. However, the volume might be created in an AZ where there's no driver
running.

This is the error that I'm getting:

Warning  FailedAttachVolume  84s  attachdetach-controller  (combined from similar events): AttachVolume.Attach failed for volume "pvc-44c2c835-cc91-11e8-93bb-0e3fe2b5fad4" : rpc error: code = Internal desc = Could not attach volume "vol-06899fef1736f24b9" to node "i-0a7e7ab68218ef0e0": could not attach volume "vol-06899fef1736f24b9" to node "i-0a7e7ab68218ef0e0": InvalidVolume.ZoneMismatch: The volume 'vol-06899fef1736f24b9' is not in the same availability zone as instance 'i-0a7e7ab68218ef0e0'
@bertinatto
Copy link
Member Author

/kind bug

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Oct 10, 2018
@leakingtapan
Copy link
Contributor

@bertinatto this issue could be resolved, right?

@bertinatto
Copy link
Member Author

/close

@k8s-ci-robot
Copy link
Contributor

@bertinatto: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants