summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2019-03-11 14:13:18 +0100
committerKarolin Seeger <kseeger@samba.org>2019-03-12 11:25:44 +0000
commite655fa0a437faa7b9335a6f09b571d734df4b810 (patch)
treee42705b6ef73f62a12af1c0302b7e76ca45291ad
parent57158ba47e72c748f9096c9597cdb490e03403aa (diff)
downloadsamba-e655fa0a437faa7b9335a6f09b571d734df4b810.tar.gz
WHATSNEW: mention new vfs_glusterfs_fuse module
Guenther Signed-off-by: Guenther Deschner <gd@samba.org>
-rw-r--r--WHATSNEW.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index ecb3db1c713..52d5656d0f4 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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
================