Skip to content

Commit 30187b4

Browse files
authored
Merge pull request #48911 from lpettyjo/OSDOCS-3783
OSDOCS-3783: GCP auto migration TP->GA
2 parents d72e85c + e2e9bfd commit 30187b4

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

modules/persistent-storage-csi-migration-automatic-ga.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
1515
* Amazon Web Services (AWS) Elastic Block Storage (EBS)
1616
17+
* Google Compute Engine Persistent Disk (GCP PD)
18+
1719
CSI migration for these volume types is considered generally available (GA), and requires no manual intervention.
1820

1921
For new {product-title} 4.11, and later, installations, the default storage class is the CSI storage class. All volumes provisioned using this storage class are CSI persistent volumes (PVs).

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
If you want to test Container Storage Interface (CSI) migration in development or staging {product-title} clusters, you must manually enable in-tree to CSI migration for the following in-tree volume types:
1010

11-
* Google Compute Engine Persistent Disk (GCE-PD)
12-
1311
* VMware vSphere Disk
1412
1513
* Azure File
@@ -47,16 +45,14 @@ spec:
4745
featureSet: TechPreviewNoUpgrade <1>
4846
...
4947
----
50-
<1> Enables automatic migration for GCP, Azure File, and VMware vSphere.
48+
<1> Enables automatic migration for Azure File and VMware vSphere.
5149
+
5250
You can specify CSI automatic migration for a selected CSI driver by setting `CustomNoUpgrade` `featureSet` and for `featuregates` to one of the following:
5351
+
5452
--
5553
5654
* CSIMigrationAzureFile
5755
58-
* CSIMigrationGCE
59-
6056
* CSIMigrationvSphere
6157
--
6258
+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ a|
1919
* Azure Disk
2020
* OpenStack Cinder
2121
* Amazon Web Services (AWS) Elastic Block Storage (EBS)
22+
* Google Compute Engine Persistent Disk (GCP PD)
2223
|Generally available (GA)
2324
| Yes. For more information, see "_Automatic migration of in-tree volumes to CSI_".
2425

2526
a|
2627
* Azure File
27-
* Google Compute Engine Persistent Disk (in-tree) and Google Cloud Platform Persistent Disk (CSI)
2828
* VMware vSphere
2929
|Techology Preview (TP)
3030
| No. To enable, see "_Manually enabling CSI automatic migration_".

0 commit comments

Comments
 (0)