summaryrefslogtreecommitdiffstats
path: root/ctdb/config/functions
Commit message (Expand)AuthorAgeFilesLines
* ctdb-eventscripts: Fix regression in IP add/delete functionsMartin Schwenke2014-03-231-4/+8
* ctdb-eventscripts: Switch on dumping of stuck nfsd threadsMartin Schwenke2014-02-251-1/+1
* ctdb-scripts: Update a misleading commentMartin Schwenke2014-02-191-8/+1
* ctdb-eventscripts: Deleting IPs should use the promote_secondaries optionMartin Schwenke2014-02-131-71/+16
* ctdb/eventscripts: Move all eventscript state under $CTDB_VARDIR/stateMartin Schwenke2014-01-171-4/+4
* ctdb/eventscripts: Print a count if killing TCP connections times outMartin Schwenke2014-01-171-1/+1
* ctdb/eventscripts: Reconfigure lock should be released quicklyMartin Schwenke2014-01-171-2/+12
* ctdb/eventscripts: Do not reconfigure in "monitor" eventsMartin Schwenke2013-12-171-10/+0
* scripts: Make detect_init_style() more readableMartin Schwenke2013-10-221-2/+3
* eventscripts: Fold ctdb_check_tcp_ports_ctdb() into ctdb_check_tcp_ports()Martin Schwenke2013-10-221-50/+16
* eventscripts: Remove TCP port checks other than the built-in CTDB oneMartin Schwenke2013-10-221-69/+1
* scripts: Remove setting of PATH from functions fileMartin Schwenke2013-10-221-2/+0
* scripts: Simplify script_log() to just look at CTDB_SYSLOG variableMartin Schwenke2013-10-221-6/+1
* scripts: Remove support for CTDB_OPTIONS configuration variableMartin Schwenke2013-10-221-3/+0
* scripts: Remove unused configuration variable CTDB_MANAGES_SCPMartin Schwenke2013-10-221-1/+0
* eventscripts: Fix comment - CTDB_TCP_PORT_CHECKS -> CTDB_TCP_PORT_CHECKERSMartin Schwenke2013-10-221-1/+1
* scripts: Add support for optional ctdbd.conf configuration fileMartin Schwenke2013-09-251-0/+7
* eventscripts: Improve message logged when a counter hits a limitMartin Schwenke2013-08-141-1/+1
* eventscripts: Print a message when waiting for TCP connections to be killedMartin Schwenke2013-08-141-1/+4
* eventscripts: New configuration variable $CTDB_RPCINFO_LOCALHOSTMartin Schwenke2013-08-141-1/+3
* eventscripts: Add modulo (%) operator to ctdb_check_counter()Martin Schwenke2013-08-141-7/+12
* eventscripts: Separate out RPC service restart codeMartin Schwenke2013-08-141-41/+56
* eventscripts: When restarting the nfslock service only show output of startMartin Schwenke2013-08-141-2/+2
* eventscripts: kill_tcp_connections() should send connections to stdinMartin Schwenke2013-07-291-11/+14
* eventscripts: When replaying monitor status, don't log empty outputMartin Schwenke2013-07-051-1/+3
* scripts: drop_ip() should use delete_ip_from_iface()Martin Schwenke2013-06-201-1/+1
* scripts: drop_all_public_ips() now prints messages to stdout, not logMartin Schwenke2013-06-201-8/+2
* eventscripts: New configuration varable $CTDB_NFS_DUMP_STUCK_THREADSMartin Schwenke2013-06-141-0/+24
* eventscripts: Fix statd-callout update handlingMartin Schwenke2013-05-281-0/+17
* scripts: Provide mktemp function for platforms without mktemp commandMartin Schwenke2013-05-271-0/+26
* eventscripts: Fix regression in _loadconfig()Martin Schwenke2013-05-221-1/+8
* eventscripts: NFS RPC checks no longer support "knfsd"Martin Schwenke2013-05-071-1/+1
* 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-061-0/+6
* 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: 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
* eventscripts: Remove unused $_killcount from tickle_tcp_connections()Martin Schwenke2013-05-061-2/+0
* eventscripts: Refactor connection listing in killtcp and tickle functionsMartin Schwenke2013-05-061-51/+58
* eventscripts: Reimplement kill_tcp_connections_local_only()Martin Schwenke2013-05-061-35/+10
* eventscripts: Change handling of one-way kills in kill_tcp_connections()Martin Schwenke2013-05-061-5/+6
* eventscripts: Remove unnecessary variables from killtcp/tickle functionsMartin Schwenke2013-05-061-22/+11
* eventscripts: Clean up ctdb_check_command()Martin Schwenke2013-05-061-9/+8