summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tests: Check that no IPs are assigned when failover is disabledMartin Schwenke2018-08-242-1/+31
* ctdb-tests: Add an extra conf loading test caseMartin Schwenke2018-08-241-0/+20
* ctdb-doc: Switch tunable DisableIPFailover to a config optionMartin Schwenke2018-08-242-0/+2
* ctdb-config: Switch tunable DisableIPFailover to a config optionMartin Schwenke2018-08-2410-26/+54
* ctdb-config: Integrate failover options into conf-toolMartin Schwenke2018-08-244-0/+29
* ctdb-failover: Add failover configuration optionsMartin Schwenke2018-08-243-0/+88
* ctdb-tests: Drop DisableIPFailover simple testMartin Schwenke2018-08-241-28/+1
* ctdb-daemon: Pass DisableIPFailover tunable via environment variableMartin Schwenke2018-08-243-4/+14
* ctdb-common: Allow boolean configuration values to have yes/no valuesMartin Schwenke2018-08-241-2/+2
* ctdb-doc: Switch tunable TDBMutexEnabled to a config optionMartin Schwenke2018-08-242-1/+2
* ctdb-config: Switch tunable TDBMutexEnabled to a config optionMartin Schwenke2018-08-2413-20/+52
* ctdb-doc: Add support for migrating tunables to ctdb.conf optionsMartin Schwenke2018-08-241-1/+44
* ctdb-doc: Change option "no realtime" option to "realtime scheduling"Martin Schwenke2018-08-242-1/+3
* ctdb-config: Change option "no realtime" option to "realtime scheduling"Martin Schwenke2018-08-248-13/+13
* ctdb-doc: Handle boolean options in config migration more carefullyMartin Schwenke2018-08-241-25/+31
* ctdb-doc: Make config migration script notice removed CTDB_BASE optionMartin Schwenke2018-08-242-0/+3
* ctdb-common: Fix aliasing issue in IPv6 checksumMartin Schwenke2018-08-241-4/+8
* ctdb: calculate queue input buffer size correctlySwen Schillig2018-08-181-10/+19
* ctdb: Replace calculation of bytes to read from socket by MIN() macroSwen Schillig2018-08-181-5/+1
* ctdb: add expiry test for ctdb_mutex_ceph_rados_helperDavid Disseldorp2018-08-091-1/+56
* ctdb_mutex_ceph_rados_helper: fix deadlock via lock renewalsDavid Disseldorp2018-08-091-9/+98
* ctdb_mutex_ceph_rados_helper: rename timer_ev to ppid_timer_evDavid Disseldorp2018-08-091-12/+13
* ctdb_mutex_ceph_rados_helper: use talloc destructor for cleanupDavid Disseldorp2018-08-091-27/+24
* ctdb_mutex_ceph_rados_helper: Set SIGINT signal handlerSamuel Cabrero2018-08-091-4/+15
* ctdb/build: link ctdb_mutex_ceph_rados_helper against ceph-commonDavid Disseldorp2018-08-091-1/+13
* ctdb: remove queue destructor as it isn't needed anymoreSwen Schillig2018-08-061-13/+0
* ctdb-eventd: Fix CID 1438155Amitay Isaacs2018-08-031-1/+1
* ctdb: Fix a cut&paste errorVolker Lendecke2018-08-031-1/+1
* ctdb-doc: Provide an example script for migrating old configurationMartin Schwenke2018-07-302-0/+733
* ctdb-docs: Update documentation for "ctdb event" commandMartin Schwenke2018-07-281-47/+48
* ctdb-event: Implement event tool "script list" commandMartin Schwenke2018-07-2812-0/+335
* ctdb-event: Change event-tool script enable/disable to chmod file directlyMartin Schwenke2018-07-281-32/+19
* ctdb-common: Use script abstraction in run_eventMartin Schwenke2018-07-282-158/+60
* ctdb-common: Factor out basic script abstractionMartin Schwenke2018-07-285-1/+565
* ctdb-event: Fix "ctdb event status" usage messageMartin Schwenke2018-07-281-1/+1
* ctdb-docs: Replace obsolete reference to CTDB_DEBUG_HUNG_SCRIPT optionMartin Schwenke2018-07-281-2/+3
* ctdb-common: Fix the TCP packet length checkAmitay Isaacs2018-07-281-1/+1
* ctdb-tests: Strip all spaces from od outputAmitay Isaacs2018-07-281-1/+1
* ctdb-tests: Fix a typoAmitay Isaacs2018-07-281-1/+1
* ctdb-tests: Use errcode to translate ETIMEDOUTAmitay Isaacs2018-07-287-22/+22
* ctdb-tests: Replace md5sum with posix cksumAmitay Isaacs2018-07-283-7/+7
* ctdb-tests: Use portable wc -c instead of stat -c "%s"Amitay Isaacs2018-07-281-1/+4
* ctdb-scripts: date "+%N" is non-portableAmitay Isaacs2018-07-283-3/+3
* ctdb-tests: Simplify pattern matching for ctime outputAmitay Isaacs2018-07-281-3/+3
* ctdb-tests: Do not try to match pstree output in eventd testsAmitay Isaacs2018-07-282-2/+1
* ctdb-common: Add fd argument to ctdb_connection_list_read()Amitay Isaacs2018-07-285-19/+17
* ctdb-protocol: Avoid fgets in ctdb_connection_list_readAmitay Isaacs2018-07-282-39/+51
* ctdb-common: Add line based I/OAmitay Isaacs2018-07-285-1/+401
* ctdb-tests: Porting tests should ignore unsupported featuresAmitay Isaacs2018-07-282-7/+16
* ctdb-tests: Use sigcode to match signalsAmitay Isaacs2018-07-281-13/+13