Skip to content

Commit

Permalink
Merge pull request #24 from dobsonj/bug1954671-disable-vol-expansion
Browse files Browse the repository at this point in the history
Bug 1954671: disable volume expansion support in vsphere csi driver
  • Loading branch information
openshift-merge-robot committed May 14, 2021
2 parents 4da1f4f + cd7dfdc commit edbdd69
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion assets/storageclass.yaml
Expand Up @@ -6,4 +6,9 @@ provisioner: csi.vsphere.vmware.com
parameters:
datastoreurl: "${DATASTORE_URL}"
volumeBindingMode: WaitForFirstConsumer
allowVolumeExpansion: true
# Volume expansion is disabled here because volume expansion in the vSphere
# CSI driver is still in beta and has several limitations. (see
# https://vsphere-csi-driver.sigs.k8s.io/supported_features_matrix.html).
# It is not supported for all datastores (vSAN only right now) and there is
# not yet an e2e test for it.
allowVolumeExpansion: false
7 changes: 6 additions & 1 deletion pkg/generated/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edbdd69

Please sign in to comment.