From e6e6f563e6968dcb3ae558a7857f8dff49d2939f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 19 Feb 2015 16:59:00 +0100 Subject: doc:man:vfs_glusterfs: improve the configuration section. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Adam Reviewed-by: Guenther Deschner Autobuild-User(master): Günther Deschner Autobuild-Date(master): Fri Feb 20 14:29:21 CET 2015 on sn-devel-104 --- docs-xml/manpages/vfs_glusterfs.8.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'docs-xml/manpages') 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 @@ CONFIGURATION - vfs_glusterfs requires that the underlying share - path is a Gluster filesystem. + A basic configuration looks like this. glusterfs + /relative/base/path + gv0 + no + + + Note that since vfs_glusterfs does not + require a Gluster mount, the share path 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 + CTDB_SAMBA_SKIP_SHARE_CHECK=yes in ctdb's + configuration file. Otherwise ctdb will not get healthy. + + + + 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. + -- cgit