Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Upgrade fixes for LP #1403738 #1343
Conversation
mjs
added some commits
Dec 18, 2014
|
$$fixes-1403738$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Dec 18, 2014
jujubot
merged commit 3cecce6
into
juju:master
Dec 18, 2014
mjs
deleted the
mjs:1403738-fix-upgrades
branch
Dec 19, 2014
This was referenced Jan 16, 2015
added a commit
that referenced
this pull request
Jan 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedDec 18, 2014
Two separate fixes here.
The first changes SetAgentVersion to use a raw transaction as it is called before upgrade steps have run.
The second ensures that container setup in the machine agent is done after upgrades are complete. This involves some reorganisation of the API workers that need to start after upgrades are complete.
(Review request: http://reviews.vapour.ws/r/664/)