added two new ctdb commands:
authorAndrew Tridgell <tridge@samba.org>
Tue, 8 Jan 2008 06:23:27 +0000 (17:23 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 8 Jan 2008 06:23:27 +0000 (17:23 +1100)
commit3532119c84ab3247051ed6ba21ba3243ae2f6bf4
tree387e4c278e871b49ae1e9f3926bd99cd2a2b0811
parent0390f9e68210dd7f6e750f7a5909a0f97841193c
added two new ctdb commands:

 ctdb vacuum   : vacuums all the databases, deleting any zero length
                 ctdb records

 ctdb repack   : repacks all the databases, resulting in a perfectly
                 packed database with no freelist entries
Makefile.in
client/ctdb_client.c
include/ctdb.h
include/ctdb_private.h
lib/tdb/common/freelist.c
lib/tdb/include/tdb.h
server/ctdb_control.c
server/ctdb_recover.c
server/ctdb_recoverd.c
tools/ctdb.c
tools/ctdb_vacuum.c [new file with mode: 0644]