Skip to content

Commit a454063

Browse files
author
Lisa Pettyjohn
committed
OSDOCS-2450: Add vSphere to CSI auto migration
1 parent 55f7248 commit a454063

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

modules/persistent-storage-csi-migration-enable.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
featureSet: TechPreviewNoUpgrade <1>
3333
...
3434
----
35-
<1> Enables automatic migration for AWS EBS, Cinder, Azure Disk, and Azure File.
35+
<1> Enables automatic migration for AWS EBS, Cinder, GCP, Azure Disk, Azure File, and VMware vSphere.
3636
+
3737
You can specify CSI automatic migration for a selected CSI driver by setting `CustomNoUpgrade` `featureSet` and for `featuregates` to one of the following:
3838
+
@@ -46,6 +46,8 @@ You can specify CSI automatic migration for a selected CSI driver by setting `Cu
4646
* CSIMigrationAzureFile
4747
4848
* CSIMigrationGCE
49+
50+
* CSIMigrationvSphere
4951
--
5052
+
5153
The following configuration example enables automatic migration to the AWS EBS CSI driver only:

modules/persistent-storage-csi-migration-overview.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The following drivers are supported:
2020
2121
* Google Compute Engine Persistent Disk (in-tree) and Google Cloud Platform Persistent Disk (CSI)
2222
23+
* VMware vSphere
24+
2325
CSI automatic migration should be seamless. Enabling this feature does not change how you use all existing API objects (for example, `PersistentVolumes`, `PersistentVolumeClaims`, and `StorageClasses`).
2426

2527
By default, automatic migration is disabled.

0 commit comments

Comments
 (0)