From 3bc159dcef1b83be1d191309d25924e2d7df919d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 19 Feb 2015 16:59:00 +0100 Subject: [PATCH] doc:man:vfs_glusterfs: improve the configuration section. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 (cherry picked from commit e6e6f563e6968dcb3ae558a7857f8dff49d2939f) The last 3 patches address BUG: https://bugzilla.samba.org/show_bug.cgi?id=11117 vfs_glusterfs manpage corrections Autobuild-User(v4-1-test): Karolin Seeger Autobuild-Date(v4-1-test): Wed Feb 25 22:15:39 CET 2015 on sn-devel-104 --- docs-xml/manpages/vfs_glusterfs.8.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/docs-xml/manpages/vfs_glusterfs.8.xml b/docs-xml/manpages/vfs_glusterfs.8.xml index f569201ad8c..c0c320c76af 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. + -- 2.11.4.GIT