summaryrefslogtreecommitdiffstats
path: root/ctdb/config/functions
Commit message (Expand)AuthorAgeFilesLines
* From : Flavio Carmo Junior <carmo.flavio@gmail.com>Ronnie Sahlberg2009-05-191-0/+36
* create a function "remote_ip" which can be used from scripts to remove a sing...Ronnie Sahlberg2009-04-081-0/+25
* create a varient of kill_tcp_connections that only kills off the local side o...Ronnie Sahlberg2009-03-241-0/+42
* use netstat to check first and only fall back to netcat if netstat is unavail...root2009-02-051-5/+5
* ctdb_check_tcp_ports: correctly detect listeners on ipv6 :::<port> w/out netcatMichael Adam2009-01-301-1/+5
* ctdb_check_tcp_ports: fail the check if neither netstat nor netcat/nc is foundMichael Adam2009-01-301-0/+4
* ctdb_check_tcp_ports: cope with multiple locations of netcat or ncMichael Adam2009-01-301-8/+24
* funcions: make (nice_)service a noop for empty service nameMichael Adam2009-01-161-0/+8
* functions: add detect_init_style().Michael Adam2009-01-161-0/+14
* skip directories containing macros (%) in ctdb_check_directories_probeMichael Adam2008-12-161-0/+1
* When we harvest all tcp connections to kill off after a takeip/releaseip even...Ronnie Sahlberg2008-08-201-0/+1
* update the socketkiller in the eventscripts to be able to handle ipv6Ronnie Sahlberg2008-08-201-5/+8
* ensure we use killtcp on non-NFS/non-CIFS ports for faster failover ofAndrew Tridgell2008-08-011-1/+9
* allow for probing of directories without raising an errorAndrew Tridgell2008-07-231-6/+19
* mark /etc/ctdb/functions as a config file to keep rpmlint happyRonnie Sahlberg2008-07-091-1/+0
* Replace \s with [[:space:]] in our regexps we use for egrep.Ronnie Sahlberg2008-07-091-4/+4
* make /etc/ctdb/functions executable and add a hashbang to it soRonnie Sahlberg2008-06-271-0/+1
* shell scripts need extra spaces sometimeRonnie Sahlberg2008-04-101-1/+1
* add possibility to provide site local modifications to the event systemRonnie Sahlberg2008-04-101-0/+8
* from Mathieu PARENT <math.parent@gmail.com>Ronnie Sahlberg2008-02-131-0/+13
* add helpers to stop/start nfs lockmanager on different platformsRonnie Sahlberg2008-02-111-0/+42
* create a startstop_nfs function that can start/stop the nfs service of differ...Ronnie Sahlberg2008-02-111-0/+41
* dont use absolute pathnames for the netstat toolRonnie Sahlberg2008-02-071-2/+6
* the event scripts no longer need to show a date, as its done by the main ctdb...Andrew Tridgell2008-01-161-15/+15
* move the kill_tcp_connections() function from 10.interfaces to functionsRonnie Sahlberg2007-10-111-0/+40
* cope with non-standard install dirs in event scriptsAndrew Tridgell2007-09-141-2/+2
* remove more cruft from the logsAndrew Tridgell2007-09-131-3/+3
* remove clutter from ctdb log fileAndrew Tridgell2007-09-131-3/+3
* try netstat as a last attempt to check a tcp port in Ronnie Sahlberg2007-07-151-0/+2
* if we dont have nc or netcat, try using netstat as a final attempt to Ronnie Sahlberg2007-07-151-1/+3
* if we dont have /etc/sysconfig and we dont have /etc/defaultRonnie Sahlberg2007-07-151-0/+2
* when we have found that /etc/rc.d/init.d/SERVICE exists, then run that Ronnie Sahlberg2007-07-151-1/+1
* added --nosetsched option to ctdbdAndrew Tridgell2007-07-131-0/+1
* check winbind in monitoring event tooAndrew Tridgell2007-06-171-0/+14
* - wait for winbind on samba startAndrew Tridgell2007-06-171-2/+24
* - added monitoring of rpc ports for nfs, and of Samba ports and directoriesAndrew Tridgell2007-06-061-2/+58
* make the init scripts more portable about location of system config filesAndrew Tridgell2007-06-031-0/+11
* move config files to config/ directoryAndrew Tridgell2007-06-021-0/+75