You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/01/15 19:02:21 UTC

mesos git commit: Added missing quotes in upgrades.md.

Repository: mesos
Updated Branches:
  refs/heads/master 7a02a18cd -> 1d678bdf6


Added missing quotes in upgrades.md.


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

Branch: refs/heads/master
Commit: 1d678bdf67636082764a22f4444d98272923da72
Parents: 7a02a18
Author: Jie Yu <yu...@gmail.com>
Authored: Fri Jan 15 10:02:17 2016 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Fri Jan 15 10:02:17 2016 -0800

----------------------------------------------------------------------
 docs/upgrades.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1d678bdf/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index db244b2..ec2d6fd 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -14,7 +14,7 @@ This document serves as a guide for users who wish to upgrade an existing Mesos
 
 * The `executorLost` callback in the Scheduler interface will now be called whenever the slave detects termination of a custom executor. This callback was never called in previous versions, so please make sure any framework schedulers can now safely handle this callback. Note that this callback may not be reliably delivered.
 
-* The isolator `prepare` interface has been changed slightly. Instead of keeping adding parameters to the `prepare` interface, we decide to use a protobuf (`ContainerConfig`). Also, we renamed ContainerPrepareInfo to ContainerLaunchInfo to better capture the purpose of this struct. See [MESOS-4240](https://issues.apache.org/jira/browse/MESOS-4240) and [MESOS-4282](https://issues.apache.org/jira/browse/MESOS-4282) for more information. If you are an isolator module writer, you will have to adjust your isolator module according to the new interface and re-compile with 0.27.
+* The isolator `prepare` interface has been changed slightly. Instead of keeping adding parameters to the `prepare` interface, we decide to use a protobuf (`ContainerConfig`). Also, we renamed `ContainerPrepareInfo` to `ContainerLaunchInfo` to better capture the purpose of this struct. See [MESOS-4240](https://issues.apache.org/jira/browse/MESOS-4240) and [MESOS-4282](https://issues.apache.org/jira/browse/MESOS-4282) for more information. If you are an isolator module writer, you will have to adjust your isolator module according to the new interface and re-compile with 0.27.
 
 ## Upgrading from 0.25.x to 0.26.x ##