1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-12429#CIFS/SMB CSI driver TP -> GA

This commit is contained in:
Lisa Pettyjohn
2024-10-31 07:25:49 -04:00
parent 0cebf76fc4
commit 37689f3e2b
2 changed files with 8 additions and 4 deletions

View File

@@ -14,4 +14,11 @@ When Federal Information Processing Standards (FIPS) mode is enabled, the use of
* Using HTTP proxy configuration to connect to outside of the cluster SMB servers is not supported by the CSI driver.
+
Since CIFS/SMB is a LAN protocol, and though it can be routed to subnets, it is not designed to be extended over the WAN, and does not support HTTP proxy settings.
Since CIFS/SMB is a LAN protocol, and though it can be routed to subnets, it is not designed to be extended over the WAN, and does not support HTTP proxy settings.
* The CIFS/SMB CSI Driver Operator does _not_ support Windows Distributed File System (DFS).
* Kerberos authentication is not supported.
* SMB CSI was tested with Samba v4.21.2 and Windows Server 2019 and Windows Server 2022.

View File

@@ -8,9 +8,6 @@ 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.
:FeatureName: CIFS/SMB CSI Driver Operator
include::snippets/technology-preview.adoc[leveloffset=+1]
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.