summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid a bashism in 60.ganeshaVolker Lendecke2012-10-241-1/+1
* web: Update broken links to manpagesAmitay Isaacs2012-10-241-3/+5
* packaging: Bundle README, COPYING and html version of manpagesAmitay Isaacs2012-10-222-0/+14
* doc: Do not keep the built version of manpages in version controlAmitay Isaacs2012-10-2210-4834/+0
* packaging: Use common code to generate VERSION stringAmitay Isaacs2012-10-222-39/+9
* packaging: Factor out the code to genreate VERSION stringAmitay Isaacs2012-10-221-0/+50
* packaging: Build docs and include them in tarballAmitay Isaacs2012-10-221-1/+8
* build: Extract building of manpages in a separate MakefileAmitay Isaacs2012-10-222-14/+21
* doc: README - add information about CTDB, license and websiteAmitay Isaacs2012-10-221-0/+8
* web: Add posix locking information to prerequisitesAmitay Isaacs2012-10-221-5/+17
* web: Add the links to ftp/http ctdb download areaAmitay Isaacs2012-10-221-4/+7
* web: Remove reference to non-existent config filesAmitay Isaacs2012-10-221-3/+1
* doc: getlog and clearlog changes for recovery daemon logsMartin Schwenke2012-10-223-340/+555
* tests: Local daemons should use the logging ringbufferMartin Schwenke2012-10-221-1/+1
* tools/ctdb: Merge recoverd log handling into getlog/clearlogMartin Schwenke2012-10-221-102/+63
* tools/ctdb: Add log ringbuffer handling for recoverdMartin Schwenke2012-10-221-0/+73
* recoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOGMartin Schwenke2012-10-224-4/+63
* build: Set CTDB_PATH to /tmp/ctdb.socket if SOCKPATH is not definedAmitay Isaacs2012-10-221-1/+5
* Build: Set the default ctdb socket path at configure timeDavid Disseldorp2012-10-213-2/+15
* locking: Do not use ctdb_kill() to kill smbd processesAmitay Isaacs2012-10-201-1/+1
* locking: Add database priority handling for older versions of sambaAmitay Isaacs2012-10-201-0/+61
* locking: Schedule a new lock request everytime a lock is releasedAmitay Isaacs2012-10-201-0/+4
* ctdbd: Replace lockwait with locking API and remove ctdb_lockwait.cAmitay Isaacs2012-10-207-262/+7
* ctdb_recover: Replace static locking functions with locking APIAmitay Isaacs2012-10-201-98/+8
* ctdb_freeze: Replace locking functions with locking APIAmitay Isaacs2012-10-201-140/+18
* ctdbd_test: Include ctdb_lock.c code for test stubsAmitay Isaacs2012-10-201-0/+1
* tests: Fix statistics test for new output lines from locking APIAmitay Isaacs2012-10-201-1/+1
* tools/ctdb: Display the locking statisticsAmitay Isaacs2012-10-201-14/+44
* ctdbd: locking: Provide non-blocking API for locking of TDB record/db/alldbAmitay Isaacs2012-10-208-82/+1239
* common: Add routines to get process and lock informationAmitay Isaacs2012-10-206-0/+262
* header: Added DB statistics update macrosAmitay Isaacs2012-10-201-16/+49
* scripts: Refactor logging code in initscript and functions fileMartin Schwenke2012-10-182-23/+24
* tools/ctdb_diagnostics: Add "ctdb listvars" outputMartin Schwenke2012-10-181-0/+1
* initscript: Check that rc.ctdb is executable before running itMartin Schwenke2012-10-181-1/+1
* ctdbd: Remove references to forcing running of eventscripts from log messagesMartin Schwenke2012-10-181-2/+2
* recoverd: Clarify some misleading log messagesMartin Schwenke2012-10-181-2/+2
* tools/ctdb: Remove extra header from natgwlist -Y outputMartin Schwenke2012-10-181-4/+0
* recoverd: Verifying local IPs should only check for unhosted available IPsMartin Schwenke2012-10-181-17/+34
* Revert "Eventscripts - add facility to 10.interface to delete unmanaged IPs"Martin Schwenke2012-10-182-51/+0
* Eventscripts: "recovered" event should not fail on NATGW failureMartin Schwenke2012-10-181-5/+25
* Logging: Map TEVENT_DEBUG_FATAL to DEBUG_CRITMartin Schwenke2012-10-181-2/+2
* common: Debug ctdb_addr_to_str() using new function ctdb_external_trace()Martin Schwenke2012-10-185-0/+31
* config/functions: fix a commentMichael Adam2012-10-171-1/+1
* doc: Add info about execute permissions on event scriptsAmitay Isaacs2012-10-171-0/+2
* doc: Fix documentation for setup eventAmitay Isaacs2012-10-171-5/+3
* scripts: Remove duplicate code from init script to set tunablesAmitay Isaacs2012-10-172-21/+30
* doc: Fix the hyperlink for "Testing CTDB" pageAmitay Isaacs2012-10-171-1/+1
* tests/eventscripts: add unit tests for policy routing reconfigureMartin Schwenke2012-10-114-0/+77
* tests/eventscripts: add extra infrastructure for policy routing testsMartin Schwenke2012-10-1116-317/+170
* Eventscripts: Add support for "reconfigure" pseudo-event for policy routingMartin Schwenke2012-10-111-2/+17