summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* packaging: When building with system libraries, add dependency for themAmitay Isaacs2013-07-101-0/+3
* ctdbd: No need for DeadlockTimeout tunableAmitay Isaacs2013-07-103-18/+0
* initscript: Export CTDB_DEBUG_LOCKS variableAmitay Isaacs2013-07-101-1/+1
* scripts: Add an example debug_locks.sh script to debug locking issueAmitay Isaacs2013-07-101-0/+45
* locking: Use external script to debug locking issuesAmitay Isaacs2013-07-101-152/+19
* locking: Update locking bucket intervalsAmitay Isaacs2013-07-101-10/+14
* locking: Update locks latency in CTDB statistics only for RECORD or DB locksAmitay Isaacs2013-07-101-2/+6
* tools/ctdb: Fix the format of DB statistics outputAmitay Isaacs2013-07-101-9/+14
* ctdbd: Remove incomplete ctdb_db_statistics_wire structureAmitay Isaacs2013-07-105-95/+16
* ctdbd: Update debug messages for setting readonly property on databaseAmitay Isaacs2013-07-101-1/+4
* recoverd: Fix buffer overflow error in reloadipsAmitay Isaacs2013-07-051-8/+21
* tests/eventscripts: Add some rudimentary tests for 60.ganeshaMartin Schwenke2013-07-054-0/+81
* eventscripts: New configuration variable $CTDB_SKIP_GANESHA_NFSD_CHECKMartin Schwenke2013-07-051-1/+3
* eventscript: Move Ganesha nfsd monitoring to a functionMartin Schwenke2013-07-051-51/+59
* eventscripts: Drop RPC service version from nfs_check_rpc_service() callsMartin Schwenke2013-07-051-2/+2
* ctdbd: Log something when releasing all IPsMartin Schwenke2013-07-051-0/+10
* recoverd: Minor style improvements for ctdb_reload_remote_public_ips()Martin Schwenke2013-07-051-20/+25
* recoverd: Clean up log messages in remote IP verificationMartin Schwenke2013-07-053-11/+18
* recoverd: Fix an unclear log message - "Restart recovery process"Martin Schwenke2013-07-052-2/+2
* recoverd: Fix an incorrect commentMartin Schwenke2013-07-051-3/+1
* ctdbd: Use ctdb_die() on "setup" event failureMartin Schwenke2013-07-051-2/+1
* ctdbd: Avoid a core dump when "init" event failsMartin Schwenke2013-07-051-1/+1
* util: New function ctdb_die()Martin Schwenke2013-07-052-0/+10
* eventscripts: When replaying monitor status, don't log empty outputMartin Schwenke2013-07-051-1/+3
* ctdbd: Release IP callback should fail if the IP is still hostedMartin Schwenke2013-07-051-0/+8
* ctdbd: Log warnings in release IP when unexpected interface is encounteredMartin Schwenke2013-07-051-0/+15
* ping_pong: Validate num_locks argument > 0Amitay Isaacs2013-07-041-0/+4
* tests: If connection to ctdb daemon fails, exitAmitay Isaacs2013-07-046-0/+18
* build: Fix compiler warnings for uninitialized variablesAmitay Isaacs2013-07-043-2/+3
* recoverd: Send the result from child process only onceAmitay Isaacs2013-07-041-1/+0
* packaging: Enable compiler optimizationsAmitay Isaacs2013-07-041-1/+1
* packaging: Allow building RPMs with system tdb/talloc/teventAmitay Isaacs2013-07-041-6/+9
* packaging: Do not mark /etc/ctdb/functions as configuration fileAmitay Isaacs2013-07-041-1/+1
* packaging: Install README.notify.d using %doc directiveAmitay Isaacs2013-07-042-3/+2
* packaging: Install docs using %doc directiveAmitay Isaacs2013-07-042-19/+6
* packaging: Remove ctdb_transaction from docdirAmitay Isaacs2013-07-041-4/+0
* doc: Add a disclaimer for the EnableBans tunableMartin Schwenke2013-07-041-1/+2
* doc: Add banning bug fixes to NEWSMartin Schwenke2013-07-041-1/+8
* ctdbd: Don't ban self if init or shutdown event failsAmitay Isaacs2013-07-021-1/+5
* doc: The second half of monitoring is only for recovery masterAmitay Isaacs2013-07-021-2/+2
* recoverd: when the recmaster is banned, use that information when forcing an ...Michael Adam2013-07-021-0/+6
* recoverd: fix a comment typoMichael Adam2013-07-021-1/+1
* recoverd: fix a comment in main_loopMichael Adam2013-07-021-3/+3
* recoverd: eliminate some trailing spaces from ctdb_election_win()Michael Adam2013-07-021-2/+2
* recoverd: Don't continue if the current node gets bannedMartin Schwenke2013-07-021-4/+19
* recoverd: Refactor code to ban misbehaving nodesAmitay Isaacs2013-07-021-37/+26
* recoverd: Move code to ban other nodes after we get local node flagsAmitay Isaacs2013-07-021-22/+21
* recoverd: Delay the initial election if node is started in stopped stateAmitay Isaacs2013-07-021-22/+26
* recoverd: Update capabilities only if the current node is activeAmitay Isaacs2013-07-021-7/+7
* recoverd: No need to check if node is recovery master when inactiveAmitay Isaacs2013-07-021-9/+0