You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2013/06/10 20:37:48 UTC

git commit: Added an Upgrade document.

Updated Branches:
  refs/heads/master 15d7c6dcb -> a5d53f4f3


Added an Upgrade document.


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

Branch: refs/heads/master
Commit: a5d53f4f3b3950c84f4380d65aab45f3cc48cca8
Parents: 15d7c6d
Author: Benjamin Mahler <bm...@twitter.com>
Authored: Mon Jun 10 11:37:35 2013 -0700
Committer: Benjamin Mahler <bm...@twitter.com>
Committed: Mon Jun 10 11:37:35 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mesos/blob/a5d53f4f/docs/Upgrades.md
----------------------------------------------------------------------
diff --git a/docs/Upgrades.md b/docs/Upgrades.md
new file mode 100644
index 0000000..7105482
--- /dev/null
+++ b/docs/Upgrades.md
@@ -0,0 +1,11 @@
+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.11.0 to 0.12.0.
+--------------------------------
+In order to upgrade a running cluster:
+  - First upgrade all of the slaves.
+  - Then, once all slaves are running 0.12.0, upgrade the masters.
+
+If you are a framework developer, you will want to examine the new 'source' field in the ExecutorInfo protobuf. This will allow you to take further advantage of the resource monitoring.