- renamed ctdb_control utility to ctdb
authorAndrew Tridgell <tridge@samba.org>
Tue, 29 May 2007 02:16:59 +0000 (12:16 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 29 May 2007 02:16:59 +0000 (12:16 +1000)
commit28de71c03ace7d32a9fd9882fabbd5d668b97656
treedc53775021730da196cdfdb79e2d740b9a43ec33
parent7fc3868a1a49aa8b49b277793eede903606b4353
- renamed ctdb_control utility to ctdb

- use -n to specify node number in ctdb utility

- change 'ctdb status' to 'ctdb statistics'

- added 'ctdb status' which shows status

- added netmask to public IPs, so you don't try a takeover on a
  foreign network

- cleaned up tools/ctdb_control.c a lot

- generate usage message at runtime
14 files changed:
Makefile.in
common/ctdb.c
common/ctdb_call.c
common/ctdb_client.c
common/ctdb_control.c
common/ctdb_daemon.c
common/ctdb_lockwait.c
common/ctdb_traverse.c
include/ctdb.h
include/ctdb_private.h
takeover/ctdb_takeover.c
tests/ctdbd.sh
tools/ctdb_control.c
tools/monitor_recovery.sh