You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2016/08/23 13:20:07 UTC

[1/3] mesos git commit: Fixed broken link in multiple disk documentation.

Repository: mesos
Updated Branches:
  refs/heads/master 6bb9c9bf3 -> 42e8d6fb8


Fixed broken link in multiple disk documentation.

Review: https://reviews.apache.org/r/51283/


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

Branch: refs/heads/master
Commit: 79953e9cd5fcd8fecab3f35c1d77e2e451bbc07a
Parents: 6bb9c9b
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Tue Aug 23 15:17:44 2016 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Tue Aug 23 15:17:44 2016 +0200

----------------------------------------------------------------------
 docs/multiple-disk.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/79953e9c/docs/multiple-disk.md
----------------------------------------------------------------------
diff --git a/docs/multiple-disk.md b/docs/multiple-disk.md
index 20b99e0..9bc9f95 100644
--- a/docs/multiple-disk.md
+++ b/docs/multiple-disk.md
@@ -41,7 +41,7 @@ the agent. Data is mapped into the `work_dir` of the agent.
 
 An example resources value for a root disk is shown below. Note that the
 operator could optionally specify a `role` for the disk, which would result in
-[statically reserving](reservations.md) the disk for a single [role](roles.md).
+[statically reserving](reservation.md) the disk for a single [role](roles.md).
 
         {
           "resources" : [
@@ -75,7 +75,7 @@ most 10GB of disk space in total.
 
 An example resources value for a `Path` disk is shown below. Note that the
 operator could optionally specify a `role` for the disk, which would result in
-[statically reserving](reservations.md) the disk for a single [role](roles.md).
+[statically reserving](reservation.md) the disk for a single [role](roles.md).
 
         {
           "resources" : [
@@ -115,7 +115,7 @@ isolation is disabled for `Mount` disks.
 
 An example resources value for a `Mount` disk is shown below. Note that the
 operator could optionally specify a `role` for the disk, which would result in
-[statically reserving](reservations.md) the disk for a single [role](roles.md).
+[statically reserving](reservation.md) the disk for a single [role](roles.md).
 
         {
           "resources" : [


[2/3] mesos git commit: Fixed HTML in upgrades.md.

Posted by ti...@apache.org.
Fixed HTML in upgrades.md.

Review: https://reviews.apache.org/r/51329/


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

Branch: refs/heads/master
Commit: 158694c241cae4926fa02569df4bd9fe56e89dd5
Parents: 79953e9
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Tue Aug 23 15:17:55 2016 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Tue Aug 23 15:17:55 2016 +0200

----------------------------------------------------------------------
 docs/upgrades.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/158694c2/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index d3e7cdd..a07fb09 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -180,21 +180,21 @@ We categorize the changes as follows:
 
 ## Upgrading from 0.28.x to 1.0.x ##
 
-<a name="1-0-x-deprecated-ssl-env-variables"</a>
+<a name="1-0-x-deprecated-ssl-env-variables"></a>
 
 * Prior to Mesos 1.0, environment variables prefixed by `SSL_` are used to control libprocess SSL support. However, it was found that those environment variables may collide with some libraries or programs (e.g., openssl, curl). From Mesos 1.0, `SSL_*` environment variables are deprecated in favor of the corresponding `LIBPROCESS_SSL_*` variables.
 
-<a name="1-0-x-persistent-volume-ownership"</a>
+<a name="1-0-x-persistent-volume-ownership"></a>
 
 * Prior to Mesos 1.0, Mesos agent recursively changes the ownership of the persistent volumes every time they are mounted to a container. From Mesos 1.0, this behavior has been changed. Mesos agent will do a _non-recursive_ change of ownership of the persistent volumes.
 
-<a name="1-0-x-deprecated-fields-in-container-config"</a>
+<a name="1-0-x-deprecated-fields-in-container-config"></a>
 
 * Mesos 1.0 removed the camel cased protobuf fields in `ContainerConfig` (see `include/mesos/slave/isolator.proto`):
   * `required ExecutorInfo executorInfo = 1;`
   * `optional TaskInfo taskInfo = 2;`
 
-<a name="1-0-x-executor-environment-variables"</a>
+<a name="1-0-x-executor-environment-variables"></a>
 
 * By default, executors will no longer inherit environment variables from the agent. The operator can still use the `--executor-environment-variables` flag on the agent to explicitly specify what environment variables the executors will get. Mesos generated environment variables (i.e., `$MESOS_`, `$LIBPROCESS_`) will not be affected. If `$PATH` is not specified for an executor, a default value `/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin` will be used.
 


[3/3] mesos git commit: Corrected typo in docker_build example.

Posted by ti...@apache.org.
Corrected typo in docker_build example.

Review: https://reviews.apache.org/r/51147/


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

Branch: refs/heads/master
Commit: 42e8d6fb8b894c08b4b0c7cc40036fe630489bba
Parents: 158694c
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Tue Aug 23 15:18:45 2016 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Tue Aug 23 15:18:45 2016 +0200

----------------------------------------------------------------------
 support/docker_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/42e8d6fb/support/docker_build.sh
----------------------------------------------------------------------
diff --git a/support/docker_build.sh b/support/docker_build.sh
index 5c38c5c..6ba9cf0 100755
--- a/support/docker_build.sh
+++ b/support/docker_build.sh
@@ -6,7 +6,7 @@ set -xe
 # a given OS and compiler combination.
 
 # Require the following environment variables to be set.
-: ${OS:?"Environment variable 'OS' must be set (e.g., OS=ubuntu14.04)"}
+: ${OS:?"Environment variable 'OS' must be set (e.g., OS=ubuntu:14.04)"}
 : ${BUILDTOOL:?"Environment variable 'BUILDTOOL' must be set (e.g., BUILDTOOL=autotools)"}
 : ${COMPILER:?"Environment variable 'COMPILER' must be set (e.g., COMPILER=gcc)"}
 : ${CONFIGURATION:?"Environment variable 'CONFIGURATION' must be set (e.g., CONFIGURATION='--enable-libevent --enable-ssl')"}