summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-scripts: Remove function rewrite_ctdb_options()Martin Schwenke2018-05-011-26/+0
* ctdb-scripts: Drop support for CTDB_DBDIR=tmpfsMartin Schwenke2018-05-012-48/+0
* ctdb-daemon: Change default volatile database directoryMartin Schwenke2018-05-016-7/+6
* ctdb-tests: CTDB_DBDIR_PERSISTENT should not depend on CTDB_DBDIRMartin Schwenke2018-05-013-8/+11
* ctdb-scripts: Fix location of persistent databasesMartin Schwenke2018-05-011-1/+1
* ctdb-tests: Fix location of persistent databasesMartin Schwenke2018-05-012-2/+2
* ctdb-scripts: Drop UDP/file logging warning from ctdbd_wrapperMartin Schwenke2018-05-011-12/+0
* ctdb-daemon: Log the logging location when not logging via syslog()Martin Schwenke2018-05-011-0/+8
* ctdb-scripts: Drop warning when there is no recovery lockMartin Schwenke2018-05-011-5/+1
* ctdb-daemon: Reorder main() to improve the structureMartin Schwenke2018-05-011-77/+112
* ctdb-daemon: Consolidate basic CTDB context initialisationMartin Schwenke2018-05-011-20/+25
* ctdb-daemon: Drop duplicate initialisation of request ID contextMartin Schwenke2018-05-011-7/+1
* ctdb-daemon: Move ctdb_init() to the only place it is usedMartin Schwenke2018-05-013-50/+37
* ctdb-docs: Move remaining test options to READMEMartin Schwenke2018-05-012-72/+26
* ctdb-daemon: Drop ctdbd --torture and --valgrinding optionsMartin Schwenke2018-05-012-47/+0
* ctdb-scripts: Drop CTDB_VALGRIND testing optionMartin Schwenke2018-05-012-33/+0
* ctdb-daemon: Drop ctdbd --sloppy-start and --nopublicipcheck optionsMartin Schwenke2018-05-012-27/+1
* ctdb-tests: Make local daemon tests depend on CTDB_TEST_MODEMartin Schwenke2018-05-011-2/+1
* ctdb-daemon: Add testing environment variable CTDB_TEST_MODEMartin Schwenke2018-05-013-0/+27
* ctdb-daemon: Drop ctdbd --notification-script command-line optionMartin Schwenke2018-05-012-30/+3
* ctdb-scripts: Drop CTDB_NOTIFY_SCRIPT configuration optionMartin Schwenke2018-05-014-23/+7
* ctdb-tests: Ensure notify.sh is available to local daemonsMartin Schwenke2018-05-011-1/+1
* ctdb-daemon: Provide a default location for the notification scriptMartin Schwenke2018-05-016-26/+25
* ctdb-daemon: Use a local variable instead of repeating getenv()Martin Schwenke2018-05-011-3/+8
* ctdb-daemon: Drop unused function ctdb_set_notification_script()Martin Schwenke2018-05-012-11/+0
* ctdb-daemon: Set ctdb->notification_script directlyMartin Schwenke2018-05-011-3/+4
* ctdb-docs: Move some configuration options out of the debug sectionMartin Schwenke2018-05-011-87/+110
* ctdb-docs: Move some ctdbd options out of the debug sectionMartin Schwenke2018-05-011-52/+52
* ctdb-build: Rename ctdb-client2 subsystem to ctdb-clientAmitay Isaacs2018-05-011-7/+7
* ctdb-daemon: Move ctdb_client.c to server/ subdirAmitay Isaacs2018-05-012-83/+77
* ctdb-build: Drop unnessary dependency on ctdb-clientAmitay Isaacs2018-05-011-1/+1
* ctdb-client: Remove ununsed functions from old client codeAmitay Isaacs2018-05-012-2529/+10
* ctdb-tests: Fix a typoMartin Schwenke2018-04-301-1/+1
* ctdb-tests: Simplify a testMartin Schwenke2018-04-301-8/+6
* ctdb-scripts: Drop CTDB_RC_LOCAL testing hookMartin Schwenke2018-04-272-20/+0
* ctdb-scripts: Drop unused variable service_configMartin Schwenke2018-04-272-12/+0
* ctdb-docs: Drop documentation for CTDB_SHUTDOWN_TIMEOUT optionMartin Schwenke2018-04-271-16/+0
* ctdb-docs: Drop stale reference to unused configuration fileMartin Schwenke2018-04-271-1/+0
* ctdb-docs: Drop references to CTDB_BASE from the documentationMartin Schwenke2018-04-272-29/+3
* ctdb-tools: Avoid filtering stderr when onnode not running in parallelMartin Schwenke2018-04-271-6/+1
* ctdb-scripts: Avoid shellcheck SC1117: Backslash is literal in "..."Martin Schwenke2018-04-275-9/+9
* ctdb: Fix some -Werror=strict-overflow issuesMartin Schwenke2018-04-273-7/+11
* ctdb: Remove double sanity checks from ctdb_tcp_read_cbSwen Schillig2018-04-041-7/+0
* ctdb: Remove double sanity checks from ctdb_daemon_read_cbSwen Schillig2018-04-041-5/+0
* ctdb-scripts: Drop "net serverid wipe" from 50.samba event scriptAmitay Isaacs2018-03-311-2/+0
* ctdb-server: Only set destructor if requiredSwen Schillig2018-03-311-5/+4
* ctdb-server: Add goto tag avoiding code duplicationSwen Schillig2018-03-311-6/+6
* ctdb-server: Minor code cleanupSwen Schillig2018-03-311-10/+24
* ctdb-server: Replace the variable rc by something meaningfulSwen Schillig2018-03-311-66/+77
* ctdb-server: Only talloc_set_destructor when requiredSwen Schillig2018-03-311-2/+1