Updated `csi.md`. Review: https://reviews.apache.org/r/66896/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2402f99c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2402f99c Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2402f99c Branch: refs/heads/master Commit: 2402f99ca9bdbb610f5ef4f444b25ac9e61cc269 Parents: 25d7880 Author: Chun-Hung Hsiao <chhs...@apache.org> Authored: Thu May 3 14:30:14 2018 -0700 Committer: Chun-Hung Hsiao <chhs...@mesosphere.io> Committed: Thu May 3 14:30:14 2018 -0700 ---------------------------------------------------------------------- docs/csi.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/2402f99c/docs/csi.md ---------------------------------------------------------------------- diff --git a/docs/csi.md b/docs/csi.md index 77a5edb..9d06da0 100644 --- a/docs/csi.md +++ b/docs/csi.md @@ -8,7 +8,9 @@ layout: documentation This document describes the [Container Storage Interface](https://github.com/container-storage-interface/spec) (CSI) support in Mesos. -Currently, only CSI spec version 0.1 is supported. +Currently, only CSI spec version 0.2 is supported in Mesos 1.6 due to +incompatible changes between CSI version 0.1 and version 0.2. CSI version 0.1 is +supported in Mesos 1.5. ## Motivation @@ -177,7 +179,7 @@ message Resource { from a CSI plugin. This field must not be set by frameworks. * `metadata`: This maps to CSI [Volume Attributes](https://github.com/container-storage-interface/spec/blob/v0.1.0/spec.md#createvolume) if the disk resource is backed by a [Volume](https://github.com/container-storage-interface/spec/blob/v0.1.0/spec.md#terminology) - from a CSI plugin. This field must not be set by framweworks. + from a CSI plugin. This field must not be set by frameworks. ### Storage Pool