summaryrefslogtreecommitdiffstats
path: root/ctdb/config
Commit message (Expand)AuthorAgeFilesLines
* remove repack from eventscriptWolfgang Mueller-Friedt2009-07-291-1/+1
* update the natgw eventscript to set the NATGW capability when this feature is...Ronnie Sahlberg2009-07-281-0/+2
* document the new stopped eventRonnie Sahlberg2009-07-171-0/+6
* create a new event : stopped.Ronnie Sahlberg2009-07-171-1/+1
* update the eventscript to ensure that stopped nodes can not become the natgw ...Ronnie Sahlberg2009-07-171-2/+6
* make it possible to start the daemon in STOPPED modeRonnie Sahlberg2009-07-091-0/+1
* Initscript cleanups.Ronnie Sahlberg2009-07-071-145/+171
* update the sysconfig to show setting the debuglevel using a string literal in...Ronnie Sahlberg2009-07-011-2/+2
* Document that you can run ctdb without a reclock file in the sysconfig fileRonnie Sahlberg2009-06-251-4/+7
* Allow setting the recovery lock file as "", which means that we do not use a ...Ronnie Sahlberg2009-06-251-3/+2
* rename 99.routing to 11.routing so the eventscript is processed beforeRonnie Sahlberg2009-06-231-0/+0
* Fix minor problem in previous initscript commit.Martin Schwenke2009-06-191-1/+1
* Initscript fixes, mostly for "stop" action.Martin Schwenke2009-06-191-14/+13
* increase the timeout before we shutdown when ther ecovery daemon is hungRonnie Sahlberg2009-06-181-0/+0
* rename 99.routing to 11.routingRonnie Sahlberg2009-06-181-0/+0
* remove the obsolete ipmux component.Ronnie Sahlberg2009-05-253-97/+0
* From Flavio Carmo Junior <carmo.flavio@gmail.com>Ronnie Sahlberg2009-05-251-0/+53
* From : Flavio Carmo Junior <carmo.flavio@gmail.com>Ronnie Sahlberg2009-05-191-0/+36
* use scope host when adding the interface to loopback so we dont respond to AR...Ronnie Sahlberg2009-05-141-1/+8
* change the prefix NATGW_ to CTDB_NATGW_Ronnie Sahlberg2009-05-142-15/+15
* assign the natgw address to loopback and not the private network so that natg...Ronnie Sahlberg2009-05-122-3/+2
* 41.httpd event script workaround for RHEL5-ism.Martin Schwenke2009-05-121-10/+26
* use less intrusive smbstatus call in periodic connections cleanupAndrew Tridgell2009-05-061-1/+1
* dont unconditionally kill/restart ctdb when given "service ctdb start" only...Ronnie Sahlberg2009-04-301-1/+7
* change shutdown level for ctdb to be 01Andrew Tridgell2009-04-231-1/+1
* create a function "remote_ip" which can be used from scripts to remove a sing...Ronnie Sahlberg2009-04-082-3/+29
* install a default /etc/ctdb/notify.sh script as example on how to useRonnie Sahlberg2009-03-311-0/+37
* add a mechanism where the ctdb daemon will run a usercontrolled script when t...Ronnie Sahlberg2009-03-312-0/+4
* we must also try to set the routes when we release an ip since during the rel...Ronnie Sahlberg2009-03-311-2/+2
* update how the NATGW configuration works.Ronnie Sahlberg2009-03-252-12/+13
* Merge branch 'obnox'Ronnie Sahlberg2009-03-242-12/+30
|\
| * Merge commit 'ctdb-ronnie/master'Michael Adam2009-03-232-0/+102
| |\
| * | ctdb.sysconfig: add CTDB_MANAGES_HTTPD comment sectionMichael Adam2009-03-101-0/+3
| * | events.d/50.samba: allow CTDB_SERVICE_{SMB,NMB,WINBIND} to be overriden from ...Michael Adam2009-03-092-12/+19
| * | ctdb.sysconfig: add CTDB_INIT_STYLE with explanationMichael Adam2009-03-091-0/+8
* | | create a varient of kill_tcp_connections that only kills off the local side o...Ronnie Sahlberg2009-03-242-1/+43
* | | set --single-public-ip when lvs is usedRonnie Sahlberg2009-03-241-1/+1
| |/ |/|
* | update the natgw eventscript and documentationRonnie Sahlberg2009-03-191-1/+6
* | redo how the natgw is done. just use a default route with a high metric inste...root2009-03-182-55/+36
* | change the NATGW_ example in sysconfig to make it more realisticroot2009-03-181-2/+2
* | NAT-GW updates. Describe the functionality in the sysconfig fileroot2009-03-172-0/+116
|/
* Add a variable CTDB_NFS_SKIP_SHARE_CHECK to sysconfig that can disable the ch...root2009-03-042-2/+5
* make it possible to disable checking all samba shares.root2009-02-202-14/+21
* Merge commit 'ctdb-ronnie/master'Michael Adam2009-02-101-5/+5
|\
| * use netstat to check first and only fall back to netcat if netstat is unavail...root2009-02-051-5/+5
* | events 41.httpd: support suse and ubuntu/debian systems for managing apacheMichael Adam2009-02-041-4/+28
* | events.d/41.httpd: fix a typo in the fix of the comment typoMichael Adam2009-02-041-1/+1
|/
* 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