Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/ec2: increas root disk tagging timeout #3417
Conversation
axw
added some commits
Oct 1, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Oct 2, 2015
jujubot
merged commit ab6e942
into
juju:master
Oct 2, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedOct 1, 2015
When we start instances in ec2, we tag the root disk
with the environment UUID, machine ID, etc. This will
sometimes fail if the root disk does not attach quickly
enough. Increase the timeout from 5 seconds to 5 minutes.
Fixes https://bugs.launchpad.net/juju-core/+bug/1501559
(Review request: http://reviews.vapour.ws/r/2803/)