summaryrefslogtreecommitdiff
path: root/ctdb
AgeCommit message (Expand)AuthorFilesLines
2020-11-02ctdb-daemon: Do not attempt to chown Unix domain socket in test modeMartin Schwenke1-7/+9
2020-11-02ctdb-daemon: Clean up call to bind socketMartin Schwenke1-4/+4
2020-11-02ctdb-daemon: Clean up socket bind/secure/listenMartin Schwenke1-17/+25
2020-10-21ctdb-common: Avoid aliasing errors during code optimizationAmitay Isaacs1-14/+17
2020-10-06ctdb-tests: Strengthen node state checking in ctdb disable/enable testMartin Schwenke1-2/+2
2020-10-06ctdb-recoverd: Drop unnecessary and broken codeMartin Schwenke1-47/+0
2020-10-06ctdb-recoverd: Drop unnecessary codeMartin Schwenke1-14/+0
2020-09-24ctdb/test_ceph_rados_reclock: check for service registrationDavid Disseldorp1-1/+7
2020-09-23ctdb/doc: mention ctdb_mutex_ceph_rados_helper mgr registrationDavid Disseldorp1-0/+4
2020-09-23ctdb/ceph: register recovery lock holder with ceph-mgrDavid Disseldorp1-1/+32
2020-09-11ctdb-daemon: Drop implementation of old-style database pull/push controlsMartin Schwenke4-226/+5
2020-09-11ctdb-protocol: Drop marshalling functions for old-style database pull/pushMartin Schwenke3-86/+0
2020-09-11ctdb-protocol: Drop client functions for old-style database pull/pushMartin Schwenke2-59/+0
2020-09-11ctdb-client: Drop unused synchronous functions for database pull/pushMartin Schwenke2-67/+0
2020-09-11ctdb-recovery: Simplify database push function namesMartin Schwenke1-35/+34
2020-09-11ctdb-recovery: Drop unnecessary database push wrapperMartin Schwenke1-68/+8
2020-09-11ctdb-recovery: Drop passing of capabilities into database pullMartin Schwenke1-7/+1
2020-09-11ctdb-recovery: Simplify database pull function namesMartin Schwenke1-3/+3
2020-09-11ctdb-recovery: Remove use of old pull and push controlsMartin Schwenke1-306/+16
2020-09-11ctdb-tests: Simplify comment in large database recovery testMartin Schwenke1-10/+4
2020-09-11ctdb: Prevent man page duplicationDavid Mulder1-1/+1
2020-08-18ctdb-recoverd: Broadcast takeover run message when verifying IPsMartin Schwenke1-3/+5
2020-08-18ctdb-recoverd: Rename update_local_flags() -> update_flags()Martin Schwenke1-6/+6
2020-08-18ctdb-recoverd: Change update_local_flags() to use already retrieved nodemapsMartin Schwenke1-17/+9
2020-08-18ctdb-recoverd: Get remote nodemaps earlierMartin Schwenke1-7/+7
2020-08-18ctdb-recoverd: Do not fetch the nodemap from the recovery masterMartin Schwenke1-1/+10
2020-08-18ctdb-recoverd: Change get_remote_nodemaps() to use connected nodesMartin Schwenke1-3/+2
2020-08-18ctdb-recoverd: Fix node_pnn check and assignment of nodemap into arrayMartin Schwenke1-3/+11
2020-08-18ctdb-recoverd: Add fail callback to assign banning creditsMartin Schwenke1-8/+17
2020-08-18ctdb-recoverd: Add an intermediate state struct for nodemap fetchingMartin Schwenke1-2/+11
2020-08-18ctdb-recoverd: Move memory allocation into get_remote_nodemaps()Martin Schwenke1-12/+20
2020-08-18ctdb-recoverd: Change signature of get_remote_nodemaps()Martin Schwenke1-6/+7
2020-08-18ctdb-recoverd: Fix a local memory leakMartin Schwenke1-0/+1
2020-08-18ctdb-recoverd: Basic cleanups for get_remote_nodemaps()Martin Schwenke1-16/+23
2020-08-17ctdb-doc: Link to CTDB page in wikiMartin Schwenke1-0/+8
2020-08-17ctdb-tools: Drop "ctdb isnotrecmaster" commandMartin Schwenke3-58/+1
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme6-0/+6
2020-07-27ctdb-scripts: Use nfsconf as a last resort get nfsd thread countMartin Schwenke2-0/+8
2020-07-27ctdb-scripts: Use nfsconf as a last resort to set NFS_HOSTNAMEMartin Schwenke1-4/+17
2020-07-24ctdb: Change LVS to use leader/followerMartin Schwenke19-56/+56
2020-07-24ctdb: Change NAT gateway to use leader/followerMartin Schwenke36-189/+189
2020-07-24ctdb-recoverd: Simplify calculation of new flagsMartin Schwenke1-3/+1
2020-07-24ctdb-recoverd: Correctly find nodemap entry for pnnMartin Schwenke1-2/+8
2020-07-24ctdb-recoverd: Do not retrieve nodemap from recovery masterMartin Schwenke1-16/+2
2020-07-24ctdb-recoverd: Flatten update_flags_on_all_nodes()Martin Schwenke1-43/+26
2020-07-24ctdb-recoverd: Move ctdb_ctrl_modflags() to ctdb_recoverd.cMartin Schwenke3-70/+68
2020-07-24ctdb-recoverd: Improve a call to update_flags_on_all_nodes()Martin Schwenke1-1/+1
2020-07-24ctdb-recoverd: Use update_flags_on_all_nodes()Martin Schwenke1-12/+6
2020-07-24ctdb-recoverd: Introduce some local variables to improve readabilityMartin Schwenke1-10/+21
2020-07-24ctdb-recoverd: Change update_flags_on_all_nodes() to take rec argumentMartin Schwenke1-4/+5