Skip to content

Commit 55f7248

Browse files
authored
Merge pull request #36752 from lpettyjo/OSDOCS-2448
OSDOCS-2448: Auto Migration for Azure File
2 parents ff60b87 + 1235390 commit 55f7248

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-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, and Azure Disk.
35+
<1> Enables automatic migration for AWS EBS, Cinder, Azure Disk, and Azure File.
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
+
@@ -43,6 +43,8 @@ You can specify CSI automatic migration for a selected CSI driver by setting `Cu
4343
4444
* CSIMigrationAzure
4545
46+
* CSIMigrationAzureFile
47+
4648
* CSIMigrationGCE
4749
--
4850
+

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The following drivers are supported:
1616
1717
* Azure Disk
1818
19+
* Azure File
20+
1921
* Google Compute Engine Persistent Disk (in-tree) and Google Cloud Platform Persistent Disk (CSI)
2022
2123
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`).

storage/persistent_storage/persistent-storage-azure-file.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ storage provider.
2828
Azure File volumes use Server Message Block.
2929
====
3030

31+
[IMPORTANT]
32+
====
33+
In future {product-title} versions, volumes provisioned using existing in-tree plug-ins are planned for migration to their equivalent CSI driver. 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. For more information about migration, see xref:../../storage/container_storage_interface/persistent-storage-csi-migration.adoc#persistent-storage-csi-migration[CSI automatic migration].
34+
35+
After full migration, in-tree plug-ins will eventually be removed in future versions of {product-title}.
36+
====
37+
3138
.Additional resources
3239

3340
* link:https://azure.microsoft.com/en-us/services/storage/files/[Azure Files]

0 commit comments

Comments
 (0)