From 7e2d664f4a741df48e357afceb9d3aa6bc07172c Mon Sep 17 00:00:00 2001 From: Lisa Pettyjohn Date: Mon, 15 Jan 2024 09:34:25 -0500 Subject: [PATCH] OSDOCS-9316#Correct Azure File in-tree migration info --- storage/persistent_storage/persistent-storage-azure-file.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/persistent_storage/persistent-storage-azure-file.adoc b/storage/persistent_storage/persistent-storage-azure-file.adoc index 044bd25113..486e9daf08 100644 --- a/storage/persistent_storage/persistent-storage-azure-file.adoc +++ b/storage/persistent_storage/persistent-storage-azure-file.adoc @@ -30,9 +30,9 @@ Azure File volumes use Server Message Block. [IMPORTANT] ==== -In future {product-title} versions, volumes provisioned using existing in-tree plugins 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]. +{product-title} 4.13 and later provides automatic migration for the Azure File in-tree volume plugin to its equivalent CSI driver. -After full migration, in-tree plugins will eventually be removed in future versions of {product-title}. +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]. ==== .Additional resources