From 2af20e8eabc3b6f1a94ce3056ffa0e4032caf266 Mon Sep 17 00:00:00 2001 From: Lisa Pettyjohn Date: Mon, 15 Jan 2024 09:54:00 -0500 Subject: [PATCH] OSDOCS#Correct GCE in-tree migraiton info --- .../persistent-storage-csi-gcp-pd.adoc | 6 ++++-- .../persistent_storage/persistent-storage-gce.adoc | 11 +++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/storage/container_storage_interface/persistent-storage-csi-gcp-pd.adoc b/storage/container_storage_interface/persistent-storage-csi-gcp-pd.adoc index 689da5c5b1..60670a5edd 100644 --- a/storage/container_storage_interface/persistent-storage-csi-gcp-pd.adoc +++ b/storage/container_storage_interface/persistent-storage-csi-gcp-pd.adoc @@ -20,10 +20,12 @@ To create CSI-provisioned persistent volumes (PVs) that mount to GCP PD storage * *GCP PD driver*: The driver enables you to create and mount GCP PD PVs. -[IMPORTANT] +ifndef::openshift-dedicated[] +[NOTE] ==== -{product-title} defaults to using the CSI plugin to provision GCP PD storage. +{product-title} provides automatic migration for the GCE Persistent 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]. ==== +endif::openshift-dedicated[] include::modules/persistent-storage-csi-about.adoc[leveloffset=+1] diff --git a/storage/persistent_storage/persistent-storage-gce.adoc b/storage/persistent_storage/persistent-storage-gce.adoc index cf6fc4c53d..6aec2a38d2 100644 --- a/storage/persistent_storage/persistent-storage-gce.adoc +++ b/storage/persistent_storage/persistent-storage-gce.adoc @@ -23,17 +23,16 @@ they can be shared across the {product-title} cluster. Persistent volume claims are specific to a project or namespace and can be requested by users. +ifndef::openshift-dedicated[] [IMPORTANT] ==== -{product-title} defaults to using an in-tree (non-CSI) plugin to provision gcePD storage. +{product-title} 4.12 and later provides automatic migration for the GCE Persist Disk in-tree volume plugin to its 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. -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. -ifndef::openshift-dedicated[] For more information about migration, see xref:../../storage/container_storage_interface/persistent-storage-csi-migration.adoc#persistent-storage-csi-migration[CSI automatic migration]. -endif::openshift-dedicated[] - -After full migration, in-tree plugins will eventually be removed in future versions of {product-title}. ==== +endif::openshift-dedicated[] [IMPORTANT] ====