diff options
author | Michael Adam <obnox@samba.org> | 2015-02-19 16:59:00 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2015-02-20 14:29:21 +0100 |
commit | e6e6f563e6968dcb3ae558a7857f8dff49d2939f (patch) | |
tree | e5a61830d1c480c024c096d59c8d99ac896203ab | |
parent | 7852dd9e4c806d4e2b5428cb783b8ce6db8902d0 (diff) | |
download | samba-e6e6f563e6968dcb3ae558a7857f8dff49d2939f.tar.gz samba-e6e6f563e6968dcb3ae558a7857f8dff49d2939f.tar.xz samba-e6e6f563e6968dcb3ae558a7857f8dff49d2939f.zip |
doc:man:vfs_glusterfs: improve the configuration section.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Fri Feb 20 14:29:21 CET 2015 on sn-devel-104
-rw-r--r-- | docs-xml/manpages/vfs_glusterfs.8.xml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/docs-xml/manpages/vfs_glusterfs.8.xml b/docs-xml/manpages/vfs_glusterfs.8.xml index f569201ad8..c0c320c76a 100644 --- a/docs-xml/manpages/vfs_glusterfs.8.xml +++ b/docs-xml/manpages/vfs_glusterfs.8.xml @@ -62,14 +62,33 @@ <title>CONFIGURATION</title> <para> - <command>vfs_glusterfs</command> requires that the underlying share - path is a Gluster filesystem. + A basic configuration looks like this. </para> <programlisting> <smbconfsection name="[share]"/> <smbconfoption name="vfs objects">glusterfs</smbconfoption> + <smbconfoption name="path">/relative/base/path</smbconfoption> + <smbconfoption name="glusterfs:volume">gv0</smbconfoption> + <smbconfoption name="kernel share modes">no</smbconfoption> </programlisting> + + <para> + Note that since <command>vfs_glusterfs</command> does not + require a Gluster mount, the share <command>path</command> is + treated differently than for other shares: It is interpreted as + the base path of the share relative to the gluster volume used. + Because this is usually not at the same time a system path, in a + ctdb cluster setup where ctdb manages Samba, you need to set + <command>CTDB_SAMBA_SKIP_SHARE_CHECK=yes</command> in ctdb's + configuration file. Otherwise ctdb will not get healthy. + </para> + + <para> + Note that currently kernel share modes have to be disabled + in a share running with the glusterfs vfs module for file + serving to work properly. + </para> </refsect1> <refsect1> |