summaryrefslogtreecommitdiffstats
path: root/ctdb/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* doc: Update ping_pong documentation to add -c optionAmitay Isaacs2012-11-211-0/+17
| | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit d05faf294e58e22ae3fbc76162258f1ae8178129)
* doc: Do not keep the built version of manpages in version controlAmitay Isaacs2012-10-2210-4834/+0
| | | | | | | | | | Generated docs will be bundled with release tarballs. No need to keep them in git. This avoids the need to commit the generated doc version if source xml is modified. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit f3888712298f1de7cc7eb51f50c22080fa64e3c0)
* build: Extract building of manpages in a separate MakefileAmitay Isaacs2012-10-221-0/+16
| | | | | | | | | This can then be used to build manpages/html when creating tarball. Do not build docs during a regular build, but only for install. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 3274cffe2052953b34141a82de6053b747532a88)
* doc: getlog and clearlog changes for recovery daemon logsMartin Schwenke2012-10-223-340/+555
| | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit c18ec8ec234cb71da6cc77b1aadc398f57187947)
* ctdbd: locking: Provide non-blocking API for locking of TDB record/db/alldbAmitay Isaacs2012-10-203-81/+113
| | | | | | | | | | | | | This introduces a consistent API for handling locks on single record, complete db or all dbs. The locks are taken out in a child process. In cases of timeout, find the processes that currently hold the lock and log. Callback functions for locking requests take locked boolean to indicate whether the lock was successfully obtained or not. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 1af99cf0de9919dd89af1feab6d1bd18b95d82ff)
* ctdbd: New tunable NoIPTakeoverOnDisabledMartin Schwenke2012-10-113-82/+106
| | | | | | | | | | | | Stops the behaviour where unhealthy nodes can host IPs when there are no healthy nodes. Set this to 1 when an immediate complete outage is preferred when all nodes are unhealthy. The alternative (i.e. default) can lead to undefined behaviour when the shared filesystem is unavailable. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit a555940fb5c914b7581667a05153256ad7d17774)
* doc: Fix path string of /etc/sysconfig/ctdb fileAmitay Isaacs2012-08-201-1/+1
| | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 49dd755fcd077c84eaf3d2fe5dd7757f5588d49c)
* doc: Document the new onnode -P optionMartin Schwenke2012-07-303-14/+42
| | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit fa0f3cba5adaa38bed37dd8b121ad53e962a010d)
* Eventscripts: Default route on NAT gateway should have a metric of 10Martin Schwenke2012-07-263-90/+98
| | | | | | | | | | | | At the moment routes from 11.routing can fail to be added because they conflict with the default route added by 11.natgw. NAT gateway is meant to be a last resort, so routes from 11.routing should override it. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 624f4677e99ed1710a0ace76201150349b1a0335)
* DOCS: Document the new tunables to produce warnings if databases grow ↵Ronnie Sahlberg2012-05-213-78/+134
| | | | | | unexpectedly big. (This used to be ctdb commit 6cf6a9b071bd8dd730717ca033337ff73bf247bb)
* DOC: document the reloadips commandRonnie Sahlberg2012-05-033-79/+170
| | | | (This used to be ctdb commit 90e8c4dc7d89c460ad2da5a9af1cef006db3b1c0)
* Add policy routing documentation to ctdbd(1).Martin Schwenke2012-03-233-74/+635
| | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 5cdeb0dd8827b13b06265c75dfac359bcd6ad10c)
* DOC: regenerate manpagesRonnie Sahlberg2012-03-222-74/+83
| | | | (This used to be ctdb commit 270edc87e6bcfd6e76c526bf86df865e4d47d11c)
* NoIPTakeover: change the tunable name for the "dont allow failing addresses ↵Ronnie Sahlberg2012-03-221-1/+10
| | | | | | over onto the node" to NoIPTakeover (This used to be ctdb commit 35592e618cfd827b6978af6332f80504f232c46a)
* DOC regenerate the manpageRonnie Sahlberg2012-03-202-316/+543
| | | | (This used to be ctdb commit 0ae2a46e37df8d84ce0c76b7a5d32d6e93af709b)
* STICKY document the sticky record parametersRonnie Sahlberg2012-03-201-0/+35
| | | | (This used to be ctdb commit e6a8306257dece02313043274789b52cef1a5647)
* DOC: Document the MaxLACount tunable variableRonnie Sahlberg2012-03-201-0/+13
| | | | (This used to be ctdb commit cf96d6380de974c1abff7a33c62a7e31ac980551)
* DOC document the FetchCollapse tunableRonnie Sahlberg2012-03-201-0/+23
| | | | (This used to be ctdb commit c37aa6f3738693653f64c2fa015ace061da38b5a)
* Fix some documentation typosVolker Lendecke2012-02-211-5/+5
| | | | | | Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit 67516f2eaf0b8b0f6aa4ecb0f1c44af53b992fbb)
* READONLY: document the command to activate readonly record supportRonnie Sahlberg2012-02-133-509/+341
| | | | (This used to be ctdb commit f0bc1760c36c8589f58354c50b23880946cb57c6)
* ReadOnly update documentationRonnie Sahlberg2012-02-011-87/+170
| | | | (This used to be ctdb commit e1da34874f22ec3de0c4abe50b703dd637f1fa98)
* Niceify the readonlyrecord API. Dont force clients to be exposed to the ↵Ronnie Sahlberg2012-01-311-2/+5
| | | | | | | | | | | | featch_with_header function We dont strictly need to force clients to use CTDB_FETCH_WITH_HEADER instead of CTDB_FETCH when they ask for readonly records. Have ctdbd internally remap this internally to FETCH_WITH_HEADER and map the reply back to CTDB_FETCH_FUNC or CTDB_FETCH_WITH_HEADER_FUNC based on what the client initially asked for. This removes the need for the client to know about the CTDB_FETCH_WITH_HEADER_FUNC function and simplifies the client code. Clients that do not care what the header after the request is can just continue using the old CTDB_FETCH_FUNC call and ctdbd will do all the difficult stuff. (This used to be ctdb commit 444a7bac4e9a854b06c1ad4cb36c2b58a72001fa)
* doc:ctdb.1: add generated files after updateMichael Adam2011-12-232-407/+598
| | | | (This used to be ctdb commit 4f23976fad3de63a47cf81d26dff1973d025e262)
* doc:ctdb.1: explain that "ctdb listvars" does not list obsolete tunables any ↵Michael Adam2011-12-231-1/+3
| | | | | | more (This used to be ctdb commit 4ed94279f243729d521d365a44607fd086ae7c41)
* doc:ctdb.1: adapt example output of "ctdb listvars" to current stateMichael Adam2011-12-231-43/+43
| | | | (This used to be ctdb commit 583cbf1bf8f6b1a805d77a2a1d521015868c7828)
* DOC: Update the manpage to describe all relevant tunablesRonnie Sahlberg2011-12-144-99/+637
| | | | (This used to be ctdb commit 3f471da605b9c43d5e1206452f238c2a91dc02f7)
* DOC: document the check_srvids debugging commandRonnie Sahlberg2011-11-303-500/+363
| | | | (This used to be ctdb commit 6489d0d9b8ec14c7764a1865618faf659800bcc3)
* DOC: describe the RecoverPDBBySeqNum tunableRonnie Sahlberg2011-11-303-406/+299
| | | | (This used to be ctdb commit 86d956170d4806065f1470fc44710c085c57f17a)
* doc: commit generated ctdb.1 manpages after xml changeMichael Adam2011-11-292-77/+86
| | | | (This used to be ctdb commit 3b6ef3442f0b62d65ec0f9be67a2b1dbf7e4af67)
* doc: document the "--print-recordflags" parameter to "ctdb"Michael Adam2011-11-291-0/+11
| | | | (This used to be ctdb commit 5b527e6127a649fa80dcf9a7599b22bcb7cd3640)
* doc: commit generated ctdb.1 manpages after xml changeMichael Adam2011-11-292-77/+85
| | | | (This used to be ctdb commit 0e26774f32d7ea0ce9d034c331730f5324f6b092)
* doc: document the "--print-hash" parameter to "ctdb".Michael Adam2011-11-291-0/+10
| | | | (This used to be ctdb commit 998b7f4450026051867525d91c6d8dcbd2326ab5)
* doc: commit generated ctdb.1 manpages after xml changeMichael Adam2011-11-292-77/+84
| | | | (This used to be ctdb commit 7f46671fc912c969c5c87e50b77e2e3a7d6c8904)
* doc: document the "--print-lmaster" parameter to "ctdb"Michael Adam2011-11-291-0/+9
| | | | (This used to be ctdb commit 7e7d86ac9b05f8b67414200adc8ac87cfccf26cf)
* doc: commit generated ctdb.1 manpages after xml changeMichael Adam2011-11-292-77/+85
| | | | (This used to be ctdb commit 6f8e7480dadf15d1639355fdb61d5bef025a0325)
* doc: document the "--print-datasize" parameter to "ctdb"Michael Adam2011-11-291-0/+10
| | | | (This used to be ctdb commit 9e8045a5b0d8bd9ab2e0343b329de9f45b883531)
* doc: commit generated ctdb.1 manpages after xml changeMichael Adam2011-11-292-79/+90
| | | | (This used to be ctdb commit 079f12dfc1edeac9748af15f652f2f1a6ed35548)
* doc: document the --print-emptyrecords switch in the "ctdb" manpage.Michael Adam2011-11-291-0/+13
| | | | (This used to be ctdb commit 7b4663dd2454b798841815044f898dead9b734e2)
* Merge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb-masterRonnie Sahlberg2011-10-241-7/+0
|\ | | | | | | (This used to be ctdb commit 0a2ea7e1a1e034a9a17debff763084a0936b0515)
| * ReadOnly DOCS: update the docs for readonly delegations to remove the ↵Ronnie Sahlberg2011-10-241-7/+0
| | | | | | | | | | | | passage that records are written/updated by the client (This used to be ctdb commit b44ded0e0771c87321b568588c08195222a026c3)
* | doc: update compiled manpages of ctdb.1 after change to xmlMichael Adam2011-10-122-77/+86
|/ | | | (This used to be ctdb commit 1198df0fd2c90cbca86d0499b43562fac4f25731)
* Document 'cattdb' more clearly that it dumps the content of the local TDB ↵Ronnie Sahlberg2011-09-131-0/+6
| | | | | | and not the CTDB database (This used to be ctdb commit 71bf1260b1cac5ce83a92b4b944096b631ca87d8)
* ReadOnly: update the documentation about readonly locksRonnie Sahlberg2011-09-011-2/+20
| | | | (This used to be ctdb commit 1a766382d7d774aa3444e07401575e51d3704dba)
* ReadOnly: add description of readonly recordsRonnie Sahlberg2011-08-231-0/+246
| | | | (This used to be ctdb commit a47ae3c2c81c62989bc99455459069149c853bbd)
* Merge branch 'master' of ssh://git.samba.org/data/git/ctdbRonnie Sahlberg2011-07-203-0/+257
|\ | | | | | | (This used to be ctdb commit a1b3661973489f0111e7975fec422fb99a25f0c8)
| * Manpage for ping_pongMathieu Parent2011-06-233-0/+257
| | | | | | | | | | | | Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit af75d3e37412e03d3978073edbe6dee78f265c3c)
* | Add a text about "ban" "unban" not being permanent and htat recovery daemon ↵Ronnie Sahlberg2011-07-091-0/+3
|/ | | | | | can auto unban nodes. Suggest using "stop" / "continue" instead. (This used to be ctdb commit 8e30dffad5b1385818b2d7350d6c3767a220d745)
* doc: regenerate ctdb docsMichael Adam2011-05-122-97/+101
| | | | (This used to be ctdb commit 2d67186e5acd5aa8cb3eb1f4fbd4a41153c52e96)
* doc/ctdb.1.xml: update listvars documentationLuk Claes2011-05-121-10/+12
| | | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit afd96d5990815019b1f9ddc8b78a05f86eca0421)
* doc: regenerate ctdb docsLuk Claes2011-05-122-79/+79
| | | | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit 39f595cad5321c64e2b1e72fe7b4bbb720f4b906)