]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WHATSNEW: update "New cephfs VFS module" section
authorShachar Sharon <ssharon@redhat.com>
Wed, 14 Aug 2024 14:44:48 +0000 (17:44 +0300)
committerJule Anger <janger@samba.org>
Tue, 20 Aug 2024 07:39:20 +0000 (07:39 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15686

Signed-off-by: Shachar Sharon <ssharon@redhat.com>
WHATSNEW.txt

index c42c8cdb1428c234a6f86f2f7be76ffa31a71194..86ee75d6c3cf2981b7887685c81c757339c51f44 100644 (file)
@@ -238,6 +238,16 @@ nodes.  Check in smb.conf(5) the scripts winbind_ctdb_updatekeytab.sh and
 
 For detailed information check the smb.conf(5) and net(8) manpages.
 
+New cephfs VFS module
+---------------------
+Introduce new vfs-to-cephfs bridge which uses libcephfs low-level APIs (instead
+of path-based operations in the existing module). It allows users to pass
+explicit user-credentials per call (including supplementary groups), as well as
+faster operations using inode and file-handle caching on the Samba side.
+Configuration is identical to existing module, but using 'ceph_new' instead of
+'ceph' for the relevant smb.conf entries. This new module is expected to
+deprecate and replace the old one in next major release.
+
 
 REMOVED FEATURES
 ================