Skip to content

Commit c6346f6

Browse files
authored
Merge pull request #48935 from lpettyjo/OSDOCS-3784
OSDOCS-3784: AWS EBS auto migration TP>GA
2 parents 4c85ee8 + dc169ee commit c6346f6

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
1313
* OpenStack Cinder
1414
15+
* Amazon Web Services (AWS) Elastic Block Storage (EBS)
16+
1517
CSI migration for these volume types is considered generally available (GA), and requires no manual intervention.
1618

1719
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: 4 additions & 7 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-
* AWS Elastic Block Storage (EBS)
12-
1311
* Google Compute Engine Persistent Disk (GCE-PD)
1412
1513
* VMware vSphere Disk
@@ -49,12 +47,11 @@ spec:
4947
featureSet: TechPreviewNoUpgrade <1>
5048
...
5149
----
52-
<1> Enables automatic migration for AWS EBS, GCP, Azure File, and VMware vSphere.
50+
<1> Enables automatic migration for GCP, Azure File, and VMware vSphere.
5351
+
5452
You can specify CSI automatic migration for a selected CSI driver by setting `CustomNoUpgrade` `featureSet` and for `featuregates` to one of the following:
5553
+
5654
--
57-
* CSIMigrationAWS
5855
5956
* CSIMigrationAzureFile
6057
@@ -63,7 +60,7 @@ You can specify CSI automatic migration for a selected CSI driver by setting `Cu
6360
* CSIMigrationvSphere
6461
--
6562
+
66-
The following configuration example enables automatic migration to the AWS EBS CSI driver only:
63+
The following configuration example enables automatic migration to the vSphere CSI driver only:
6764
+
6865
[source,yaml]
6966
----
@@ -75,7 +72,7 @@ spec:
7572
featureSet: CustomNoUpgrade
7673
customNoUpgrade:
7774
enabled:
78-
- CSIMigrationAWS <1>
75+
- CSIMigrationvSphere <1>
7976
...
8077
----
81-
<1> Enables automatic migration for AWS EBS only.
78+
<1> Enables automatic migration for vSphere only.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ The following in-tree to CSI drivers are supported:
1818
a|
1919
* Azure Disk
2020
* OpenStack Cinder
21+
* Amazon Web Services (AWS) Elastic Block Storage (EBS)
2122
|Generally available (GA)
2223
| Yes. For more information, see "_Automatic migration of in-tree volumes to CSI_".
2324

2425
a|
25-
* Amazon Web Services (AWS) Elastic Block Storage (EBS)
2626
* Azure File
2727
* Google Compute Engine Persistent Disk (in-tree) and Google Cloud Platform Persistent Disk (CSI)
2828
* VMware vSphere

0 commit comments

Comments
 (0)