Skip to content

Commit 22a702f

Browse files
authored
Merge pull request #78114 from lpettyjo/OCPBUGS-35232
OCPBUGS#35232: Moving vSphere vols not supported
2 parents 6a5bb8b + 8961fb8 commit 22a702f

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Module included in the following assemblies:
2+
//
3+
// storage/container_storage_interface/persistent-storage-csi-vsphere.adoc
4+
//
5+
6+
:content-type: CONCEPT
7+
[id="persistent-storage-csi-vsphere-limitations_{context}"]
8+
= vSphere CSI limitations
9+
10+
The following limitations apply to the vSphere Container Storage Interface (CSI) Driver Operator:
11+
12+
* The vSphere CSI Driver supports dynamic and static provisioning. However, when using static provisioning in the PV specifications, do not use the key `storage.kubernetes.io/csiProvisionerIdentity` in `csi.volumeAttributes` because this key indicates dynamically provisioned PVs.
13+
14+
* Migrating persistent container volumes between datastores using the vSphere client interface is not supported with {product-title}.

storage/container_storage_interface/persistent-storage-csi-vsphere.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,10 @@ For new installations, {product-title} 4.13 and later provides automatic migrati
2929
CSI automatic migration should be seamless. Migration does not change how you use all existing API objects, such as persistent volumes, persistent volume claims, and storage classes.
3030
====
3131

32-
[NOTE]
33-
====
34-
The vSphere CSI Driver supports dynamic and static provisioning. When using static provisioning in the PV specifications, do not use the key `storage.kubernetes.io/csiProvisionerIdentity` in `csi.volumeAttributes` because this key indicates dynamically provisioned PVs.
35-
====
36-
3732
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
3833

34+
include::modules/persistent-storage-csi-vsphere-limitations.adoc[leveloffset=+1]
35+
3936
include::modules/persistent-storage-csi-vsphere-stor-policy.adoc[leveloffset=+1]
4037

4138
include::modules/persistent-storage-csi-vsphere-rwx.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)