summaryrefslogtreecommitdiff
path: root/ctdb
AgeCommit message (Expand)AuthorFilesLines
2018-08-21ctdb: add expiry test for ctdb_mutex_ceph_rados_helperDavid Disseldorp1-1/+56
2018-08-21ctdb_mutex_ceph_rados_helper: fix deadlock via lock renewalsDavid Disseldorp1-9/+98
2018-08-21ctdb_mutex_ceph_rados_helper: rename timer_ev to ppid_timer_evDavid Disseldorp1-12/+13
2018-08-21ctdb_mutex_ceph_rados_helper: use talloc destructor for cleanupDavid Disseldorp1-27/+24
2018-08-21ctdb_mutex_ceph_rados_helper: Set SIGINT signal handlerSamuel Cabrero1-4/+15
2018-08-21ctdb/build: link ctdb_mutex_ceph_rados_helper against ceph-commonDavid Disseldorp1-1/+13
2018-07-09ctdb-tests: Avoid segfault by initializing loggingAmitay Isaacs1-0/+2
2018-07-09ctdb-tests: Avoid segfault by initializing loggingAmitay Isaacs11-3/+30
2018-07-09ctdb-pmda: Use modified API in pcp library 4.0Amitay Isaacs2-9/+22
2018-07-09ctdb-daemon: Only consider client ID for local database attachMartin Schwenke3-13/+35
2018-07-09ctdb-docs: Fix the documentation for VNN mapMartin Schwenke1-4/+3
2018-07-09ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke6-16/+26
2018-07-09ctdb-tests: Add a simple test for database traversesMartin Schwenke1-0/+94
2018-07-09ctdb-tests: Add check for non-lmaster node status in integration testsMartin Schwenke1-0/+1
2018-04-10ctdb-scripts: Drop "net serverid wipe" from 50.samba event scriptAmitay Isaacs1-2/+0
2018-01-25build: deal with recent glibc sunrpc header removalGünther Deschner1-1/+1
2018-01-02ctdb-recovery-helper: Deregister message handler in error pathsAmitay Isaacs1-4/+12
2017-12-13ctdb-daemon: Send STARTUP control after startup eventAmitay Isaacs2-6/+6
2017-12-13ctdb-takeover: Send tcp tickles immediately on STARTUP controlAmitay Isaacs1-8/+7
2017-12-13ctdb-takeover: Refactor code to send tickle lists for all public IPsAmitay Isaacs1-17/+27
2017-11-22ctdb-common: Call missing tevent_wakeup_recv() in sock_daemonAmitay Isaacs1-0/+8
2017-11-22ctdb-daemon: Allocate deferred calls off calling contextAmitay Isaacs1-1/+13
2017-11-01ctdb-tests: Process-exists unit tests should wait until PID is registeredMartin Schwenke3-0/+6
2017-11-01ctdb-tests: Wait for fake_ctdbd to start, fail if it doesn'tMartin Schwenke1-1/+5
2017-11-01ctdb-tests: Skip starting fake_ctdbd when current node is disconnectedMartin Schwenke2-12/+14
2017-11-01ctdb-tests: Wait for ctdb_eventd to start, fail if it doesn'tMartin Schwenke1-4/+3
2017-11-01ctdb-tests: Allow wait_until() to be used in unit testsMartin Schwenke2-44/+44
2017-10-25ctdb-tests: Add tests for event scripts with multiple '.'sAmitay Isaacs1-0/+21
2017-10-25ctdb-common: Ignore event scripts with multiple '.'sAmitay Isaacs2-1/+9
2017-10-25ctdb-common: Do not queue a packet if queue does not have valid fdAmitay Isaacs1-0/+5
2017-10-25ctdb-tests: Send broadcast to connected nodes, not configured nodesAmitay Isaacs1-1/+1
2017-10-25ctdb-daemon: Send broadcast to connected nodes, not configured nodesAmitay Isaacs1-2/+3
2017-10-25ctdb-tests: Add tests for client with multiple connectionsAmitay Isaacs2-1/+27
2017-10-25ctdb-tests: Add support for multiple ctdb connections in dummy_clientAmitay Isaacs1-7/+25
2017-10-25ctdb-tests: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs1-19/+30
2017-10-25ctdb-daemon: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs1-10/+12
2017-10-25ctdb-tests: Add tests for PID with srvidAmitay Isaacs2-1/+45
2017-10-25ctdb-tests: Implement control CHECK_PID_SRVID in fake daemonAmitay Isaacs1-3/+44
2017-10-25ctdb-tests: Reimplement message handlers using srvid abstractionAmitay Isaacs1-31/+19
2017-10-25ctdb-tool: Update process-exists command to pass optional srvidAmitay Isaacs2-8/+32
2017-10-25ctdb-client: Add client code for control CHECK_PID_SRVIDAmitay Isaacs2-0/+34
2017-10-25ctdb-daemon: Add implementation of control CHECK_PID_SRVIDAmitay Isaacs3-0/+30
2017-10-25ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs7-15/+84
2017-10-25ctdb-protocol: Add marshalling for struct ctdb_pid_srvidAmitay Isaacs3-0/+67
2017-10-25ctdb-protocol: Add new control CTDB_CONTROL_CHECK_PID_SRVIDAmitay Isaacs1-0/+7
2017-10-25ctdb-common: Extend srvid_exists() check to support optional private_dataAmitay Isaacs4-5/+30
2017-09-16ctdb-client: Initialize ctdb_ltdb_header completely for empty recordAmitay Isaacs1-3/+3
2017-09-16ctdb-daemon: Free up record data if a call request is deferredAmitay Isaacs1-0/+1
2017-09-13ctdb-daemon: GET_DB_SEQNUM should read database conditionallyAmitay Isaacs1-0/+5
2017-09-13ctdb-daemon: Add a function to check if db access is allowedAmitay Isaacs2-0/+19