1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/storage/container_storage_interface/persistent-storage-csi-cinder.adoc

38 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

:_mod-docs-content-type: ASSEMBLY
2021-01-08 13:38:28 -05:00
[id="persistent-storage-csi-cinder"]
= OpenStack Cinder CSI Driver Operator
2022-02-16 11:35:56 -05:00
include::_attributes/common-attributes.adoc[]
2021-01-08 13:38:28 -05:00
:context: persistent-storage-csi-cinder
toc::[]
== Overview
{product-title} is capable of provisioning persistent volumes (PVs) using the Container Storage Interface (CSI) driver for OpenStack Cinder.
Familiarity with xref:../../storage/understanding-persistent-storage.adoc#understanding-persistent-storage[persistent storage] and xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[configuring CSI volumes] is recommended when working with a Container Storage Interface (CSI) Operator and driver.
To create CSI-provisioned PVs that mount to OpenStack Cinder storage assets, {product-title} installs the OpenStack Cinder CSI Driver Operator and the OpenStack Cinder CSI driver in the `openshift-cluster-csi-drivers` namespace.
2023-01-27 10:47:37 -05:00
* The _OpenStack Cinder CSI Driver Operator_ provides a CSI storage class that you can use to create PVCs. You can disable this default storage class if desired (see xref:../../storage/container_storage_interface/persistent-storage-csi-sc-manage.adoc#persistent-storage-csi-sc-manage[Managing the default storage class]).
2021-01-08 13:38:28 -05:00
* The _OpenStack Cinder CSI driver_ enables you to create and mount OpenStack Cinder PVs.
[NOTE]
====
{product-title} provides automatic migration for the Cinder 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].
====
2021-04-14 14:57:20 -04:00
2021-01-08 13:38:28 -05:00
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
2021-06-07 14:19:26 -04:00
[IMPORTANT]
====
{product-title} defaults to using the CSI plugin to provision Cinder storage.
2021-06-07 14:19:26 -04:00
====
2021-01-08 13:38:28 -05:00
include::modules/persistent-storage-csi-cinder-storage-class.adoc[leveloffset=+1]
2022-02-17 13:08:23 -05:00
[role="_additional-resources"]
2021-01-08 13:38:28 -05:00
.Additional resources
* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]