Skip to content

[enterprise-4.12] OSDOCS-9316:Correct Azure Disk in-tree migration info #72808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ To create CSI-provisioned PVs that mount to Azure Disk storage assets, {product-

include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]

[IMPORTANT]
[NOTE]
====
{product-title} defaults to using an in-tree (non-CSI) plugin to provision Azure Disk storage.

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].

After full migration, in-tree plugins will eventually be removed in later versions of {product-title}.
{product-title} provides automatic migration for the Azure Disk in-tree volume plugin to its equivalent CSI driver. For more information, see xref:../../storage/container_storage_interface/persistent-storage-csi-migration.adoc#persistent-storage-csi-migration[CSI automatic migration].
====

include::modules/persistent-storage-csi-azure-disk-sc-zrs.adoc[leveloffset=+1]
Expand Down
6 changes: 2 additions & 4 deletions storage/persistent_storage/persistent-storage-azure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ requested by users.

[IMPORTANT]
====
{product-title} defaults to using an in-tree (non-CSI) plugin to provision Azure Disk storage.
{product-title} 4.11 and later provides automatic migration for the Azure Disk in-tree volume plugin to its equivalent CSI driver.

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].

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].
====

[IMPORTANT]
Expand Down