summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Collapse)AuthorAgeFilesLines
...
* remove CTDB_MANAGES_SAMBA from the config page. this should be in Ronnie Sahlberg2007-06-081-17/+0
| | | | | | the samba-config page instead (This used to be ctdb commit a52842e52aeaae32daa2fed24711f4684dc679ec)
* update the names of envvars to use the CTDB_ prefixRonnie Sahlberg2007-06-081-11/+19
| | | | (This used to be ctdb commit 79365f5a83fc355bb4e3068600231a4bffe5cf7a)
* add a page on how to configure CTDB based on the wikiRonnie Sahlberg2007-06-082-1/+169
| | | | (This used to be ctdb commit 7c17ded610948893d04fc4b915a21303d202bae4)
* add a page (based on the wiki) on how to build samba3 and ctdbRonnie Sahlberg2007-06-082-0/+40
| | | | (This used to be ctdb commit 4abbf1b75f3c3d7b5c220078d5adb5b4fec43db1)
* add a webpage for hot to get the code. based on the wikipageRonnie Sahlberg2007-06-082-0/+57
| | | | (This used to be ctdb commit fbf93efd154112957a17f16351858dc370486b35)
* remove the test commitAndrew Tridgell2007-06-071-1/+0
| | | | (This used to be ctdb commit 2a29694e62fab4a57dafcfbe825bdec709a7ef89)
* update configure.ac for new code layoutAndrew Tridgell2007-06-071-1/+1
| | | | (This used to be ctdb commit fe819a241f3bf841e72d5df9cbaba6fc306d5abb)
* move more util code to lib/utilAndrew Tridgell2007-06-073-109/+119
| | | | (This used to be ctdb commit de5ab0584c978a6be4afeacd80c84015b206a3c6)
* some #include cleanupsAndrew Tridgell2007-06-075-4/+5
| | | | (This used to be ctdb commit 1a07d87122d51a40cd8ad5fe13533298c26857cb)
* more code rearrangementAndrew Tridgell2007-06-076-14/+21
| | | | (This used to be ctdb commit 2bcf3b16163041f03add2e5bf9f1f5fb3599ec24)
* start splitting the code into separate client and server piecesAndrew Tridgell2007-06-0717-620/+661
| | | | (This used to be ctdb commit 603cd77988c181525946cd5eb0f4d0d646b58059)
* later times are a lower priority, not a higher priorityAndrew Tridgell2007-06-071-1/+2
| | | | (This used to be ctdb commit e96424e7d366df29767c4eeaccdcc0cc975cb8ae)
* choose the most connected node firstAndrew Tridgell2007-06-071-8/+61
| | | | (This used to be ctdb commit c7c17a79fa4f28509e34b6f635fa62517dc458c2)
* formatting fixesAndrew Tridgell2007-06-071-16/+32
| | | | (This used to be ctdb commit ed63a2057698aed3931762605b2ea2368681af2b)
* use a priority time for the election data, not just the vnnAndrew Tridgell2007-06-072-15/+27
| | | | (This used to be ctdb commit a691f9c5cd77194005f0d98483da94b07a48d57d)
* validate vnn on node flags changeAndrew Tridgell2007-06-071-0/+6
| | | | (This used to be ctdb commit 5628ebbcc2aa61b63c761783c70fe4d8a0070607)
* there are now far too many controls for the controls statistics fields to be ↵Andrew Tridgell2007-06-073-41/+0
| | | | | | useful (This used to be ctdb commit f5e188fc7e13b55b6b4081dcc74ea9614a76f9bb)
* get all the tunables at once in recovery daemonAndrew Tridgell2007-06-074-12/+48
| | | | (This used to be ctdb commit 8e60be6c22aab145e68b16ede5f32f4430c2af93)
* handle CTDB_CURRENT_NODE in ban commandsAndrew Tridgell2007-06-072-0/+18
| | | | (This used to be ctdb commit fefb53f1d22c5458a1e107f8352818aee87983de)
* added admin commands to ban/unban nodesAndrew Tridgell2007-06-075-50/+294
| | | | (This used to be ctdb commit 4dad04172e7e4955b5bf6444a85b19901c9683ad)
* increase rpm release numberAndrew Tridgell2007-06-071-1/+1
| | | | (This used to be ctdb commit e8d321186b383e60782694a980b0d339b9df88fa)
* implement a scheme where nodes are banned if they continuously caused the ↵Andrew Tridgell2007-06-0713-228/+447
|\ | | | | | | | | | | | | | | cluster to start a recovery session. The node is banned from the cluster for the RecoveryBanPeriod (default of 5 minutes) (This used to be ctdb commit 4ad43dd07f526b6002477177fbf55483246c2c0c)
| * distribute the takenover nodes more evenly among the surviving nodesRonnie Sahlberg2007-06-071-10/+39
| | | | | | | | (This used to be ctdb commit 25d18b8bab399cc5d9def081086925896f8de3e9)
* | merged admin enable/disable change from ronnieAndrew Tridgell2007-06-076-11/+115
|\| | | | | | | (This used to be ctdb commit df17b69dfd83a98f9c711994c7dd51ad2cc0ab8a)
| * show the disabled/permanently disabled status in the machinereadble Ronnie Sahlberg2007-06-071-3/+5
| | | | | | | | | | | | output for 'ctdb status' (This used to be ctdb commit a9e920a492e1e91d205ee8b9cd704a7cf85c1e01)
| * add a control to permanently enable/disable a nodeRonnie Sahlberg2007-06-076-5/+83
|/ | | | (This used to be ctdb commit d66fdba16ca22f62ddac6882a17614879b08a798)
* formatting fix for wider variable namesAndrew Tridgell2007-06-061-1/+1
| | | | (This used to be ctdb commit 195bde145f62221a7bb1b12014ada98ad5df4e9e)
* get parents idea of recmode and recmaster when deciding if we should do a ↵Andrew Tridgell2007-06-061-1/+10
| | | | | | takeover run (This used to be ctdb commit 0e8124acd2f1a9b34292c1ee13c7e4cd6fe49876)
* update flags in parent daemon tooAndrew Tridgell2007-06-061-0/+23
| | | | (This used to be ctdb commit 8995246d95e670753ab8c61d724d284cac2b414d)
* ensure all nodes display disabled nodes correctlyAndrew Tridgell2007-06-062-4/+9
| | | | (This used to be ctdb commit 959f82cfe926994658f5826007caccb0409003e1)
* disable a node if testparm thinks there is a error, or warning, or an ↵Andrew Tridgell2007-06-061-0/+5
| | | | | | unrecognised option (This used to be ctdb commit ded80c83002a267996b4616e3702988b821cd422)
* handle the case of all nodes being sick for one serviceAndrew Tridgell2007-06-061-0/+22
| | | | (This used to be ctdb commit eca2590e60b4522b13c34e2c6cb8013aa55be323)
* added timeouts in all event scriptsAndrew Tridgell2007-06-067-33/+92
| | | | (This used to be ctdb commit d986c91a607ed7c7d4869ea786b5cdf80e7862f1)
* increase release number of ctdbAndrew Tridgell2007-06-061-1/+1
| | | | (This used to be ctdb commit 630a3cf9a05a315caafccafe539ba6675cdfb4ac)
* - added monitoring of rpc ports for nfs, and of Samba ports and directoriesAndrew Tridgell2007-06-066-3/+100
| | | | | | | | - added monitoring of the ethernet link state When monitoring detects an error, the node loses its public IP address (This used to be ctdb commit 0af57aead8c983511d25774b4ffe09fa5ff26501)
* fixed error handling in event scriptsAndrew Tridgell2007-06-061-2/+2
| | | | (This used to be ctdb commit d645c8b0480e7d2765614a226d78510e100016de)
* - fixed flags display in logsAndrew Tridgell2007-06-062-2/+5
| | | | | | - added monitor handler to test event script (This used to be ctdb commit a4c18dddee169df49e5d77d9a94ce9329f169319)
* send the right sort of message on monitoring failureAndrew Tridgell2007-06-061-1/+1
| | | | (This used to be ctdb commit 9db537d9b11d48a36346db721ed8936ff5ecacb2)
* fixed exit code in makerpms.shAndrew Tridgell2007-06-061-1/+1
| | | | (This used to be ctdb commit e308b75f6e9fae69441531f462351fe09e792cb9)
* added 40.vsftpd to Makefile.inAndrew Tridgell2007-06-061-0/+1
| | | | (This used to be ctdb commit 90260d0d362c6e2b58755724056fbe5e63bd29c9)
* merged vsftpd event script from ronnieAndrew Tridgell2007-06-065-1/+71
|\ | | | | | | (This used to be ctdb commit c0b686c43524c6a93c52d85b0079ed820983133e)
| * ctdb is only a ha solution when combined with a cluster filesystemRonnie Sahlberg2007-06-051-0/+2
| | | | | | | | (This used to be ctdb commit cea43b5530da5adb06146f3ffa18eac113e838cc)
| * add some text about CTDB and in which scenarios it would be a goodRonnie Sahlberg2007-06-051-0/+11
| | | | | | | | | | | | candidate to solve the users needs for a HA solution (This used to be ctdb commit 77d58ba6fc6fa34678aa0201311139201d4679c8)
| * provide machinereadable output for ctdb ipRonnie Sahlberg2007-06-051-0/+11
| | | | | | | | (This used to be ctdb commit 86348de0bfdc4f91ff6f5a8eeff06044d512ee43)
| * merge from tridgeRonnie Sahlberg2007-06-0525-234/+70
| |\ | | | | | | | | | (This used to be ctdb commit 5f1f889e0e124c5275463795c004ae971945e1ae)
| * | add a simple events script to manage vsftpd Ronnie Sahlberg2007-06-052-0/+46
| | | | | | | | | | | | (This used to be ctdb commit 413efc7af529e4ebda6f7ea6e36f79ba72a2d1d9)
| * | dont use CTDB_MANAGES_NFS for controlling the lockmanagerRonnie Sahlberg2007-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | use a dedicated variable CTDB_MANAGES_NFSLOCK since some might want to use nfs but no lockmanager (This used to be ctdb commit 1e8cec86617ffb188bd49c70f074a4b350d3fe3d)
* | | added health monitoring logic to ctdb, so a node loses its public IP address ↵Andrew Tridgell2007-06-066-27/+186
| |/ |/| | | | | | | | | if one of the sybsystem event scripts reports a problem (This used to be ctdb commit c7a089256d86cec21097453bce5acbccee87413f)
* | clean out some more cruftAndrew Tridgell2007-06-0516-138/+27
| | | | | | | | (This used to be ctdb commit ad16c5fe2748b48a6f6c79976359d56d9bed33f4)
* | first step in health monitoring of cluster nodes. When not healthy they will ↵Andrew Tridgell2007-06-059-11/+22
| | | | | | | | | | | | be marked disabled (This used to be ctdb commit d3dbd9fc4db21632075b56fc52cf95435c63374a)