summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * locking: Use database iterator for unlocking databasesAmitay Isaacs2013-05-241-17/+2
| * locking: Add handler function for unlocking a databaseAmitay Isaacs2013-05-241-0/+20
| * locking: Use database iterator for locking databasesAmitay Isaacs2013-05-241-38/+2
| * locking: Add handler function for locking a databaseAmitay Isaacs2013-05-241-0/+20
| * locking: Refactor code to iterate over databases based on priorityAmitay Isaacs2013-05-241-0/+42
| * locking: Add newline to debug logsAmitay Isaacs2013-05-241-2/+2
| * tools/ctdb: Fix racy ipreallocate codeAmitay Isaacs2013-05-231-63/+22
| * ctdbd: Print version string in the daemon startupAmitay Isaacs2013-05-231-1/+3
| * build: Rename version.h to ctdb_version.hAmitay Isaacs2013-05-235-5/+5
| * logging: Fix a bug in ringbufferAmitay Isaacs2013-05-231-36/+26
| * recoverd: takeover_run_core() should not use modified node flagsMartin Schwenke2013-05-232-119/+136
| * ctdbd: Update confusing log messageMartin Schwenke2013-05-231-1/+1
| * Packaging: maketarball.sh should be a bash script due to pushd useMartin Schwenke2013-05-231-1/+1
| * scripts: Rework notify.sh to use notify.d/ directoryMartin Schwenke2013-05-234-44/+70
| * ctdbd: Log a message when recovery master changesMartin Schwenke2013-05-231-1/+14
| * ctdbd: Log add and delete of IPsMartin Schwenke2013-05-221-0/+4
| * ctdbd: Removed bogus comment in ctdb_find_iface()Martin Schwenke2013-05-221-1/+0
| * eventscripts: Fix regression in _loadconfig()Martin Schwenke2013-05-221-1/+8
| * initscript: If CTDB doesn't become ready, print a message before killingMartin Schwenke2013-05-221-0/+1
| * build: Create sudoers.d dir during make installChristian Ambach2013-05-201-0/+1
| * eventscripts: Do not use bashism for string comparisonAmitay Isaacs2013-05-201-1/+1
| * recoverd: Move IP flags into ctdb_takeover.cMartin Schwenke2013-05-092-5/+6
| * recoverd: Clear IP flags after IP allocation algorithm has runMartin Schwenke2013-05-091-5/+17
| * recoverd: Remove unused mask argument and initial mask calculationMartin Schwenke2013-05-072-28/+6
| * recoverd: When calculating rebalance candidates don't consider flagsMartin Schwenke2013-05-071-21/+28
| * recoverd: Remove unused mask argument from IP allocation functionsMartin Schwenke2013-05-072-29/+19
| * tests/takeover: Add takeover tests, mostly for NoIPHostOnAllDisabledMartin Schwenke2013-05-074-0/+178
| * recoverd: Fix tunable NoIPTakeoverOnDisabled, rename to NoIPHostOnAllDisabledMartin Schwenke2013-05-079-89/+100
| * recoverd: Factor out new function all_nodes_are_disabled()Martin Schwenke2013-05-071-6/+12
| * tests/takeover: Allow per-node tunable settingsMartin Schwenke2013-05-073-11/+53
| * recoverd: Refactor code to get NoIPTakeover tunable from all nodesMartin Schwenke2013-05-071-28/+101
| * tests: Unit test diff output should use filtered outputMartin Schwenke2013-05-071-1/+1
| * recoverd: Add debug message when dropping IPs in IP allocationMartin Schwenke2013-05-076-4/+25
| * eventscripts: NFS RPC checks no longer support "knfsd"Martin Schwenke2013-05-071-1/+1
| * eventscripts: 60.nfs uses nfs_check_rpc_services() to check NFS RPC servicesMartin Schwenke2013-05-0714-118/+40
| * eventscripts: NFS RPC checks allows "nfsd" in addition to "knfsd"Martin Schwenke2013-05-061-1/+1
| * eventscripts: New function nfs_check_rpc_services()Martin Schwenke2013-05-061-0/+29
| * eventscripts: nfs_check_rpc_action() should be _nfs_check_rpc_action()Martin Schwenke2013-05-061-2/+2
| * eventscripts: Factor out common code from nfs_check_rpc_service()Martin Schwenke2013-05-061-6/+17
| * eventscripts: Remove ganesha support from nfs_check_rpc_service()Martin Schwenke2013-05-061-6/+0
| * Revert "Eventscript functions: add optional version to nfs_check_rpc_service()"Martin Schwenke2013-05-061-10/+4
| * eventscripts: Move rpc.statd existence check into nfs_check_rpc_service ()Martin Schwenke2013-05-062-10/+10
| * eventscripts: Factor NFS RPC check action code into nfs_check_rpc_action()Martin Schwenke2013-05-061-46/+58
| * eventscripts: Remove unused function ctdb_check_counter_limit()Martin Schwenke2013-05-061-15/+0
| * eventscripts: Use ctdb_check_counter() instead of ctdb_check_counter_limit()Martin Schwenke2013-05-062-6/+7
| * eventscripts: Might as well try to stat the reclock file firstMartin Schwenke2013-05-061-9/+9
| * eventscripts: Make the early exit in 01.reclock earlierMartin Schwenke2013-05-061-6/+3
| * eventscripts: Minor cleanups for killtcp/tickle functionsMartin Schwenke2013-05-061-16/+17
| * eventscripts: Tweak the timeout check in kill_tcp_connections()Martin Schwenke2013-05-061-7/+13
| * eventscripts: In killtcp/tickle functions, $_failed should be booleanMartin Schwenke2013-05-061-13/+12