summaryrefslogtreecommitdiff
path: root/ctdb/server
AgeCommit message (Expand)AuthorFilesLines
2018-07-09ctdb-daemon: Only consider client ID for local database attachMartin Schwenke2-11/+30
2018-07-09ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke4-13/+23
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-daemon: Allocate deferred calls off calling contextAmitay Isaacs1-1/+13
2017-10-25ctdb-daemon: Send broadcast to connected nodes, not configured nodesAmitay Isaacs1-2/+3
2017-10-25ctdb-daemon: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs1-10/+12
2017-10-25ctdb-daemon: Add implementation of control CHECK_PID_SRVIDAmitay Isaacs2-0/+28
2017-10-25ctdb-common: Extend srvid_exists() check to support optional private_dataAmitay Isaacs1-1/+1
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 Isaacs1-0/+18
2017-09-13ctdb-daemon: Fix implementation of process_exists controlAmitay Isaacs1-6/+10
2017-08-28ctdb-client: Fix ctdb_attach() to use database flagsAmitay Isaacs1-3/+3
2017-08-28ctdb-client: Optionally return database id from ctdb_ctrl_createdb()Amitay Isaacs1-2/+2
2017-08-28ctdb-client: Fix ctdb_ctrl_createdb() to use database flagsAmitay Isaacs1-3/+4
2017-07-04ctdb-daemon: Increase priority of logs when recovery happensAmitay Isaacs1-2/+2
2017-07-04ctdb-daemon: Increase priority of logs when shutting downAmitay Isaacs1-2/+2
2017-07-04ctdb-daemon: Increase priority of logs when ctdb starts up disabled/stoppedAmitay Isaacs1-2/+4
2017-07-04ctdb-daemon: Increase priority of logs when node is stopped/continuedAmitay Isaacs1-2/+2
2017-07-04ctdb-daemon: Increase priority of logs for recmaster changesAmitay Isaacs1-2/+2
2017-07-04ctdb-daemon: Increase priority of logs for node connect/disconnectAmitay Isaacs1-2/+2
2017-06-29ctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs3-6/+19
2017-06-29ctdb-recovery: Use db_flags instead of a boolean persistent flagAmitay Isaacs1-11/+10
2017-06-29ctdb-daemon: Pass db_flags instead of passing persistent flagAmitay Isaacs2-25/+25
2017-06-29ctdb-daemon: Store db_flags instead of individual boolean flagsAmitay Isaacs2-10/+4
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY flagAmitay Isaacs3-6/+7
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY flagAmitay Isaacs4-12/+10
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs7-21/+26
2017-06-26ctdb-daemon: Implement DB_OPEN_FLAGS controlAmitay Isaacs1-0/+24
2017-06-26ctdb-daemon: Drop extra boolean arguments to ctdb_local_attach()Amitay Isaacs1-9/+3
2017-06-26ctdb-client: Drop tdb_flags argument to ctdb_attach()Amitay Isaacs1-1/+1
2017-06-26ctdb-daemon: Ignore tdb open flags passed to DB attach controlsAmitay Isaacs2-20/+6
2017-06-26ctdb-daemon: Refactor calculation of tdb open flags based on database typeAmitay Isaacs1-14/+7
2017-06-26ctdb-locking: Get tdb open flags from tdb instead of re-calculatingAmitay Isaacs1-14/+2
2017-06-26ctdb-daemon: Store tdb flags just after tdb is opened in ctdb_local_attach()Amitay Isaacs1-3/+4
2017-06-26ctdb-daemon: Once database is attached, do not modify tdb flagsAmitay Isaacs1-1/+0
2017-06-24ctdb-recovery: Do not run local ip verification when in recoveryAmitay Isaacs1-3/+5
2017-06-24ctdb-recovery: Get recmode unconditionally in the main_loopAmitay Isaacs1-4/+7
2017-06-24ctdb-recovery: Finish processing for recovery mode ACTIVE firstAmitay Isaacs1-9/+5
2017-06-24ctdb-recovery: Simplify logging of recovery mode settingAmitay Isaacs1-5/+3
2017-06-24ctdb-recovery: Setting up of recmode should be idempotentAmitay Isaacs1-0/+6
2017-06-24ctdb-recovery: Assign banning credits if database fails to freezeAmitay Isaacs1-0/+1
2017-06-19ctdb-locking: If a record could not be locked, log the keyAmitay Isaacs1-2/+8
2017-06-19ctdb-locking: Reduce logging in case of contentionAmitay Isaacs2-22/+154
2017-06-19ctdb-locking: There are no ALLDB locks any moreAmitay Isaacs1-10/+4
2017-06-17ctdb-recovery: Delete empty records during recoveryAmitay Isaacs1-31/+2
2017-06-17ctdb-daemon: Delete empty records from persistent databaseAmitay Isaacs1-2/+0