summaryrefslogtreecommitdiff
path: root/ctdb
AgeCommit message (Expand)AuthorFilesLines
2017-07-13ctdb-docs: Update documentation of ipreallocated eventMartin Schwenke1-18/+17
2017-07-13ctdb-common: Set close-on-exec when creating PID fileMartin Schwenke1-0/+8
2017-07-12ctdb: enable mutexes for volatile TDBs by defaultRalph Boehme5-5/+5
2017-07-11ctdb-scripts: Fix inline comments in 10.interfaceAnoop C S1-1/+1
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-tests: Add transaction/recovery test for replicated databaseAmitay Isaacs1-0/+64
2017-06-29ctdb-tests: Generalize transaction_loop testAmitay Isaacs3-18/+31
2017-06-29ctdb-tests: Support replicated db in tool testsAmitay Isaacs16-12/+205
2017-06-29ctdb-tests: Add database type option for testsAmitay Isaacs2-0/+10
2017-06-29ctdb-tools: Allow attach for replicated databasesAmitay Isaacs6-37/+70
2017-06-29ctdb-client: Add db support for CTDB_DB_FLAGS_REPLICATEDAmitay Isaacs1-2/+19
2017-06-29ctdb-client: Add sync api for DB_ATTACH_REPLICATED controlAmitay Isaacs2-0/+36
2017-06-29ctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs6-2/+77
2017-06-29ctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATTACH_REPLICATED controlAmitay Isaacs3-6/+19
2017-06-29ctdb-protocol: Add new control CTDB_CONTROL_DB_ATTACH_REPLICATEDAmitay Isaacs1-0/+1
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED flagAmitay Isaacs2-1/+11
2017-06-29ctdb-daemon: Calculate tdb flags for replicated databasesAmitay Isaacs1-0/+6
2017-06-29ctdb-protocol: Add CTDB_DB_FLAGS_REPLICATED for new type of databaseAmitay Isaacs1-0/+1
2017-06-29ctdb-client: Store db_flags instead of a boolean persistent flagAmitay Isaacs2-9/+23
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 Isaacs3-26/+26
2017-06-29ctdb-daemon: Store db_flags instead of individual boolean flagsAmitay Isaacs5-21/+27
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY flagAmitay Isaacs5-6/+20
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY flagAmitay Isaacs6-12/+29
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs10-26/+47
2017-06-29ctdb-protocol: Add DB_OPEN_FLAGS control to debugAmitay Isaacs1-0/+1
2017-06-29ctdb-tests: Fix control reply data for DB_ATTACH_PERSISTENT controlAmitay Isaacs1-0/+2
2017-06-26ctdb-protocol: Do not pass tdb open flags to DB attach controlsAmitay Isaacs4-12/+10
2017-06-26ctdb-client: Do not pass tdb open flags to db attach apiAmitay Isaacs2-10/+6
2017-06-26ctdb-client: Remove calaculation of tdb flagsAmitay Isaacs1-56/+5
2017-06-26ctdb-client: Ask daemon for db open flagsAmitay Isaacs1-1/+41
2017-06-26ctdb-client: Ask daemon for db open flagsAmitay Isaacs1-25/+7
2017-06-26ctdb-client: Add a function to get db open flagsAmitay Isaacs2-0/+36
2017-06-26ctdb-client: Add sync api for control DB_OPEN_FLAGSAmitay Isaacs2-0/+34
2017-06-26ctdb-protocol: Add protocol marshalling for control DB_OPEN_FLAGSAmitay Isaacs5-2/+77
2017-06-26ctdb-daemon: Implement DB_OPEN_FLAGS controlAmitay Isaacs1-0/+24
2017-06-26ctdb-protocol: Add new control to get database open flagsAmitay Isaacs1-0/+2
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 Isaacs3-6/+4
2017-06-26ctdb-client: Stop sending tdb_flags with DB_ATTACH controlsAmitay Isaacs1-1/+1
2017-06-26ctdb-daemon: Ignore tdb open flags passed to DB attach controlsAmitay Isaacs3-21/+7
2017-06-26ctdb-daemon: Refactor calculation of tdb open flags based on database typeAmitay Isaacs4-43/+53
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