diff --git a/modules/persistent-storage-csi-smb-cifs-limits.adoc b/modules/persistent-storage-csi-smb-cifs-limits.adoc index d07cfa7837..1200365c9a 100644 --- a/modules/persistent-storage-csi-smb-cifs-limits.adoc +++ b/modules/persistent-storage-csi-smb-cifs-limits.adoc @@ -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. \ No newline at end of file +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. + diff --git a/storage/container_storage_interface/persistent-storage-csi-smb-cifs.adoc b/storage/container_storage_interface/persistent-storage-csi-smb-cifs.adoc index ab50f5ed9c..74509e8533 100644 --- a/storage/container_storage_interface/persistent-storage-csi-smb-cifs.adoc +++ b/storage/container_storage_interface/persistent-storage-csi-smb-cifs.adoc @@ -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.