Skip to content

Commit 6712fbe

Browse files
authored
Merge pull request #31542 from yashodhanmohan/fix/capitalization
Update capitalization for mount options based on correct PV types
2 parents e431d58 + cd7114d commit 6712fbe

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -535,19 +535,19 @@ Not all Persistent Volume types support mount options.
535535

536536
The following volume types support mount options:
537537

538-
* AWSElasticBlockStore
539-
* AzureDisk
540-
* AzureFile
541-
* CephFS
542-
* Cinder (OpenStack block storage)
543-
* GCEPersistentDisk
544-
* Glusterfs
545-
* NFS
546-
* Quobyte Volumes
547-
* RBD (Ceph Block Device)
548-
* StorageOS
549-
* VsphereVolume
550-
* iSCSI
538+
* `awsElasticBlockStore`
539+
* `azureDisk`
540+
* `azureFile`
541+
* `cephfs`
542+
* `cinder` (**deprecated** in v1.18)
543+
* `gcePersistentDisk`
544+
* `glusterfs`
545+
* `iscsi`
546+
* `nfs`
547+
* `quobyte` (**deprecated** in v1.22)
548+
* `rbd`
549+
* `storageos` (**deprecated** in v1.22)
550+
* `vsphereVolume`
551551

552552
Mount options are not validated. If a mount option is invalid, the mount fails.
553553

0 commit comments

Comments
 (0)