vfs_glusterfs: Enable per client log file
authorPoornima Gurusiddaiah <pgurusid@redhat.com>
Fri, 22 Nov 2013 05:04:11 +0000 (05:04 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 17 Dec 2013 22:44:16 +0000 (23:44 +0100)
commit078c86810f6d3a9c800e00e818531c1df164f763
treed6ab9479af8dbc44d4853ec7fbbc7b1c34b80caf
parentfdccaab2a9a1b9d7eebcd7a4d121dbf68ea48dcd
vfs_glusterfs: Enable per client log file

In Samba configuration file, one of the options of gluster type is
log file, the value of this option was not allowed to contain any
variables, as a result all the clients would have a single log file,
which complicated debugging.
In this patch, variable substitution is performed for gluster log file.
Hence allowing user to customise the gluster log file name.

Signed-off-by: Poornima Gurusiddaiah <pgurusid@redhat.com>
Reviewed-by: Ira Cooper <ira@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Dec 17 23:44:16 CET 2013 on sn-devel-104
source3/modules/vfs_glusterfs.c