Skip to content

Commit 367c7d3

Browse files
authored
Merge pull request #34444 from lpettyjo/OSDOCS-2194
OSDOCS-2194: Azure Auto Migration (TP)
2 parents edc0eec + 7642951 commit 367c7d3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Enabling CSI automatic migration drains, and then restarts, all nodes in the clu
1919
After turning on Technology Preview features using feature gates, they cannot be turned off. As a result, cluster upgrades are prevented.
2020
====
2121
+
22-
The following configuration example enables CSI automatic migration to both CSI drivers (AWS EBS and Cinder):
22+
The following configuration example enables CSI automatic migration to all CSI drivers supported by this feature:
2323
+
2424
[source,yaml]
2525
----
@@ -31,14 +31,16 @@ spec:
3131
featureSet: TechPreviewNoUpgrade <1>
3232
...
3333
----
34-
<1> Enables automatic migration for AWS EBS and Cinder.
34+
<1> Enables automatic migration for AWS EBS, Cinder, and Azure Disk.
3535
+
36-
You can specify CSI automatic migration for a selected CSI driver by setting `CustomNoUpgrade` `featureSet` and for `featuregates` either:
36+
You can specify CSI automatic migration for a selected CSI driver by setting `CustomNoUpgrade` `featureSet` and for `featuregates` to one of the following:
3737
+
3838
--
3939
* CSIMigrationAWS
4040

4141
* CSIMigrationOpenStack
42+
43+
* CSIMigrationAzure
4244
--
4345
+
4446
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
@@ -13,6 +13,8 @@ The following drivers are supported:
1313

1414
* OpenStack Cinder
1515

16+
* Azure Disk
17+
1618
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`).
1719

1820
By default, automatic migration is disabled.

0 commit comments

Comments
 (0)