diff options
author | Michael Adam <obnox@samba.org> | 2011-11-29 13:28:35 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-11-29 13:43:32 +0100 |
commit | ebfc6cece2d9a620e783861998dc611650d5d7cc (patch) | |
tree | 0989401d9298fc1375946350c6da4787104f45a3 | |
parent | 1fcc7651f48f228d7b70f0326775947da37f79b2 (diff) | |
download | samba-ebfc6cece2d9a620e783861998dc611650d5d7cc.tar.gz samba-ebfc6cece2d9a620e783861998dc611650d5d7cc.tar.xz samba-ebfc6cece2d9a620e783861998dc611650d5d7cc.zip |
doc: document the --print-emptyrecords switch in the "ctdb" manpage.
(This used to be ctdb commit 7b4663dd2454b798841815044f898dead9b734e2)
-rw-r--r-- | ctdb/doc/ctdb.1.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ctdb/doc/ctdb.1.xml b/ctdb/doc/ctdb.1.xml index a57c67faa3..e421993fb4 100644 --- a/ctdb/doc/ctdb.1.xml +++ b/ctdb/doc/ctdb.1.xml @@ -30,6 +30,7 @@ <arg choice="opt">--usage</arg> <arg choice="opt">-d --debug=<INTEGER></arg> <arg choice="opt">--socket=<filename></arg> + <arg choice="opt">--print-emptyrecords</arg> </cmdsynopsis> </refsynopsisdiv> @@ -123,6 +124,18 @@ </listitem> </varlistentry> + <varlistentry><term>--print-emptyrecords</term> + <listitem> + <para> + This enables printing of empty records when dumping databases + with the catdb, cattbd and dumpdbbackup commands. Records with + empty data segment are considered deleted by ctdb and cleaned + by the vacuuming mechanism, so this switch can come in handy for + debugging the vacuuming behaviour. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1> |