s3-vfs: add glusterfs_fuse vfs module.
authorGünther Deschner <gd@samba.org>
Thu, 17 Jan 2019 14:21:07 +0000 (15:21 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 22 Jan 2019 17:37:56 +0000 (18:37 +0100)
commitadffe0dcf002aa4721dc7897261895e3486d5271
tree155f80f3901758d871b8ed8920fe073f7ed593dc
parent10e54a095f005c0988a7e5e8a35cea6200197854
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
docs-xml/manpages/vfs_glusterfs_fuse.8.xml [new file with mode: 0644]
docs-xml/wscript_build
source3/modules/vfs_glusterfs_fuse.c [new file with mode: 0644]
source3/modules/wscript_build
source3/wscript