summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2019-01-17 15:21:07 +0100
committerGünther Deschner <gd@samba.org>2019-01-22 18:37:56 +0100
commitadffe0dcf002aa4721dc7897261895e3486d5271 (patch)
tree155f80f3901758d871b8ed8920fe073f7ed593dc /source3/wscript
parent10e54a095f005c0988a7e5e8a35cea6200197854 (diff)
downloadsamba-adffe0dcf002aa4721dc7897261895e3486d5271.tar.gz
s3-vfs: add glusterfs_fuse vfs module.
This module only implements the get_real_filename function by accessing a distinct extended attribute that is available over a glusterfs fuse mount. By implementing this vfs function users of a glusterfs fuse mount achieve a much better performance in create based workloads where samba then can avoid trying multiple case folding options to detect the real filename. Patch is based on an initial patch provided by Poornima G <pgurusid@redhat.com> Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Tue Jan 22 18:37:56 CET 2019 on sn-devel-144
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index 24e52e592c9..d2916593888 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1661,6 +1661,7 @@ main() {
vfs_media_harmony vfs_unityed_media vfs_fruit vfs_shell_snap
vfs_commit vfs_worm vfs_crossrename vfs_linux_xfs_sgid
vfs_time_audit vfs_offline vfs_virusfilter
+ vfs_glusterfs_fuse
'''))
default_shared_modules.extend(TO_LIST('auth_script idmap_tdb2 idmap_script'))
# these have broken dependencies