From 81f59bb2560c7c84eef83789a79163dbc934a0fc Mon Sep 17 00:00:00 2001 From: tolleiv Date: Mon, 9 Jan 2017 20:53:38 +0100 Subject: [PATCH] Add Flocker Photon and Quobyte to PV list --- docs/user-guide/persistent-volumes/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-guide/persistent-volumes/index.md b/docs/user-guide/persistent-volumes/index.md index e5091d1b9c..a1260ac22d 100644 --- a/docs/user-guide/persistent-volumes/index.md +++ b/docs/user-guide/persistent-volumes/index.md @@ -110,6 +110,7 @@ However, the particular path specified in the custom recycler pod template in th * AzureFile * AzureDisk * FC (Fibre Channel) +* Flocker * NFS * iSCSI * RBD (Ceph Block Device) @@ -117,7 +118,9 @@ However, the particular path specified in the custom recycler pod template in th * Cinder (OpenStack block storage) * Glusterfs * VsphereVolume +* Quobyte Volumes * HostPath (single node testing only -- local storage is not supported in any way and WILL NOT WORK in a multi-node cluster) +* VMware Photon ## Persistent Volumes @@ -176,10 +179,13 @@ In the CLI, the access modes are abbreviated to: | Cinder | x | - | - | | FC | x | x | - | | FlexVolume | x | x | - | +| Flocker | x | - | - | | GCEPersistentDisk | x | x | - | | Glusterfs | x | x | x | | HostPath | x | - | - | | iSCSI | x | x | - | +| PhotonPersistentDisk | x | - | - | +| Quobyte | x | x | x | | NFS | x | x | x | | RBD | x | x | - | | VsphereVolume | x | - | - |