summaryrefslogtreecommitdiff
path: root/ctdb/config/ctdb.init
AgeCommit message (Expand)AuthorFilesLines
2022-04-06ctdb-scripts: Drop uses of ctdbd_wrapperMartin Schwenke1-10/+7
2018-03-28ctdb-scripts: Split CTDB configuration loadingMartin Schwenke1-2/+4
2018-03-19ctdb-scripts: Drop CTDB_PIDFILE configuration optionMartin Schwenke1-1/+1
2018-03-09ctdb-scripts: Drop PID file argument from wrapperMartin Schwenke1-6/+6
2018-03-09ctdb-scripts: Drop init script PID directory backward compatibilityMartin Schwenke1-22/+9
2016-07-21ctdb-scripts: Avoid shellcheck warning SC2039 (echo -n)Martin Schwenke1-2/+2
2016-07-21ctdb-scripts: Avoid shellcheck warning SC2015 (A && B || C)Martin Schwenke1-0/+3
2016-07-21ctdb-scripts: Avoid shellcheck warnings SC2046, SC2086 (double-quoting)Martin Schwenke1-1/+2
2013-10-24Add missing $remote_fs LSB dependencyMathieu Parent1-2/+2
2013-07-10initscript: Simpify initscript and control CTDB via new ctdbd_wrapperMartin Schwenke1-226/+62
2013-07-10initscript: Export CTDB_DEBUG_LOCKS variableAmitay Isaacs1-1/+1
2013-06-20scripts: Move TDB checking from initscript to "init" eventMartin Schwenke1-97/+0
2013-06-20scripts: Move dropping of all IPs from initscript to "init" eventMartin Schwenke1-4/+0
2013-06-20scripts: drop_all_public_ips() now prints messages to stdout, not logMartin Schwenke1-2/+2
2013-05-24ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERYMartin Schwenke1-1/+1
2013-05-24tools/ctdb: "ctdb runstate" now accepts optional expected run state argumentsMartin Schwenke1-1/+1
2013-05-22initscript: If CTDB doesn't become ready, print a message before killingMartin Schwenke1-0/+1
2013-05-06initscript: Look for tdbtool/tdbdump using which, not in fixed locationsMartin Schwenke1-4/+4
2013-04-22scripts: Ensure even external scripts get tagged in logs as "ctdbd"Martin Schwenke1-1/+1
2013-04-18initscript: Remove duplicate setting of $ctdbdMartin Schwenke1-2/+0
2013-04-18initscript: Use a PID file to implement the "status" optionMartin Schwenke1-30/+56
2013-02-05initscript: export CTDB_EXTERNAL_TRACEMartin Schwenke1-1/+1
2013-02-05ctdbd: Remove command-line option --debug-hung-scriptMartin Schwenke1-1/+7
2013-01-08scripts: Move drop_all_public_ips() to the functions fileMartin Schwenke1-6/+0
2013-01-07Initscript: when checking status, print output of "ctdb ping" if it failsMartin Schwenke1-1/+4
2012-10-18scripts: Refactor logging code in initscript and functions fileMartin Schwenke1-15/+1
2012-10-18initscript: Check that rc.ctdb is executable before running itMartin Schwenke1-1/+1
2012-10-17scripts: Remove duplicate code from init script to set tunablesAmitay Isaacs1-13/+1
2012-10-02Initscript: Kill any existing ctdbd processes if the ping succeedsMartin Schwenke1-0/+6
2012-07-26Initscript: clean up drop_all_public_ips()Martin Schwenke1-7/+3
2012-05-17Debug: When scripts hang, we may need to collect additional data in order to ...Ronnie Sahlberg1-0/+1
2012-03-28Initscript - add backup of corrupt non-persistent databasesMartin Schwenke1-63/+93
2012-02-21when shutting down ctdb, allow it 30 seconds instead of 10 before will -9 the...Ronnie Sahlberg1-1/+1
2012-02-06Add a hoook to the ctdb initscript that we can call out to for applications t...Ronnie Sahlberg1-0/+2
2011-08-11When starting and stopping ctdb through the init-script, make sure we first c...Ronnie Sahlberg1-0/+18
2011-08-03Eventscripts: remove unnecessary absolute paths from external commands.Martin Schwenke1-2/+2
2011-08-03Set $CTDB_VARDIR in the functions file.Martin Schwenke1-4/+0
2011-04-05ctdb.init: print a warning when tdbdump is found but tdbtoo or "tdbtool check...Michael Adam1-0/+12
2011-04-05ctdb.init: check for availability of "tdbtool check" and "tdbdump"Michael Adam1-2/+26
2010-09-03Dont store temporary runtime data in $CTDB_BASE/stateRonnie Sahlberg1-0/+4
2010-08-05initscript: wait until we can ping ctdbd before setting tunables.Martin Schwenke1-5/+31
2010-02-22From Sumit Bose <sbose@redhat.com>Ronnie Sahlberg1-7/+13
2010-01-22initscript: Remove bash-ism.Martin Schwenke1-1/+1
2010-01-22initscript: handle spaces in option values inserted into $CTDB_OPTIONS.Martin Schwenke1-7/+8
2010-01-15Make the size of the in memory ringbuffer for keeping the recent log messagesRonnie Sahlberg1-0/+1
2009-12-17fix a conflict in the merge from rustyRonnie Sahlberg1-1/+1
2009-12-16Add --valgringing flag instead of --nosetschedRusty Russell1-1/+1
2009-12-16config: add CTDB_MAX_PERSISTENT_CHECK_ERRORS optionStefan Metzmacher1-0/+9
2009-12-16config: try to use tdbtool <tdb> check instead of tdbdump for persistent db c...Stefan Metzmacher1-1/+25
2009-12-01Eventscript argument cleanups and introduction of ctdb_standard_event_handler.Martin Schwenke1-1/+1