summaryrefslogtreecommitdiffstats
path: root/ctdb
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-04-07 12:00:54 +1000
committerMartin Schwenke <martins@samba.org>2014-04-14 03:52:39 +0200
commit89bf1d2e34c7f4afe8c75dd5cf48e8564104f71b (patch)
tree26145de8446ccc1fe2f7d785aec0ef9bebd3d531 /ctdb
parentb681e89a973d738b2f8590c078c7bcb79391469f (diff)
downloadsamba-89bf1d2e34c7f4afe8c75dd5cf48e8564104f71b.tar.gz
samba-89bf1d2e34c7f4afe8c75dd5cf48e8564104f71b.tar.xz
samba-89bf1d2e34c7f4afe8c75dd5cf48e8564104f71b.zip
ctdb-doc: Remove commands that have been deleted
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/doc/ctdb.1.xml64
1 files changed, 0 insertions, 64 deletions
diff --git a/ctdb/doc/ctdb.1.xml b/ctdb/doc/ctdb.1.xml
index 5d00961133c..95a67dbeeda 100644
--- a/ctdb/doc/ctdb.1.xml
+++ b/ctdb/doc/ctdb.1.xml
@@ -1673,70 +1673,6 @@ Server id 0:14765 exists
</refsect3>
</refsect2>
- <refsect2>
- <title>vacuum [<parameter>max-records</parameter>]</title>
- <para>
- Over time CTDB databases will fill up with empty deleted
- records which will lead to a progressive slow down of CTDB
- database access. This command is used to prune all databases
- and delete all empty records from the cluster.
- </para>
-
- <para>
- By default, vacuum will delete all empty records from all databases.
- If [max_records] is specified, the command will only delete the first
- [max_records] empty records for each database.
- </para>
-
- <para>
- Vacuum only deletes records where the local node is the
- lmaster. To delete all records from the entire cluster you
- need to run a vacuum from each node.
-
- This command is not disruptive. Samba is unaffected and will still be able to read/write records normally while the database is being vacuumed.
- </para>
-
- <para>
- Example: ctdb vacuum
- </para>
-
- <para>
- By default, this operation is issued from the 00.ctdb event script every 5 minutes.
- </para>
- </refsect2>
-
- <refsect2>
- <title>repack [max_freelist]</title>
- <para>
- Over time, when records are created and deleted in a TDB, the TDB list of free space will become fragmented. This can lead to a slowdown in accessing TDB records.
- This command is used to defragment a TDB database and pruning the freelist.
- </para>
-
- <para>
- If [max_freelist] is specified, then a database will only be repacked if it has more than this number of entries in the freelist.
- </para>
- <para>
- During repacking of the database, the entire TDB database will be locked to prevent writes. If samba tries to write to a record in the database during a repack operation, samba will block until the repacking has completed.
- </para>
-
- <para>
- This command can be disruptive and can cause samba to block for the duration of the repack operation. In general, a repack operation will take less than one second to complete.
- </para>
-
- <para>
- A repack operation will only defragment the local TDB copy of the CTDB database. You need to run this command on all of the nodes to repack a CTDB database completely.
- </para>
-
- <para>
- Example: ctdb repack 1000
- </para>
-
- <para>
- By default, this operation is issued from the 00.ctdb event script every 5 minutes.
- </para>
-
- </refsect2>
-
</refsect1>
<!-- UNDOCUMENTED: showban stats disablemonitor enablemonitor