diff --git a/modules/persistent-storage-csi-migration-overview.adoc b/modules/persistent-storage-csi-migration-overview.adoc index 43cfde728668..ffac0e9ea7bb 100644 --- a/modules/persistent-storage-csi-migration-overview.adoc +++ b/modules/persistent-storage-csi-migration-overview.adoc @@ -6,7 +6,8 @@ [id="persistent-storage-csi-migration-overview_{context}"] = Overview -This feature automatically migrates volumes that were provisioned using in-tree storage plugins to their counterpart Container Storage Interface (CSI) drivers. +[role="_abstract"] +Container Storage Interface (CSI) migration transparently translates in-tree storage volumes to CSI equivalents in memory without data migration or API changes. This process does not perform any data migration; {product-title} only translates the persistent volume object in memory. As a result, the translated persistent volume object is not stored on disk, nor is its contents changed. CSI automatic migration should be seamless. This feature does not change how you use all existing API objects: for example, `PersistentVolumes`, `PersistentVolumeClaims`, and `StorageClasses`. diff --git a/modules/persistent-storage-csi-migration-sc.adoc b/modules/persistent-storage-csi-migration-sc.adoc index e86a09ae5d2d..cfbcbf7615b0 100644 --- a/modules/persistent-storage-csi-migration-sc.adoc +++ b/modules/persistent-storage-csi-migration-sc.adoc @@ -6,6 +6,11 @@ [id="persistent-storage-csi-migration-sc-implications_{context}"] = Storage class implications +[role="_abstract"] +{product-title} 4.13, and later, uses Container Storage Interface (CSI) storage classes for new installations. Upgraded clusters receive CSI storage classes as default if none existed. Existing in-tree classes remain for backward compatibility. Switching to CSI storage classes is recommended. + For new {product-title} 4.13, and later, installations, the default storage class is the CSI storage class. All volumes provisioned using this storage class are CSI persistent volumes (PVs). -For clusters upgraded from 4.12, and earlier, to 4.13, and later, the CSI storage class is created, and is set as the default if no default storage class was set prior to the upgrade. In the very unlikely case that there is a storage class with the same name, the existing storage class remains unchanged. Any existing in-tree storage classes remain, and might be necessary for certain features, such as volume expansion to work for existing in-tree PVs. While storage class referencing to the in-tree storage plugin will continue working, we recommend that you switch the default storage class to the CSI storage class. \ No newline at end of file +For clusters upgraded from 4.12, and earlier, to 4.13, and later, the CSI storage class is created, and is set as the default if no default storage class was set prior to the upgrade. In the very unlikely case that there is a storage class with the same name, the existing storage class remains unchanged. Any existing in-tree storage classes remain, and might be necessary for certain features, such as volume expansion to work for existing in-tree PVs. While storage class referencing to the in-tree storage plugin will continue working, we recommend that you switch the default storage class to the CSI storage class. + +For information about changing the default storage class, see _Changing the default storage class_ under _Additional resources_. \ No newline at end of file diff --git a/storage/container_storage_interface/persistent-storage-csi-migration.adoc b/storage/container_storage_interface/persistent-storage-csi-migration.adoc index d8ba3edaac2c..b84274f42105 100644 --- a/storage/container_storage_interface/persistent-storage-csi-migration.adoc +++ b/storage/container_storage_interface/persistent-storage-csi-migration.adoc @@ -6,11 +6,14 @@ include::_attributes/common-attributes.adoc[] toc::[] +[role="_abstract"] In-tree storage drivers that are traditionally shipped with {product-title} are being deprecated and replaced by their equivalent Container Storage Interface (CSI) drivers. {product-title} provides automatic migration for in-tree volume plugins to their equivalent CSI drivers. include::modules/persistent-storage-csi-migration-overview.adoc[leveloffset=+1] include::modules/persistent-storage-csi-migration-sc.adoc[leveloffset=+1] -To change the default storage class, see xref:../../storage/container_storage_interface/persistent-storage-csi-sc-manage.adoc#change-default-storage-class_persistent-storage-csi-sc-manage[Changing the default storage class]. +[role="_additional-resources"] +.Additional resources +* xref:../../storage/container_storage_interface/persistent-storage-csi-sc-manage.adoc#change-default-storage-class_persistent-storage-csi-sc-manage[Changing the default storage class]