summaryrefslogtreecommitdiffstats
path: root/ctdb/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* doc/ctdb.1.xml: Fix typoLuk Claes2011-05-121-1/+1
| | | | | | | | | | | s/poerwoff/poweroff/ Bug 8124 Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit a6d2f1bd552dba33640acb7a0b8110534debd4ce)
* ltdbtool: add manpage html + roffGregor Beck2011-05-042-0/+342
| | | | | | Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit 992baa4215bfc1b29fd153ccb7c42bb0cb66fa4f)
* ltdbtool: add manpageGregor Beck2011-05-041-0/+230
| | | | | | Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit 2ed3603274cd38dde4ae98eef653e9a9de631eb5)
* Correction of spelling errorsMathieu Parent2011-03-236-12/+12
| | | | | | | | | | | | | * continous -> continuous * activete -> activate (thanks to lintian) See https://bugzilla.samba.org/show_bug.cgi?id=6935 Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit fb6987c2f747d6dbf9bb3899a480124d1c242a90)
* doc: regenerate docsStefan Metzmacher2010-10-212-99/+100
| | | | | | metze (This used to be ctdb commit 4cb12fa01749aabd5ad6c73defba8a0204b54978)
* doc/ctdb.1: fix "ctdb restore <filename> [<dbname>]" cmdlineStefan Metzmacher2010-10-211-1/+1
| | | | | | metze (This used to be ctdb commit ad4619f1eb1c7c8881fd6e65cdce3b9ed15ce0dd)
* doc/ctdb.1: document "persistent" flag for "ctdb atttach"Stefan Metzmacher2010-10-211-1/+1
| | | | | | metze (This used to be ctdb commit 6f41dd35bda6de0501fa48a75148bb818ffdceed)
* Change how NATGW is configured to allow special nodes that do not haveRonnie Sahlberg2010-09-083-43/+70
| | | | | | | | | | | | | | | | | network connectivity outside of the cluster to still be able to participate in a natgw group. These nodes can not become natgw master since they lack external network connectivity. These nodes are configured just the same way as for any other node with NATGW, with the following two exceptions : * we do NOT set CTDB_NATGW_PUBLIC_IFACE at all on these nodes. since these ndoes lack external network we should not check the interface for link. * we must set CTDB_NATGW_SLAVE_ONLY=yes to flag that this is a node that can not become natgw master. (This used to be ctdb commit ab7b00a37e55beffc074be95b55d8a5c7cb9eef2)
* iupdate the docs that ctdb freeze is no moreRonnie Sahlberg2010-08-051-8/+3
| | | | (This used to be ctdb commit 79ef9909dfa0904d789c69eb6b9c80e8908a1100)
* remove the "ctdb freeze" debugging commandRonnie Sahlberg2010-08-051-13/+0
| | | | (This used to be ctdb commit bd005b987255eb65cd3826dce984281ee757daf6)
* document how to restore a backup into a different databaseRonnie sahlberg2010-05-203-82/+88
| | | | (This used to be ctdb commit 66e05500b6e5c8fa5efbcba4447e488dd4232897)
* doc: regenerate ctdb(1) manpages after xml changeMichael Adam2010-03-102-78/+80
| | | | (This used to be ctdb commit 6b9315b140802dee5904c1db0d57205d9efc6c1c)
* doc: fix a linebreak in the example output of "ctdb getdbmap" in ctdb(1)Michael Adam2010-03-101-1/+2
| | | | (This used to be ctdb commit aab05d67dabf11be9063a2443af4d43bbc985fb6)
* doc: regenerate ctdb and ctdb manpages after xml changesMichael Adam2010-02-244-326/+390
| | | | | | Michael (This used to be ctdb commit 51fce280d3a7e2cce8e6e268a19d3594b38b9bb6)
* doc: add metainfo "manual" and "source" in the ctdbd manual pageMichael Adam2010-02-241-0/+2
| | | | (This used to be ctdb commit 8ffd7500d1740f2ce384d2c41fa5cca983c63cea)
* doc: fill metainfo "manual" and "source" in the ctdb manual pageMichael Adam2010-02-241-2/+2
| | | | (This used to be ctdb commit ea7debb162edfcf5844d27400f1448e0b92a55d6)
* Correction of spelling errors in manpagesMathieu Parent2010-02-242-7/+7
| | | | | | | | thanks to lintian See https://bugzilla.samba.org/show_bug.cgi?id=6935 (This used to be ctdb commit 402aad596e143c1ae3ec4bf2dfe3863c505bfc40)
* doc: regenerate ctdb.1*Stefan Metzmacher2010-02-232-286/+534
| | | | | | metze (This used to be ctdb commit 00b249d9d098d5ed03e21caed404e66336f63629)