You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/01/23 01:22:17 UTC

git commit: Updated upgrades.md for 0.15.0 -> 0.16.0.

Updated Branches:
  refs/heads/master 586e7eb65 -> 1acb9e804


Updated upgrades.md for 0.15.0 -> 0.16.0.

From: Jiang Yan Xu <ya...@jxu.me>
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 <vi...@twitter.com>
Authored: Wed Jan 22 16:22:00 2014 -0800
Committer: Vinod Kone <vi...@twitter.com>
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:


Re: git commit: Updated upgrades.md for 0.15.0 -> 0.16.0.

Posted by Benjamin Mahler <be...@gmail.com>.
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, <vi...@apache.org> wrote:

> Updated Branches:
>   refs/heads/master 586e7eb65 -> 1acb9e804
>
>
> Updated upgrades.md for 0.15.0 -> 0.16.0.
>
> From: Jiang Yan Xu <ya...@jxu.me>
> 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 <vi...@twitter.com>
> Authored: Wed Jan 22 16:22:00 2014 -0800
> Committer: Vinod Kone <vi...@twitter.com>
> 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:
>
>