Repository: mesos Updated Branches: refs/heads/master 7c6969941 -> ad1323b03
Fixed a typo in persistent volume doc. Review: https://reviews.apache.org/r/58379/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ad1323b0 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ad1323b0 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ad1323b0 Branch: refs/heads/master Commit: ad1323b0310711d617c0472ea0bdf007df0be34c Parents: 7c69699 Author: Jay Guo <[email protected]> Authored: Wed Apr 12 11:19:25 2017 -0700 Committer: Jie Yu <[email protected]> Committed: Wed Apr 12 11:19:25 2017 -0700 ---------------------------------------------------------------------- docs/persistent-volume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ad1323b0/docs/persistent-volume.md ---------------------------------------------------------------------- diff --git a/docs/persistent-volume.md b/docs/persistent-volume.md index bd2f539..e2490f8 100644 --- a/docs/persistent-volume.md +++ b/docs/persistent-volume.md @@ -406,7 +406,7 @@ volumes: time. For example, suppose a volume is created on an agent and then the agent's host machine is rebooted. When the agent registers with Mesos after the reboot, it will be assigned a new AgentID---but it will retain the same - volume it had previouly. Hence, frameworks should not assume that using the + volume it had previously. Hence, frameworks should not assume that using the pair <AgentID, VolumeID> is a stable way to identify a volume in a cluster. * Attempts to dynamically reserve resources or create persistent volumes might
