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/29 00:17:45 UTC

git commit: Updated upgrades document for 0.17.0.

Updated Branches:
  refs/heads/master 16354796d -> b4ad268c9


Updated upgrades document for 0.17.0.

From: Jie Yu <yu...@gmail.com>
Review: https://reviews.apache.org/r/17473


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b4ad268c
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b4ad268c
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b4ad268c

Branch: refs/heads/master
Commit: b4ad268c97b90010c9ae3373d7794aaf6b7ae268
Parents: 1635479
Author: Vinod Kone <vi...@twitter.com>
Authored: Tue Jan 28 15:17:35 2014 -0800
Committer: Vinod Kone <vi...@twitter.com>
Committed: Tue Jan 28 15:17:35 2014 -0800

----------------------------------------------------------------------
 docs/upgrades.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b4ad268c/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index dac0ef8..fe8b604 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.16.0 to 0.17.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.15.0 to 0.16.0.
 
 In order to upgrade a running cluster: