diff options
| author | Martin Schwenke <martin@meltin.net> | 2013-05-23 16:06:47 +1000 |
|---|---|---|
| committer | Amitay Isaacs <amitay@gmail.com> | 2013-05-24 14:08:06 +1000 |
| commit | c5bcff6724b85bac1a6343f67034b81ebbb7a2c2 (patch) | |
| tree | bf30633afb104fa6134c75f3a0e19caa265bf8ec | |
| parent | 03a96f280f9fbfa9fd5b32fd871e9aec3e028343 (diff) | |
| download | samba-c5bcff6724b85bac1a6343f67034b81ebbb7a2c2.tar.gz samba-c5bcff6724b85bac1a6343f67034b81ebbb7a2c2.tar.xz samba-c5bcff6724b85bac1a6343f67034b81ebbb7a2c2.zip | |
tools/ctdb: Remove duplicate command definition for "sync"
Signed-off-by: Martin Schwenke <martin@meltin.net>
Pair-programmed-with: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit 9e7b7cd04adc5e66e2ffa4edf463a682aaea379b)
| -rw-r--r-- | ctdb/tools/ctdb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index db19b1069d..ec2396d589 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -5843,7 +5843,7 @@ static const struct { { "showban", control_showban, true, false, "show ban information"}, { "shutdown", control_shutdown, true, false, "shutdown ctdbd" }, { "recover", control_recover, true, false, "force recovery" }, - { "sync", control_ipreallocate, true, false, "wait until ctdbd has synced all state changes" }, + { "sync", control_ipreallocate, false, false, "wait until ctdbd has synced all state changes" }, { "ipreallocate", control_ipreallocate, true, false, "force the recovery daemon to perform a ip reallocation procedure" }, { "thaw", control_thaw, true, false, "thaw databases", "[priority:1-3]" }, { "isnotrecmaster", control_isnotrecmaster, false, false, "check if the local node is recmaster or not" }, @@ -5890,7 +5890,6 @@ static const struct { { "setdbsticky", control_setdbsticky, false, false, "Set DB sticky-records capable", "<dbname|dbid>"}, { "msglisten", control_msglisten, false, false, "Listen on a srvid port for messages", "<msg srvid>"}, { "msgsend", control_msgsend, false, false, "Send a message to srvid", "<srvid> <message>"}, - { "sync", control_ipreallocate, false, false, "wait until ctdbd has synced all state changes" }, { "pfetch", control_pfetch, false, false, "fetch a record from a persistent database", "<dbname|dbid> <key> [<file>]" }, { "pstore", control_pstore, false, false, "write a record to a persistent database", "<dbname|dbid> <key> <file containing record>" }, { "pdelete", control_pdelete, false, false, "delete a record from a persistent database", "<dbname|dbid> <key>" }, |
