From: David Disseldorp Date: Fri, 6 Jul 2018 11:31:43 +0000 (+0200) Subject: docs/vfs_ceph: add CTDB_SAMBA_SKIP_SHARE_CHECK=yes caveat X-Git-Tag: samba-4.7.10~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cf5809762bc10b7b5c29d0ba6a302e9e99511e3;p=thirdparty%2Fsamba.git 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 Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Fri Jul 6 23:19:02 CEST 2018 on sn-devel-144 (cherry picked from commit 0cd44821f3889067620d685344c3eaf913a31329) --- diff --git a/docs-xml/manpages/vfs_ceph.8.xml b/docs-xml/manpages/vfs_ceph.8.xml index 757b20ff489..c6de28a8144 100644 --- a/docs-xml/manpages/vfs_ceph.8.xml +++ b/docs-xml/manpages/vfs_ceph.8.xml @@ -66,6 +66,17 @@ no + + Since vfs_ceph does not require a filesystem + mount, the share path 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, + CTDB_SAMBA_SKIP_SHARE_CHECK=yes must be + configured to disable local share path checks, otherwise ctdb + will not reach a healthy state. + + Note that currently kernel share modes have to be disabled in a share running with the CephFS vfs module for