WHATSNEW: mention new vfs_glusterfs_fuse module
authorGünther Deschner <gd@samba.org>
Mon, 11 Mar 2019 13:13:18 +0000 (14:13 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 12 Mar 2019 11:25:44 +0000 (11:25 +0000)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
WHATSNEW.txt

index ecb3db1c713626643c83af7871014347a7d90354..52d5656d0f4e27b03331c7abca4bb8a6f0e6b1fe 100644 (file)
@@ -1110,6 +1110,20 @@ Kerberos would return ALICE as the username. Kerberos would not be able to map
 names can be correctly mapped. This only applies to GSSAPI authentication,
 not for the geting the initial ticket granting ticket.
 
+New glusterfs_fuse VFS module
+-----------------------------
+
+The new vfs_glusterfs_fuse module improves performance when Samba
+accesses a glusterfs volume mounted via FUSE (Filesystem in Userspace
+as part of the Linux kernel). It achieves that by leveraging a
+mechanism to retrieve the appropriate case of filenames by querying a
+specific extended attribute in the filesystem. No extra configuration
+is required to use this module, only glusterfs_fuse needs to be set in
+the "vfs objects" parameter. Further details can be found in the
+vfs_glusterfs_fuse(8) manpage. This new vfs_glusterfs_fuse module does
+not replace the existing vfs_glusterfs module, it just provides an
+additional, alternative mechanism to access a Gluster volume.
+
 REMOVED FEATURES
 ================