]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases: move smb support update into highlights
authorLaura Flores <lflores@ibm.com>
Fri, 17 Oct 2025 22:54:06 +0000 (17:54 -0500)
committerLaura Flores <lflores@ibm.com>
Tue, 18 Nov 2025 17:51:13 +0000 (11:51 -0600)
Signed-off-by: Laura Flores <lflores@ibm.com>
doc/releases/tentacle.rst

index 9750fbdbd52fe49e695d32a6266e1cc3306745ce..fe1a62b3fe093fc655d0840430673be04b949dc0 100644 (file)
@@ -13,6 +13,20 @@ Highlights
 
 *See the sections below for more details on these items.*
 
+Integrated SMB support
+
+* Ceph clusters now offer an SMB Manager module that works like the existing
+  NFS subsystem. The new SMB support allows the Ceph cluster to automatically
+  create Samba-backed SMB file shares connected to CephFS. The ``smb`` module
+  can configure both basic Active Directory domain or standalone user
+  authentication. The Ceph cluster can host one or more virtual SMB clusters
+  which can be truly clustered using Samba's CTDB technology. The ``smb``
+  module requires a cephadm-enabled Ceph cluster and deploys container images
+  provided by the ``samba-container`` project. The Ceph dashboard can be used
+  to configure SMB clusters and shares. A new ``cephfs-proxy`` daemon is
+  automatically deployed to improve scalability and memory usage when connecting
+  Samba to CephFS.
+
 RADOS
 
 * FastEC: Long-anticipated performance and space amplification
@@ -65,21 +79,6 @@ CephFS
 * ``EOPNOTSUPP`` (Operation not supported) is now returned by the CephFS FUSE
   client for ``fallocate`` for the default case (i.e. ``mode == 0``).
 
-Integrated SMB Support
-----------------------
-
-* Ceph clusters now offer an SMB Manager module that works like the existing
-  NFS subsystem. The new SMB support allows the Ceph cluster to automatically
-  create Samba-backed SMB file shares connected to CephFS. The ``smb`` module
-  can configure both basic Active Directory domain or standalone user
-  authentication. The Ceph cluster can host one or more virtual SMB clusters
-  which can be truly clustered using Samba's CTDB technology. The ``smb``
-  module requires a cephadm-enabled Ceph cluster and deploys container images
-  provided by the ``samba-container`` project. The Ceph dashboard can be used
-  to configure SMB clusters and shares. A new ``cephfs-proxy`` daemon is
-  automatically deployed to improve scalability and memory usage when connecting
-  Samba to CephFS.
-
 CephFS
 ------