Skip to content

Commit 1235390

Browse files
author
Lisa Pettyjohn
committed
OSDOCS-2448: Auto Migration for Azure File
1 parent e5dfcc0 commit 1235390

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
@@ -31,7 +31,7 @@ spec:
3131
featureSet: TechPreviewNoUpgrade <1>
3232
...
3333
----
34-
<1> Enables automatic migration for AWS EBS, Cinder, and Azure Disk.
34+
<1> Enables automatic migration for AWS EBS, Cinder, Azure Disk, and Azure File.
3535
+
3636
You can specify CSI automatic migration for a selected CSI driver by setting `CustomNoUpgrade` `featureSet` and for `featuregates` to one of the following:
3737
+
@@ -42,6 +42,8 @@ You can specify CSI automatic migration for a selected CSI driver by setting `Cu
4242

4343
* CSIMigrationAzure
4444

45+
* CSIMigrationAzureFile
46+
4547
* CSIMigrationGCE
4648
--
4749
+

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The following drivers are supported:
1515

1616
* Azure Disk
1717

18+
* Azure File
19+
1820
* Google Compute Engine Persistent Disk (in-tree) and Google Cloud Platform Persistent Disk (CSI)
1921

2022
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
@@ -27,6 +27,13 @@ storage provider.
2727
Azure File volumes use Server Message Block.
2828
====
2929

30+
[IMPORTANT]
31+
====
32+
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].
33+
34+
After full migration, in-tree plug-ins will eventually be removed in future versions of {product-title}.
35+
====
36+
3037
.Additional resources
3138

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

0 commit comments

Comments
 (0)