PV: Add StorageOS in the mount options supported list (#10334)
* PV: Add StorageOS in the mount options supported list StorageOS in-tree storage plugin uses the mount options specified in the volume spec https://github.com/kubernetes/kubernetes/blob/v1.13.0-alpha.0/pkg/volume/storageos/storageos.go#L139 * Mount options volume list sort alphabetically
This commit is contained in:
@@ -383,18 +383,19 @@ A Kubernetes administrator can specify additional mount options for when a Persi
|
|||||||
|
|
||||||
The following volume types support mount options:
|
The following volume types support mount options:
|
||||||
|
|
||||||
* GCEPersistentDisk
|
|
||||||
* AWSElasticBlockStore
|
* AWSElasticBlockStore
|
||||||
* AzureFile
|
|
||||||
* AzureDisk
|
* AzureDisk
|
||||||
* NFS
|
* AzureFile
|
||||||
* iSCSI
|
|
||||||
* RBD (Ceph Block Device)
|
|
||||||
* CephFS
|
* CephFS
|
||||||
* Cinder (OpenStack block storage)
|
* Cinder (OpenStack block storage)
|
||||||
|
* GCEPersistentDisk
|
||||||
* Glusterfs
|
* Glusterfs
|
||||||
* VsphereVolume
|
* NFS
|
||||||
* Quobyte Volumes
|
* Quobyte Volumes
|
||||||
|
* RBD (Ceph Block Device)
|
||||||
|
* StorageOS
|
||||||
|
* VsphereVolume
|
||||||
|
* iSCSI
|
||||||
|
|
||||||
Mount options are not validated, so mount will simply fail if one is invalid.
|
Mount options are not validated, so mount will simply fail if one is invalid.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user