diff options
| author | Hemant Kumar <hekumar@redhat.com> | 2017-05-23 18:36:08 -0400 |
|---|---|---|
| committer | Hemant Kumar <hekumar@redhat.com> | 2017-05-23 18:36:08 -0400 |
| commit | 91b41028182a5291b4eccbf88f8065f66b2b7eed (patch) | |
| tree | 4bec1d2fc7677a2edec36ff6646abcad212839f0 | |
| parent | 02b0d9c94963edbadb62753bdc252b51782a4c46 (diff) | |
Document about which volume plugins willl be initially supported
| -rw-r--r-- | contributors/design-proposals/grow-volume-size.md | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/contributors/design-proposals/grow-volume-size.md b/contributors/design-proposals/grow-volume-size.md index ecab803a..275ca87e 100644 --- a/contributors/design-proposals/grow-volume-size.md +++ b/contributors/design-proposals/grow-volume-size.md @@ -19,19 +19,19 @@ Enable users to increase size of PVs that their pods are using. The user will up ## Volume Plugin Matrix -| Volume Plugin | Supports Resize | Requires File system Resize | -| ----------------| :---------------: | :--------------------------:| -| EBS | Yes | Yes | -| GCE PD | Yes | Yes | -| Azure Disk | Yes | Yes | -| Cinder | Yes | Yes | -| Vsphere | Yes | Yes | -| Ceph RBD | Yes | Yes | -| Host Path | No | No | -| GlusterFS | Yes | No | -| Azure File | No | No | -| Cephfs | No | No | -| NFS | No | No | +| Volume Plugin | Supports Resize | Requires File system Resize | Supported in 1.7 Release | +| ----------------| :---------------: | :--------------------------:| :----------------------: | +| EBS | Yes | Yes | Yes | +| GCE PD | Yes | Yes | Yes | +| Azure Disk | Yes | Yes | No | +| Cinder | Yes | Yes | Yes | +| Vsphere | Yes | Yes | No | +| Ceph RBD | Yes | Yes | No | +| Host Path | No | No | No | +| GlusterFS | Yes | No | Yes | +| Azure File | No | No | No | +| Cephfs | No | No | No | +| NFS | No | No | No | ## Implementation Design |
