ctdb-logging: Remove log ringbuffer
authorMartin Schwenke <martin@meltin.net>
Fri, 8 Aug 2014 02:51:03 +0000 (12:51 +1000)
committerVolker Lendecke <vl@samba.org>
Mon, 6 Oct 2014 10:34:32 +0000 (12:34 +0200)
commitb544073653a5b54ba8ec2621c7314136656cfaeb
treeeac4cbb58746bcfdaaa21d55759bd389330ac311
parent57bcb8055eb3e15c4ce7bcdeeef7efed175ed347
ctdb-logging: Remove log ringbuffer

As far as we know, nobody uses this and it just complicates the
logging subsystem.

Remove all ringbuffer code and documentation.  Update the local
daemons startup code correspondingly.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Volker Lendecke <vl@samba.org>
16 files changed:
ctdb/common/ctdb_fork.c
ctdb/common/ctdb_logging.c
ctdb/config/ctdbd_wrapper
ctdb/doc/ctdb.1.xml
ctdb/doc/ctdbd.1.xml
ctdb/doc/ctdbd.conf.5.xml
ctdb/include/ctdb_logging.h
ctdb/include/ctdb_private.h
ctdb/include/ctdb_protocol.h
ctdb/lib/util/debug.h
ctdb/server/ctdb_control.c
ctdb/server/ctdb_logging.c
ctdb/server/ctdb_recoverd.c
ctdb/server/ctdbd.c
ctdb/tests/simple/scripts/local_daemons.bash
ctdb/tools/ctdb.c