mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
38 lines
2.4 KiB
Plaintext
38 lines
2.4 KiB
Plaintext
:_mod-docs-content-type: ASSEMBLY
|
|
[id="persistent-storage-csi-smb-cifs"]
|
|
= CIFS/SMB CSI Driver Operator
|
|
include::_attributes/common-attributes.adoc[]
|
|
:context: persistent-storage-csi-smb-cifs
|
|
|
|
toc::[]
|
|
|
|
{product-title} is capable of provisioning persistent volumes (PVs) with a Container Storage Interface (CSI) driver for Common Internet File System (CIFS) dialect/Server Message Block (SMB) protocol.
|
|
|
|
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 CSI Operator and driver.
|
|
|
|
After installing the CIFS/SMB CSI Driver Operator, {product-title} installs corresponding pods for the Operator and driver in the `openshift-cluster-csi-drivers` namespace by default. This allows the CIFS/SMB CSI Driver to create CSI-provisioned persistent volumes (PVs) that mount to CIFS/SMB shares.
|
|
|
|
* The _CIFS/SMB CSI Driver Operator_, after being installed, does not create a storage class by default to use to create persistent volume claims (PVCs). However, xref:../../storage/container_storage_interface/persistent-storage-csi-smb-cifs.adoc#persistent-storage-csi-smb-cifs-provision-dynamic_persistent-storage-csi-smb-cifs[you can manually create the CIFS/SMB `StorageClass` for dynamic provisioning]. The CIFS/SMB CSI Driver Operator supports dynamic volume provisioning by allowing storage volumes to be created on-demand.
|
|
This eliminates the need for cluster administrators to pre-provision storage.
|
|
|
|
* The _CIFS/SMB CSI driver_ enables you to create and mount CIFS/SMB PVs.
|
|
|
|
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
|
|
|
|
include::modules/persistent-storage-csi-smb-cifs-limits.adoc[leveloffset=+1]
|
|
|
|
:FeatureName: CIFS/SMB
|
|
include::modules/persistent-storage-csi-olm-operator-install.adoc[leveloffset=+1]
|
|
|
|
:FeatureName: CIFS/SMB
|
|
include::modules/persistent-storage-csi-smb-cifs-operator-install-driver.adoc[leveloffset=+1]
|
|
|
|
include::modules/persistent-storage-csi-smb-cifs-provision-dynamic.adoc[leveloffset=+1]
|
|
|
|
include::modules/persistent-storage-csi-smb-cifs-provision-static.adoc[leveloffset=+1]
|
|
|
|
[role="_additional-resources"]
|
|
[id="additional-resources_{context}"]
|
|
== Additional resources
|
|
* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]
|