diff options
author | Martin Schwenke <martin@meltin.net> | 2018-04-21 18:12:53 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2018-05-17 04:04:32 +0200 |
commit | 409b0b797ef345d270f1b0f55bb8691088245c20 (patch) | |
tree | 7fe6c7cc34a9139e2a1f84c81ac7e21fc516918d /ctdb/doc | |
parent | 72ba7ea887f2fe88521dd653ae618ea6738535e4 (diff) | |
download | samba-409b0b797ef345d270f1b0f55bb8691088245c20.tar.gz |
ctdb-docs: Add ctdb.conf(5) cross references and documentation tweaks
Minor updates to other manual pages for compatibility.
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/ctdb-etcd.7.xml | 8 | ||||
-rw-r--r-- | ctdb/doc/ctdb-script.options.5.xml | 9 | ||||
-rw-r--r-- | ctdb/doc/ctdb-tunables.7.xml | 3 | ||||
-rw-r--r-- | ctdb/doc/ctdb.7.xml | 31 | ||||
-rw-r--r-- | ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml | 8 | ||||
-rw-r--r-- | ctdb/doc/ctdbd.1.xml | 3 |
6 files changed, 39 insertions, 23 deletions
diff --git a/ctdb/doc/ctdb-etcd.7.xml b/ctdb/doc/ctdb-etcd.7.xml index 59acece321b..5d7a0e05366 100644 --- a/ctdb/doc/ctdb-etcd.7.xml +++ b/ctdb/doc/ctdb-etcd.7.xml @@ -62,11 +62,13 @@ will try to connect to an existing etcd cluster and grab a lock in that cluster to function as CTDB's recovery lock. Please see <emphasis>ctdb/doc/cluster_mutex_helper.txt</emphasis> for details on - the mutex helper API. To use this, include the following line in your - CTDB config file: + the mutex helper API. To use this, include the following line in + the <literal>[cluster]</literal> section of + <citerefentry><refentrytitle>ctdb.conf</refentrytitle> + <manvolnum>5</manvolnum></citerefentry>: </para> <screen format="linespecific"> -CTDB_RECOVERY_LOCK="!/usr/local/usr/libexec/ctdb/ctdb_etcd_lock" +recovery lock = !/usr/local/usr/libexec/ctdb/ctdb_etcd_lock </screen> <para> You can also pass "-v", "-vv", or "-vvv" to include verbose output in diff --git a/ctdb/doc/ctdb-script.options.5.xml b/ctdb/doc/ctdb-script.options.5.xml index 22cdd371bd2..ad7f352f5c7 100644 --- a/ctdb/doc/ctdb-script.options.5.xml +++ b/ctdb/doc/ctdb-script.options.5.xml @@ -1057,10 +1057,11 @@ CTDB_PER_IP_ROUTING_TABLE_ID_HIGH=9000 <para> Default is to warn for each filesystem containing a - database directory (<envar>CTDB_DBDIR</envar>, - <envar>CTDB_DBDIR_PERSISTENT</envar>, - <envar>CTDB_DBDIR_STATE</envar>) with a threshold of - 90%. + database directory + (<literal>volatile database directory</literal>, + <literal>persistent database directory</literal>, + <literal>state database directory</literal>) + with a threshold of 90%. </para> </listitem> </varlistentry> diff --git a/ctdb/doc/ctdb-tunables.7.xml b/ctdb/doc/ctdb-tunables.7.xml index da01d212fc4..317add4b63a 100644 --- a/ctdb/doc/ctdb-tunables.7.xml +++ b/ctdb/doc/ctdb-tunables.7.xml @@ -778,6 +778,9 @@ MonitorInterval=20 <citerefentry><refentrytitle>ctdbd</refentrytitle> <manvolnum>1</manvolnum></citerefentry>, + <citerefentry><refentrytitle>ctdb.conf</refentrytitle> + <manvolnum>5</manvolnum></citerefentry>, + <citerefentry><refentrytitle>ctdbd.conf</refentrytitle> <manvolnum>5</manvolnum></citerefentry>, diff --git a/ctdb/doc/ctdb.7.xml b/ctdb/doc/ctdb.7.xml index 9e56aa5506f..eb283a834c3 100644 --- a/ctdb/doc/ctdb.7.xml +++ b/ctdb/doc/ctdb.7.xml @@ -99,10 +99,13 @@ <para> By default, the recovery lock is implemented using a file - (specified by <parameter>CTDB_RECOVERY_LOCK</parameter>) - residing in shared storage (usually) on a cluster filesystem. - To support a recovery lock the cluster filesystem must support - lock coherence. See + (specified by <parameter>recovery lock</parameter> in the + <literal>[cluster]</literal> section of + <citerefentry><refentrytitle>ctdb.conf</refentrytitle> + <manvolnum>5</manvolnum></citerefentry>) residing in shared + storage (usually) on a cluster filesystem. To support a + recovery lock the cluster filesystem must support lock + coherence. See <citerefentry><refentrytitle>ping_pong</refentrytitle> <manvolnum>1</manvolnum></citerefentry> for more details. </para> @@ -110,12 +113,11 @@ <para> The recovery lock can also be implemented using an arbitrary cluster mutex call-out by using an exclamation point ('!') as - the first character of - <parameter>CTDB_RECOVERY_LOCK</parameter>. For example, a value - of <command>!/usr/local/bin/myhelper recovery</command> would - run the given helper with the specified arguments. See the - source code relating to cluster mutexes for clues about writing - call-outs. + the first character of <parameter>recovery lock</parameter>. + For example, a value of <command>!/usr/local/bin/myhelper + recovery</command> would run the given helper with the specified + arguments. See the source code relating to cluster mutexes for + clues about writing call-outs. </para> <para> @@ -989,14 +991,14 @@ CTDB_NATGW_DEFAULT_GATEWAY=10.0.0.1 </refsect1> <refsect1> - <title>DEBUG LEVELS</title> + <title>LOG LEVELS</title> <para> - Valid values for DEBUGLEVEL are: + Valid log levels, in increasing order of verbosity, are: </para> <simplelist> - <member>ERR</member> + <member>ERROR</member> <member>WARNING</member> <member>NOTICE</member> <member>INFO</member> @@ -1074,6 +1076,9 @@ CTDB_CAPABILITY_RECMASTER=no <citerefentry><refentrytitle>ping_pong</refentrytitle> <manvolnum>1</manvolnum></citerefentry>, + <citerefentry><refentrytitle>ctdb.conf</refentrytitle> + <manvolnum>5</manvolnum></citerefentry>, + <citerefentry><refentrytitle>ctdbd.conf</refentrytitle> <manvolnum>5</manvolnum></citerefentry>, diff --git a/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml b/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml index bde5d7200ad..b9a5d3aecc3 100644 --- a/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml +++ b/ctdb/doc/ctdb_mutex_ceph_rados_helper.7.xml @@ -23,11 +23,13 @@ for CTDB. When configured, split brain avoidance during CTDB recovery will be handled using locks against an object located in a Ceph RADOS pool. - To enable this functionality, include the following line in your CTDB - config file: + To enable this functionality, include the following line in the + <literal>[cluster]</literal> section of + <citerefentry><refentrytitle>ctdb.conf</refentrytitle> + <manvolnum>5</manvolnum></citerefentry>: </para> <screen format="linespecific"> -CTDB_RECOVERY_LOCK="!ctdb_mutex_ceph_rados_helper [Cluster] [User] [Pool] [Object]" +recovery lock = !ctdb_mutex_ceph_rados_helper [Cluster] [User] [Pool] [Object] Cluster: Ceph cluster name (e.g. ceph) User: Ceph cluster user name (e.g. client.admin) diff --git a/ctdb/doc/ctdbd.1.xml b/ctdb/doc/ctdbd.1.xml index 09803e4e240..07838fe6203 100644 --- a/ctdb/doc/ctdbd.1.xml +++ b/ctdb/doc/ctdbd.1.xml @@ -82,6 +82,9 @@ <citerefentry><refentrytitle>onnode</refentrytitle> <manvolnum>1</manvolnum></citerefentry>, + <citerefentry><refentrytitle>ctdb.conf</refentrytitle> + <manvolnum>5</manvolnum></citerefentry>, + <citerefentry><refentrytitle>ctdb</refentrytitle> <manvolnum>7</manvolnum></citerefentry>, |