diff options
author | Martin Schwenke <martin@meltin.net> | 2018-04-19 21:54:11 +1000 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2018-05-01 13:31:21 +0200 |
commit | 043f3f266a988dadbf2992800c198af6c4bc0569 (patch) | |
tree | 19c5feb6d87180967ee8b53c89e5a4604ff6634f /ctdb/doc | |
parent | eb7ec16a963e13e903171227b655dbbf7f2a4051 (diff) | |
download | samba-043f3f266a988dadbf2992800c198af6c4bc0569.tar.gz |
ctdb-scripts: Drop support for CTDB_DBDIR=tmpfs
CTDB has no business mounting filesystems. Instead, documentation
for the new configuration system will include a recommendation that a
tmpfs be mounted on the volatile database directory.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/doc')
-rw-r--r-- | ctdb/doc/ctdbd.conf.5.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ctdb/doc/ctdbd.conf.5.xml b/ctdb/doc/ctdbd.conf.5.xml index 3452f84047e..dc530749b2c 100644 --- a/ctdb/doc/ctdbd.conf.5.xml +++ b/ctdb/doc/ctdbd.conf.5.xml @@ -143,17 +143,6 @@ Defaults to <filename>/usr/local/var/lib/ctdb/volatile</filename>. </para> <para> - Apart from a DIRECTORY, this can take a special value of - the form - <option>tmpfs</option><optional>:<parameter>OPTIONS</parameter></optional>. - OPTIONS is a comma-separated list of any permissible - options to the tmpfs filesystem. The only pre-specified - default is <option>mode=700</option>, which can - overridden by specifying <option>mode</option> in - OPTIONS. It probably makes sense to specify a maximum - <option>size</option>. - </para> - <para> Corresponds to <option>--dbdir</option>. </para> </listitem> |