summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * common: New function ctdb_mkdir_p_or_die()Martin Schwenke2013-10-252-0/+15
| * common: New function mkdir_p()Martin Schwenke2013-10-253-4/+30
| * tcp: Create socket lock in /var/run/ctdb instead of /tmpAmitay Isaacs2013-10-251-1/+1
| * doc/examples: Add CTDB configuration examplesAmitay Isaacs2013-10-244-0/+206
| * Add missing $remote_fs LSB dependencyMathieu Parent2013-10-241-2/+2
| * Improved check_ctdbMathieu Parent2013-10-241-14/+30
| * Add missing events.d/99.timeoutMathieu Parent2013-10-242-0/+2
| * eventscripts: Instead of listing all tunables, query EventScriptTimeoutAmitay Isaacs2013-10-241-1/+1
| * ctdb_client.h: fix build on AIX by removing C++-style commentsMichael Adam2013-10-231-2/+2
| * ctdbd: Pass the public address file location in ctdb contextMartin Schwenke2013-10-223-6/+6
| * ctdbd: Debug locks by default with override from enviroment variableMartin Schwenke2013-10-221-4/+16
| * ctdbd: Default for event_script_dir should use CTDB_BASEMartin Schwenke2013-10-223-16/+10
| * ctdbd: Add nodes_file member to struct ctdb_contextMartin Schwenke2013-10-225-24/+26
| * tools/ctdb: CTDB_BASE is the default location of configuration filesMartin Schwenke2013-10-221-2/+15
| * ctdbd: Don't check CTDB_BASE before setting it, just don't overrideMartin Schwenke2013-10-221-5/+2
| * tests/integration: Pass --valgrinding option when running under valgrindMartin Schwenke2013-10-221-0/+4
| * ctdbd: Fix some errors in the popt configurationMartin Schwenke2013-10-221-2/+2
| * initscript: New configuration variable CTDB_DBDIR_STATEMartin Schwenke2013-10-221-0/+1
| * scripts: Make detect_init_style() more readableMartin Schwenke2013-10-221-2/+3
| * eventscripts: Rework the iSCSI eventscriptMartin Schwenke2013-10-221-11/+13
| * eventscripts: Don't update static routes on "recovered" eventMartin Schwenke2013-10-221-1/+1
| * eventscripts: NAT gateway script doesn't need to handle "recovered" eventMartin Schwenke2013-10-221-9/+3
| * eventscripts: Delete placeholder "recovered" and "shutdown" eventsMartin Schwenke2013-10-221-11/+0
| * eventscripts: Clean up comment at the top of 00.ctdbMartin Schwenke2013-10-221-9/+3
| * eventscripts: Remove reconfigure check from samba and winbind eventscriptsMartin Schwenke2013-10-222-4/+0
| * eventscripts: Remove reconfigure code from httpd eventscriptMartin Schwenke2013-10-221-7/+0
| * 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-225-165/+1
| * scripts: Remove setting of PATH from functions fileMartin Schwenke2013-10-221-2/+0
| * tests/eventscripts: Run scripts under sh by defaultMartin Schwenke2013-10-221-6/+10
| * tests/eventscripts: New tests for 20.multipathdMartin Schwenke2013-10-226-0/+110
| * eventscripts: Clean up 20.multipathdMartin Schwenke2013-10-221-57/+44
| * eventscripts: NAT gateway script should export CTDB_NATGW_NODESMartin Schwenke2013-10-221-1/+2
| * 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-224-24/+8
| * scripts: Remove unused configuration variable CTDB_MANAGES_SCPMartin Schwenke2013-10-221-1/+0
| * eventscripts: Deprecate NFS_SERVER_MODE, use CTDB_NFS_SERVER_MODE insteadMartin Schwenke2013-10-224-4/+4
| * recoverd: Remove function reload_nodes_file()Martin Schwenke2013-10-221-11/+2
| * Revert "null out the pointer before we reload the nodes file"Martin Schwenke2013-10-221-1/+1
| * client: Fix a format string argument compiler warningMartin Schwenke2013-10-221-1/+1
| * recoverd: Ignore failed flag updates on inactive nodesAmitay Isaacs2013-10-221-2/+6
| * common/util: Use AIX specific code for setting high priority for CTDB daemonAmitay Isaacs2013-10-222-3/+54
| * git: Ignore generated documentation filesMartin Schwenke2013-10-221-0/+2
| * tests: When running local tests with run_tests.sh, use fixed TEST_VAR_DIRMartin Schwenke2013-10-221-0/+6
| * eventscripts: Fix comment - CTDB_TCP_PORT_CHECKS -> CTDB_TCP_PORT_CHECKERSMartin Schwenke2013-10-221-1/+1
| * tests/integration: Tweak ctdbd startup optionsMartin Schwenke2013-10-221-5/+1
| * recoverd: Fix the VNN lmaster consistency checkMartin Schwenke2013-10-221-5/+11
| * tests: If transaction_start fails, try againAmitay Isaacs2013-10-081-1/+1
| * tests: Make sure test exits with zero status on successful completionAmitay Isaacs2013-10-081-2/+5
| * tests: Re-enable transaction test codeAmitay Isaacs2013-10-041-3/+0