summaryrefslogtreecommitdiffstats
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
* ctdb:vacuum: always run freelist_size againMichael Adam2014-06-171-6/+4
* ctdb:vacuum: add missing return to ctdb_vacuum_traverse_db() error path.Michael Adam2014-06-171-0/+1
* ctdb:vacuum: remove now unused talloc ctx argument from ctdb_vacuum_db()Michael Adam2014-06-171-3/+1
* ctdb:vacuum: move init of vdata into init_vdata funcionMichael Adam2014-06-171-32/+43
* ctdb:vacuum: remove vacuum limit from vdata - not usedMichael Adam2014-06-171-2/+0
* ctdb:vacuum: remove a superfluous comment.Michael Adam2014-06-171-4/+1
* ctdb:vacuum: untangle assignmend and check for return of tdb_repack()Michael Adam2014-06-171-1/+3
* ctdb:vacuum: remove a superfluous and misleading commentMichael Adam2014-06-171-3/+0
* ctdb:vacuum: remove now unused ctdb_repack_tdb().Michael Adam2014-06-171-129/+0
* ctdb:vacuum: use plain tdb_repack() instead of ctdb_repack_tdb()Michael Adam2014-06-171-1/+1
* ctdb:vacuum: remove a comment in ctdb_vacuum_and_repack_db()Michael Adam2014-06-171-3/+0
* ctdb:vacuum: adapt debug message for repacking.Michael Adam2014-06-171-2/+2
* ctdb-daemon: Reset scheduler policy for helper processesAmitay Isaacs2014-06-122-0/+4
* ctdb-daemon: Do not complain if node is inactive and db is not attachedAmitay Isaacs2014-06-121-1/+4
* ctdb-daemon: Remove duplicate code from helper binariesAmitay Isaacs2014-06-122-12/+2
* ctdb-logging: Move controls handling functions from common to serverAmitay Isaacs2014-06-121-1/+40
* ctdb-daemon: Rename ctdb_mkdir_p_or_die to mkdir_p_or_dieAmitay Isaacs2014-06-121-3/+3
* ctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memoryAmitay Isaacs2014-06-122-2/+2
* ctdb-daemon: Instead of passing ctdb context, pass valgrinding booleanAmitay Isaacs2014-06-122-3/+3
* ctdb-daemon: Rename block_signal to ignore_signalAmitay Isaacs2014-06-121-2/+2
* ctdb-daemon: No need to block SIGPIPE at startupAmitay Isaacs2014-06-121-1/+0
* ctdb-common: Drop ctdb prefix from utility functions independent of ctdbAmitay Isaacs2014-06-121-1/+1
* ctdb-common: Changing scheduler policy does not require ctdb contextAmitay Isaacs2014-06-121-1/+1
* ctdb:server: fix DEBUG message for wrong event script options.Michael Adam2014-06-051-2/+3
* ctdb-daemon: Move a ZERO_STRUCT() to a better placeMartin Schwenke2014-05-051-3/+12
* ctdb: Fix a comment typoVolker Lendecke2014-04-301-1/+1
* ctdb-recoverd: Detach database from recovery daemonAmitay Isaacs2014-04-232-0/+54
* ctdb-daemon: Talloc tdb_wrap off ctdb_db_contextAmitay Isaacs2014-04-231-1/+1
* ctdb-daemon: Do not allow database detach if AllowClientDBAttach=1Amitay Isaacs2014-04-231-3/+4
* ctdb-daemon: Add control CTDB_CONTROL_DB_DETACHAmitay Isaacs2014-04-142-0/+88
* ctdb-daemon: Always update database priority cluster wideAmitay Isaacs2014-04-073-16/+15
* ctdb:daemon avoid goto ctdb_remove_orphaned_ifaces()Gregor Beck2014-04-011-9/+5
* ctdb:daemon take a shortcut in all_nodes_are_disabled()Gregor Beck2014-04-011-5/+4
* ctdb-readonly: Do not use hard-coded value for readonly revoke timeoutAmitay Isaacs2014-03-311-2/+2
* ctdb-locking: Instead of comparing key, compare key hashAmitay Isaacs2014-03-281-4/+6
* ctdb-locking: Check for talloc_memdup errorAmitay Isaacs2014-03-281-0/+5
* ctdb-locking: Avoid memory leakAmitay Isaacs2014-03-281-0/+1
* ctdb/daemon: Optimise deletion of IPsMartin Schwenke2014-03-231-11/+11
* ctdb/daemon: Make delete IP wait until the IP is releasedMartin Schwenke2014-03-232-30/+92
* ctdb-daemon: Do not disable monitoring when running eventscriptsMartin Schwenke2014-03-231-5/+0
* ctdb-daemon: Fix tickle updates to recently started nodesMartin Schwenke2014-03-231-10/+7
* ctdb-vacuum: fix delete list counts in delete_marshall_traverse_firstMichael Adam2014-03-061-0/+2
* ctdb-vacuum: fix possible cause for delelete_list processing counts left reco...Michael Adam2014-03-061-0/+16
* ctdb-vacuum: systematize counters into various structsMichael Adam2014-03-061-109/+123
* ctdb-vacuum: remove unused counter vdata->totalMichael Adam2014-03-061-3/+0
* ctdb-vacuum: make ctdb_process_delete_list() voidMichael Adam2014-03-061-19/+6
* ctdb-vacuum: make ctdb_process_vacuum_fetch_lists() void.Michael Adam2014-03-061-7/+4
* ctdb-vacuum: make ctdb_vacuum_traverse_db() void.Michael Adam2014-03-061-8/+4
* ctdb-vacuum: don't stop in process_vacuum_fetch_lists when sending to one nod...Michael Adam2014-03-061-1/+0
* ctdb-vacuum: catch and log errors to traverse the delete list in ctdb_process...Michael Adam2014-03-061-6/+18