summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb/ltdbtool: Fix static declarationsChristof Schmitt2016-04-301-11/+14
* ctdb-doc: Document cluster mutex helper APIMartin Schwenke2016-04-282-0/+80
* ctdb-recovery: Move recovery lock latency updating to handlerMartin Schwenke2016-04-281-5/+2
* ctdb-recovery: Move recovery lock functions to recovery daemon codeMartin Schwenke2016-04-283-76/+73
* ctdb-cluster-mutex: Factor out cluster mutex codeMartin Schwenke2016-04-285-244/+318
* ctdb-recovery: Factor out setting of cluster mutex handlerMartin Schwenke2016-04-281-6/+14
* ctdb_recovery: ctdb_cluster_mutex() now takes an argstring argumentMartin Schwenke2016-04-281-4/+6
* ctdb-recovery: Recovery lock setting can now include helper commandMartin Schwenke2016-04-285-22/+58
* ctdb-recovery: Parse recovery lock settingMartin Schwenke2016-04-281-12/+21
* ctdb-recovery: Reimplement ctdb_recovery_lock() using ctdb_cluster_mutex()Martin Schwenke2016-04-283-42/+57
* ctdb-recovery: Kill cluster mutex helper with a signal that can be caughtMartin Schwenke2016-04-281-1/+1
* ctdb-recovery: Switch ctdb_cluster_mutex() to use helperMartin Schwenke2016-04-282-25/+71
* ctdb: Add new helper ctdb_mutex_fcntl_helperMartin Schwenke2016-04-283-0/+97
* ctdb-tools: Simplify "ctdb getreclock" outputMartin Schwenke2016-04-283-19/+10
* ctdb-recovery: Add optional timeout argument to ctdb_cluster_mutex()Martin Schwenke2016-04-281-9/+11
* ctdb-recovery: Factor out reclock testing into ctdb_cluster_mutex()Martin Schwenke2016-04-281-66/+91
* ctdb-recovery: Use a configurable handler when testing cluster mutexMartin Schwenke2016-04-281-5/+26
* ctdb-recovery: Factor out new function set_recmode_handler()Martin Schwenke2016-04-281-44/+64
* ctdb-recovery: Use single char ASCII numbers for status from childMartin Schwenke2016-04-281-6/+6
* ctdb-recovery: Rename recovery lock functions and structMartin Schwenke2016-04-281-60/+60
* ctdb-build: ctdb-system depends on samba-util for debugMartin Schwenke2016-04-281-1/+1
* ctdb-tests: Fix CID 1358704 use of "=" where "==" may have been intendedRobin Hack2016-04-261-1/+1
* ctdbd: Use talloc_memdup where appropriateVolker Lendecke2016-04-251-2/+2
* ctdb-tools: Drop onnode node specifications for recmaster/lvs/natgwMartin Schwenke2016-04-256-157/+1
* ctdb-tools: Drop "ctdb natgwlist"Martin Schwenke2016-04-253-68/+0
* ctdb-tests: Make ctdb natgw tool tests cover all the desired outputsMartin Schwenke2016-04-258-71/+278
* ctdb-tools: Add top-level "ctdb natgw" commandMartin Schwenke2016-04-252-0/+89
* ctdb-scripts: Drop node count from "ctdb natgw status" outputMartin Schwenke2016-04-251-8/+8
* ctdb-scripts: Tweak NAT gateway list output formatMartin Schwenke2016-04-251-1/+1
* ctdb-scripts: Fix incorrect commentMartin Schwenke2016-04-251-1/+1
* ctdb-ipalloc: Do ipreallocated even if no IP addresses can be allocatedMartin Schwenke2016-04-251-1/+1
* ctdb-daemon: Move port filtering to server side when getting ticklesMartin Schwenke2016-04-252-17/+32
* ctdb-scripts: Improve error messages when using NFS service_check_cmdMartin Schwenke2016-04-251-2/+6
* ctdb-tools: Fix a dangling reference to the LVS capabilityMartin Schwenke2016-04-251-1/+1
* ctdb-client: Use correct TDB flags for opening databaseAmitay Isaacs2016-04-241-7/+8
* ctdb-protocol: Consistency check for opcode in the reply structureAmitay Isaacs2016-04-231-151/+307
* ctdb-client: Set control opcode in reply for one-way controlsAmitay Isaacs2016-04-231-0/+1
* ctdb-protocol: Remove data structures for obsolete server_id controlsAmitay Isaacs2016-04-239-556/+4
* ctdb-client: Remove client functions related to server_idAmitay Isaacs2016-04-234-294/+4
* ctdb-tool: Remove commands related to server_idAmitay Isaacs2016-04-232-111/+2
* ctdb-daemon: Remove unused controls related to server_idAmitay Isaacs2016-04-236-217/+8
* ctdb-tests: Improve code coverage in testsAmitay Isaacs2016-04-233-12/+86
* ctdb-tests: Fix flakey test complex/18_ctdb_reloadips.shAmitay Isaacs2016-04-231-1/+2
* ctdb-tests: Update tests to include new controlsAmitay Isaacs2016-04-232-2/+2
* ctdb-daemon: Avoid memory leakAmitay Isaacs2016-04-232-0/+2
* ctdb-protocol: Define a range of SRVIDs used by the ctdb toolAmitay Isaacs2016-04-232-8/+11
* ctdb-protocol: Remove unused CTDB_SRVID_PREFIXAmitay Isaacs2016-04-231-3/+0
* ctdb-system: Fix typo in ctdb_get_peer_pidAmitay Isaacs2016-04-232-2/+2
* ctdb-scripts: Avoid dividing by zero in memory calculationJose A. Rivera2016-04-231-2/+2
* ctdb-tools: Remove simple uses of strcpy(3)Martin Schwenke2016-04-171-2/+3