Skip to content

Commit 51a3862

Browse files
authored
Merge pull request #70251 from lpettyjo/OSDOCS-9316_GCE
OSDOCS#9316:Correct GCE in-tree migration info
2 parents a0e5658 + 95e62de commit 51a3862

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

storage/container_storage_interface/persistent-storage-csi-gcp-pd.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ To create CSI-provisioned persistent volumes (PVs) that mount to GCP PD storage
2020

2121
* *GCP PD driver*: The driver enables you to create and mount GCP PD PVs.
2222

23-
[IMPORTANT]
23+
ifndef::openshift-dedicated[]
24+
[NOTE]
2425
====
25-
{product-title} defaults to using the CSI plugin to provision GCP PD storage.
26+
{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].
2627
====
28+
endif::openshift-dedicated[]
2729

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

storage/persistent_storage/persistent-storage-gce.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@ they can be shared across the {product-title} cluster.
2323
Persistent volume claims are specific to a project or namespace and can be
2424
requested by users.
2525

26+
ifndef::openshift-dedicated[]
2627
[IMPORTANT]
2728
====
28-
{product-title} defaults to using an in-tree (non-CSI) plugin to provision gcePD storage.
29+
{product-title} 4.12 and later provides automatic migration for the GCE Persist Disk in-tree volume plugin to its equivalent CSI driver.
2930

30-
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.
31-
ifndef::openshift-dedicated[]
32-
For more information about migration, see xref:../../storage/container_storage_interface/persistent-storage-csi-migration.adoc#persistent-storage-csi-migration[CSI automatic migration].
33-
endif::openshift-dedicated[]
31+
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.
3432

35-
After full migration, in-tree plugins will eventually be removed in future versions of {product-title}.
33+
For more information about migration, see xref:../../storage/container_storage_interface/persistent-storage-csi-migration.adoc#persistent-storage-csi-migration[CSI automatic migration].
3634
====
35+
endif::openshift-dedicated[]
3736

3837
[IMPORTANT]
3938
====

0 commit comments

Comments
 (0)