summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-10-26 02:41:08 +0200
committerBjoern Jacke <bjacke@samba.org>2019-10-31 00:43:38 +0000
commit93859b3394d87f1521f757111eb8e55633c8cde3 (patch)
treef111fe6dd9df8184cb76c35ebc4348444cd236a4 /ctdb
parent37398acca58ac9d224aa5d841197b378e1d26e68 (diff)
downloadsamba-93859b3394d87f1521f757111eb8e55633c8cde3.tar.gz
ctdb/doc/ctdb-tunables.7.xml: typo fixes
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/doc/ctdb-tunables.7.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/ctdb/doc/ctdb-tunables.7.xml b/ctdb/doc/ctdb-tunables.7.xml
index 289b1d7324b..c9ff6abd1e8 100644
--- a/ctdb/doc/ctdb-tunables.7.xml
+++ b/ctdb/doc/ctdb-tunables.7.xml
@@ -366,7 +366,7 @@ MonitorInterval=20
take longer than this value, in milliseconds, to complete.
These operations include "process a record request from client",
"take a record or database lock", "update a persistent database
- record" and "vaccum a database".
+ record" and "vacuum a database".
</para>
</refsect2>
@@ -480,7 +480,7 @@ MonitorInterval=20
<title>RecdFailCount</title>
<para>Default: 10</para>
<para>
- If the recovery daemon has failed to ping the main dameon for
+ If the recovery daemon has failed to ping the main daemon for
this many consecutive intervals, the main daemon will consider
the recovery daemon as hung and will try to restart it to recover.
</para>
@@ -490,8 +490,8 @@ MonitorInterval=20
<title>RecdPingTimeout</title>
<para>Default: 60</para>
<para>
- If the main dameon has not heard a "ping" from the recovery dameon
- for this many seconds, the main dameon will log a message that
+ If the main daemon has not heard a "ping" from the recovery daemon
+ for this many seconds, the main daemon will log a message that
the recovery daemon is potentially hung. This also increments a
counter which is checked against <varname>RecdFailCount</varname>
for detection of hung recovery daemon.
@@ -503,7 +503,7 @@ MonitorInterval=20
<para>Default: 1000</para>
<para>
When using a reclock file for split brain prevention, if set
- to non-zero this tunable will make the recovery dameon log a
+ to non-zero this tunable will make the recovery daemon log a
message if the fcntl() call to lock/testlock the recovery file
takes longer than this number of milliseconds.
</para>
@@ -525,7 +525,7 @@ MonitorInterval=20
This is the default setting for timeouts for controls when sent
from the recovery daemon. We allow longer control timeouts from
the recovery daemon than from normal use since the recovery
- dameon often use controls that can take a lot longer than normal
+ daemon often use controls that can take a lot longer than normal
controls.
</para>
</refsect2>