summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* vacuum: move variable into scope of use in ctdb_process_delete_list()Michael Adam2013-04-241-1/+1
* vacuum: simplify ctdb_process_delete_list(): reduce indentationMichael Adam2013-04-241-113/+114
* vacuum: add DEBUG to skip conditions in delete_record_traverse()Michael Adam2013-04-241-5/+25
* vacuum: break line for RO-flags check in delete_record_traverse() for readabi...Michael Adam2013-04-241-1/+5
* client: fix ctdb_control() to be able to cope with CTDB_CTRL_FLAG_NOREPLYMichael Adam2013-04-241-0/+11
* ctdbd: Set num_clients statistic from ctdb->num_clientsAmitay Isaacs2013-04-222-3/+4
* ctdbd: Log PID file creation and removal at NOTICE levelMartin Schwenke2013-04-221-3/+3
* scripts: Ensure even external scripts get tagged in logs as "ctdbd"Martin Schwenke2013-04-223-5/+5
* eventscripts: Ensure directories are createdMartin Schwenke2013-04-221-0/+6
* scripts: Clean up update_tickles() and handling of associated directoryMartin Schwenke2013-04-191-5/+2
* scripts: Use $CTDB_SCRIPT_DEBUGLEVEL instead of something more complexMartin Schwenke2013-04-196-64/+6
* scripts: Ensure service command is in $PATH in ctdb-crash-cleanup.shMartin Schwenke2013-04-191-5/+5
* initscript: Remove duplicate setting of $ctdbdMartin Schwenke2013-04-181-2/+0
* util: Removed unused declaration of ctdbd_start()Martin Schwenke2013-04-181-1/+0
* include: Move ctdb_start_daemon() from ctdb_client.h to ctdb_private.hMartin Schwenke2013-04-182-1/+3
* scripts: ctdb-crash-cleanup.sh uses initscript to see if ctdbd is runningMartin Schwenke2013-04-181-1/+1
* initscript: Use a PID file to implement the "status" optionMartin Schwenke2013-04-181-30/+56
* ctdbd: Add --pidfile optionMartin Schwenke2013-04-183-1/+37
* util: ctdb_fork() should call ctdb_set_child_info()Martin Schwenke2013-04-181-0/+2
* util: New functions ctdb_set_child_info() and ctdb_is_child_process()Martin Schwenke2013-04-182-0/+24
* tests: add a comment to recovery db corruption testMichael Adam2013-04-171-0/+7
* tests: Add a test for subsequent recoveries corrupting databasesAmitay Isaacs2013-04-171-0/+126
* tests: Support waiting for "recovered" state in testsAmitay Isaacs2013-04-171-1/+4
* ctdb_call: don't bump the rsn in ctdb_become_dmaster() any moreMichael Adam2013-04-171-1/+1
* Fix a severe recovery bug that can lead to data corruption for SMB clients.Michael Adam2013-04-171-3/+6
* logging: fix comment typoMichael Adam2013-04-171-1/+1
* ctdbd: unimplement the unused SET_DMASTER controlMichael Adam2013-04-174-56/+4
* recoverd: remove bogus comment "qqq" from "add prototype new banning code"Michael Adam2013-04-171-1/+0
* build: silence building of porting_testMichael Adam2013-04-171-1/+1
* traverse: Ensure backward compatibility for CTDB_CONTROL_TRAVERSE_ALLAmitay Isaacs2013-04-171-12/+31
* traverse: Add CTDB_CONTROL_TRAVERSE_ALL_EXT to support withemptyrecordsAmitay Isaacs2013-04-174-0/+63
* tests: Fix typo in variable nameAmitay Isaacs2013-04-151-1/+1
* tools/ltdbtool: Fix handling of -e optionAmitay Isaacs2013-04-081-3/+6
* recoverd/takeover: Use IP->node mapping info from nodes hosting that IPAmitay Isaacs2013-04-081-1/+7
* statd-callout: Make sure statd callout script always runs as rootAmitay Isaacs2013-04-084-1/+10
* client: Set the socket non-blocking only after connect succeedsAmitay Isaacs2013-04-052-6/+6
* Revert "client: handle transient connection errors"Amitay Isaacs2013-04-051-30/+5
* common/messaging: Use the jenkins hash in ctdb_messageVolker Lendecke2013-04-051-1/+3
* common/messaging: use tdb_parse_record in message_list_db_fetchVolker Lendecke2013-04-051-11/+17
* common/messaging: Abstract db related operations inside db functionsAmitay Isaacs2013-04-051-57/+39
* common/messaging: Don't forget to free the result returned by tdb_fetch()Amitay Isaacs2013-04-051-0/+6
* common/messaging: Free message list header if all message handlers are freedAmitay Isaacs2013-04-051-3/+3
* build: Fix for tevent autoconf checkSumit Bose2013-03-271-1/+1
* util: Add hex_decode_talloc() to decode hex string into a binary blobAmitay Isaacs2013-03-252-0/+17
* logging: Do not ignore stdout/stderr from the exec'd childrenAmitay Isaacs2013-03-251-5/+0
* server:persistent: fix a debug message (copy'n'paste error)Michael Adam2013-03-121-2/+3
* fix a typoVolker Lendecke2013-03-121-1/+1
* common/io: For scheduling immediate events use tevent_schedule_immediateAmitay Isaacs2013-03-061-11/+15
* ctdbd: Add an index db for message list for faster searchesAmitay Isaacs2013-03-063-23/+203
* tools/ctdb: delip no longer fails if IP can not be movedMartin Schwenke2013-02-271-76/+83