summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2018-07-06 13:31:43 +0200
committerKarolin Seeger <kseeger@samba.org>2018-08-13 12:56:35 +0200
commita96f69a346a4d7a46873c1d3d65d90578fdf15e6 (patch)
tree3dcb6f6020c1e558c8f8c15d6aa2a76acbf22c9a /docs-xml
parent35587653149f23144f3348cb4a86267d3c1bd807 (diff)
downloadsamba-a96f69a346a4d7a46873c1d3d65d90578fdf15e6.tar.gz
docs/vfs_ceph: add CTDB_SAMBA_SKIP_SHARE_CHECK=yes caveat
Mostly copied from the vfs_gluster manpage: the CephFS share path is not locally mounted, which breaks the ctdb_check_directories_probe() check. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Jul 6 23:19:02 CEST 2018 on sn-devel-144 (cherry picked from commit 0cd44821f3889067620d685344c3eaf913a31329)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/vfs_ceph.8.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs-xml/manpages/vfs_ceph.8.xml b/docs-xml/manpages/vfs_ceph.8.xml
index 813b430739e..453052ebae9 100644
--- a/docs-xml/manpages/vfs_ceph.8.xml
+++ b/docs-xml/manpages/vfs_ceph.8.xml
@@ -67,6 +67,17 @@
</programlisting>
<para>
+ Since <command>vfs_ceph</command> does not require a filesystem
+ mount, the share <command>path</command> is treated differently:
+ it is interpreted as an absolute path within the Ceph filesystem
+ on the attached Ceph cluster.
+ In a ctdb cluster environment where ctdb manages Samba,
+ <command>CTDB_SAMBA_SKIP_SHARE_CHECK=yes</command> must be
+ configured to disable local share path checks, otherwise ctdb
+ will not reach a healthy state.
+ </para>
+
+ <para>
Note that currently <command>kernel share modes</command> have
to be disabled in a share running with the CephFS vfs module for
file serving to work properly.