summaryrefslogtreecommitdiffstats
path: root/ctdb/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* events.d/41.httpd: fix a comment typoMichael Adam2009-01-271-1/+1
* events 50.samba: fix control of nmbd without separate nmb service script.Michael Adam2009-01-191-9/+9
* ctdb.init: fix typoMichael Adam2009-01-161-1/+1
* events 50.samba: also support suse and ubuntu/debain systemsMichael Adam2009-01-161-6/+41
* funcions: make (nice_)service a noop for empty service nameMichael Adam2009-01-161-0/+8
* ctdb.init: use detect_init_style() in the init scriptMichael Adam2009-01-161-10/+7
* functions: add detect_init_style().Michael Adam2009-01-161-0/+14
* ctdb.init: add $network to RequiredStop to match RequiredStart.Michael Adam2009-01-161-1/+1
* skip directories containing macros (%) in ctdb_check_directories_probeMichael Adam2008-12-161-0/+1
* ctdb.init: add Default-Start to init script to enable autostart.Michael Adam2008-12-161-0/+1
* ctdb.init: check availability of ctdb (with ping) before calling ctdb statusMichael Adam2008-12-161-0/+16
* ctdb.init: behave correctly when calling "service ctdb stop" on stopped serviceMichael Adam2008-12-161-0/+12
* ctdb.init: fix return code of "service ctdb stop" on non-redhat systemsMichael Adam2008-12-161-1/+1
* ctdb.init: fix status message of "service ctdb stop" on suse systemsMichael Adam2008-12-161-0/+7
* Improve the monitor event test for ethernet interfaces (link detection).Michael Adam2008-12-121-2/+9