Maybe in the future we should provide some of the reasoning as well so that we can remember why this particular upgrade order was needed. :)
On Wed, Jan 22, 2014 at 4:22 PM, <[email protected]> wrote: > Updated Branches: > refs/heads/master 586e7eb65 -> 1acb9e804 > > > Updated upgrades.md for 0.15.0 -> 0.16.0. > > From: Jiang Yan Xu <[email protected]> > Review: https://reviews.apache.org/r/17216 > > > Project: http://git-wip-us.apache.org/repos/asf/mesos/repo > Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1acb9e80 > Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1acb9e80 > Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1acb9e80 > > Branch: refs/heads/master > Commit: 1acb9e80485a2b253bb83d75ec41ccd04004e83a > Parents: 586e7eb > Author: Vinod Kone <[email protected]> > Authored: Wed Jan 22 16:22:00 2014 -0800 > Committer: Vinod Kone <[email protected]> > Committed: Wed Jan 22 16:22:00 2014 -0800 > > ---------------------------------------------------------------------- > docs/upgrades.md | 11 +++++++++++ > 1 file changed, 11 insertions(+) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/mesos/blob/1acb9e80/docs/upgrades.md > ---------------------------------------------------------------------- > diff --git a/docs/upgrades.md b/docs/upgrades.md > index 5d960c9..dac0ef8 100644 > --- a/docs/upgrades.md > +++ b/docs/upgrades.md > @@ -5,6 +5,17 @@ layout: documentation > # Upgrading Mesos > This document serves as a guide for users who wish to upgrade an existing > mesos cluster. Some versions require particular upgrade techniques when > upgrading a running cluster. Some upgrades will have incompatible changes. > > +## Upgrading from 0.15.0 to 0.16.0. > + > +In order to upgrade a running cluster: > + > +* Install the new master binaries and restart the masters. > +* Upgrade the schedulers by linking the latest native library and mesos > jar (if necessary). > +* Restart the schedulers. > +* Install the new slave binaries and restart the slaves. > +* Upgrade the executors by linking the latest native library and mesos > jar (if necessary). > + > + > ## Upgrading from 0.14.0 to 0.15.0. > > In order to upgrade a running cluster: > >
