summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | tests: Set the debug level = 3 when running local testsAmitay Isaacs2012-04-131-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit b86b947797c51e3576c6b34f547434c3f0aa36f3)
| * | tests: Check assigned IPs from ctdb outputAmitay Isaacs2012-04-131-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the test ctdb_config_add_ip when running against local daemons. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit b81c2c8a2360001fe73f9fd9aa1ba32665fdb0bb)
| * | tests: Check for assigned IP addresses only if we are on real clusterAmitay Isaacs2012-04-131-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the ctdb_ip test when running against local daemons. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit a108fc14d90b6d552736d19b0ea104f2508dc331)
| * | ctdbd: Fix the error message stringAmitay Isaacs2012-04-131-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 15f63ebab9686734f41a6adf38d4a7faa919ac66)
| * | tests: Fix the error messages in test event scriptAmitay Isaacs2012-04-131-1/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 706e6e3ef6765fbba29e531e590c48fe742b9914)
| * | tests: Add regular expression parsing for hop_count_bucketsAmitay Isaacs2012-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the test to check ctdb statistics output. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 98c633ab4824e0e4d28ab2eb2532e16eb859bd94)
| * | tests: Add a script to run cluster tests and make target "test_cluster"Amitay Isaacs2012-04-132-0/+16
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 420a10be89c62b4d605f3b972d78fd69dd9f5bb1)
| * | tests: exportfs always outputs with options in bracketsAmitay Isaacs2012-04-131-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit bdd8b8ab20169936fa723fa77cead1b76b6cd0b5)
| * | tests/tool: New nodestatus testAmitay Isaacs2012-04-131-0/+34
| | | | | | | | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 902d8a4709e7a269d2a75522a998f9a60ae13d78)
| * | tests/tool: Fix the nodestatus testAmitay Isaacs2012-04-131-1/+4
| |/ | | | | | | | | | | | | | | | | Although not obvious, when asking each node for nodestatus, it will report each node is the current node. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 261258c1a4268230b2559bc5d8664b1197b22450)
| * Add test for NoIPTakeoverRonnie Sahlberg2012-04-121-0/+83
| | | | | | | | (This used to be ctdb commit 79172330d10ae0d5a7e5bf724959c9e5784716b4)
| * CTDB: add back the "rebalanceip" commandRonnie Sahlberg2012-04-031-0/+75
| | | | | | | | (This used to be ctdb commit 83aea6488002aa75dd25752fa0d164afb8b4f300)
| * build: Substitute POPT macros once and reuse variablesAmitay Isaacs2012-03-301-4/+4
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit a2ba2c4ec153c8844cf7f5b0de03b2269ec892f3)
| * recovery: Add prototypes for tdb internal functionsAmitay Isaacs2012-03-301-0/+7
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 98ac99c4a79fe2ee024890bb27c3ca68dc02d434)
| * build: Use system tdb library if availableAmitay Isaacs2012-03-302-29/+58
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 10ab88a5c822ac403a70a9cd1a6c81020eb91d08)
| * build: Use system tevent library if availableAmitay Isaacs2012-03-302-28/+50
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 2ade83de4e1f318c91489ec9a7f90d1b26f77e1b)
| * build: Use system talloc library if availableAmitay Isaacs2012-03-302-23/+52
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 94f1e02406c353c3a0235685acdd107ee5a7f285)
| * build: Display correct LIB_FLAGS while buildingAmitay Isaacs2012-03-301-1/+1
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 0cbe7a4f92795203f022252a50a240b8bd4238c3)
| * build: Remove re-definition of same variableAmitay Isaacs2012-03-301-4/+4
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 36e690faab3d76919780c8550fe6d49fb6bbfba5)
| * packaging: Setup directories for rpmbuildAmitay Isaacs2012-03-301-0/+8
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 45773dab630ee44b39df0dd4b50f43fb1e7bb0ba)
| * build: Add rules to create ctags/etagsAmitay Isaacs2012-03-301-0/+5
| | | | | | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit a9e9444a7a78f5ef0e929a8dbd8ca0c68b40acd4)
| * Initscript - add backup of corrupt non-persistent databasesMartin Schwenke2012-03-281-63/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrupt non-persistent databases never get analysed because ctdbd zeroes them at startup. Modify the initscript so that corrupt non-persistent databases are moved aside to a backup. If the number of backups for a particular database exceeds $CTDB_MAX_CORRUPT_DB_BACKUPS (default 10) then the oldest excess backups are garbage collected. Abstracts from and cleans up the code for checking persistent databases. Logging of related messages is done to syslog or a log file as specified. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 00cd75595685dae829758abf1a4cb644af7ed50e)
| * 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)
| * Merge remote branch 'martins/policy_routing'Ronnie Sahlberg2012-03-2226-945/+1508
| |\ | | | | | | | | | (This used to be ctdb commit 7293762046e25a9c96e6417e34e18c214ebc6e55)
| | * Tests - eventscripts - initial policy routing testsMartin Schwenke2012-03-2212-0/+422
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 7d7488a49bc7e799f39f3da3fa81be7a2e14480a)
| | * Tests - eventscripts - new function simple_test_command()Martin Schwenke2012-03-221-15/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | Allows running arbitrary command and comparing output against expected. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit da2e9650a97f99e7d694659926d9958927edd8ad)
| | * Tests - eventscripts - change summary columnsMartin Schwenke2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | To accommodate 13.per_ip-routing in output. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 0142729c96b8bfecfabe35439071557bcc6ed4da)
| | * Tests - eventscripts - rationalise CTDB fakery supportMartin Schwenke2012-03-221-22/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove functions for marking nodes as down/up. This is now done via ctdb disable/enable in the stub. Also more consistent temporary directory use. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 1db9a533aacc6e02ddbadf76241429144a949e1c)
| | * Tests - eventscripts - improved support functions for handling public IPsMartin Schwenke2012-03-221-9/+27
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 299ce89fb3deeefcc7c01b20197dc6adee1e8194)
| | * Tests - eventscripts - add support functions for policy routing testingMartin Schwenke2012-03-221-0/+55
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 79eec235ac9b051333751186c32924d92e6ebeff)
| | * Update .gitignore for eventscript testing fu.Martin Schwenke2012-03-221-0/+2
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 0fc20ab5207d4f812bf62b90a66c707f76742f84)
| | * Tests - eventscripts - fix hardcoding errorMartin Schwenke2012-03-221-1/+5
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 9c30bf7fd3d94884e27a258571a28dca5e460177)
| | * Tests - eventscripts - stub ctdb command updatesMartin Schwenke2012-03-221-50/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Proper IP (re)allocation using ctdbd's IP allocation algorithm. * Therefore, "ctdb ip" works sensibly. * Add enable, disable, moveip. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 6d4b4b1293ba960d8fdf81958d6e8dd23c9d771a)
| | * Tests - eventscripts - more public IPs in default setupMartin Schwenke2012-03-221-0/+5
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 38396185effbcf313678c2e94d4bd20f534c4f03)
| | * Tests - eventscripts - add -A/-D optionsMartin Schwenke2012-03-222-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | Make it easier to spot differences between desired output and actual output. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit d132a8f4a8c0573ac447713a71911f02b6f0d73c)
| | * Tests - eventscripts - ip stub command should print errors to stderrMartin Schwenke2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 236d572556e447e2d82d14d2c8a40ed8cb98944d)
| | * Eventscripts - make 13.per_ip_routing fail gracefully if config is missingMartin Schwenke2012-03-221-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | Currently it spews out random messages about the file being missing. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 351ca413eec460330571ca8b01ad269728fe15df)
| | * Eventscripts - make 13.per_ip_routing try harder to find public_addressesMartin Schwenke2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit d4621277240721e6d130a930b0100506b64467ea)
| | * Eventscripts - use set_proc() rather than accessing /proc directlyMartin Schwenke2012-03-221-4/+4
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit bdb4cdaf2aed79c8de6a8db8c01685b242808310)
| | * Eventscripts - 13.per_ip_routing should use dirname not basename for mkdirMartin Schwenke2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit d034845ecea66b47004bc73f2554914a397b1c9d)
| | * Eventscript tests - implement ip route in stubMartin Schwenke2012-03-221-3/+107
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit ac2cd2a8cbed97348ceae54167ad83cb074ff6b3)
| | * Eventscript tests - implement ip rule in stubMartin Schwenke2012-03-221-0/+122
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 26292f362890ca6cb65d0028d50fa97458e0449f)
| | * Eventscript tests - make ip command stub vaguely maintainableMartin Schwenke2012-03-221-174/+198
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 8b8e17bea87a8c16f7c0f54fcfe29190f203f673)
| | * Eventscript tests - make error message consistent with recent changeMartin Schwenke2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit f4949b3c1b36949544e98c9fbb64447f94f9e432)
| | * Eventscript support - Remove unused interface_modify.shMartin Schwenke2012-03-224-99/+0
| | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 994492f79275fe84155d842f6bc288c1858217dd)
| | * Eventscript functions - no longer require interface_modify.shMartin Schwenke2012-03-221-33/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | Make add_ip_to_iface() and delete_ip_from_iface() do their own locking so the external script is no longer required. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 93f90caf91246074d9359bf31a39b26212cccc42)
| | * Eventscript functions - remove now-unused route/IP re-add script logicMartin Schwenke2012-03-222-75/+0
| | | | | | | | | | | | | | | | | | | | | | | | This is no longer used by 13.per_ip_routing or anything else. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 2a2ea6c61a05af2d0765e964abcc7ef04047431e)
| | * Eventscript functions - remove functions only used by 13.per_ip_routingMartin Schwenke2012-03-221-64/+0
| | | | | | | | | | | | | | | | | | | | | | | | The relevant functions are now in that script. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 45c3476d12bf0f52966b72d286f101fce1382cd2)
| | * Eventscripts - redesign and rewrite 13.per_ip_routingMartin Schwenke2012-03-221-398/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current version is quite difficult to read. This one is hopefully clearer. Major changes: * The configuration file has a more forgiving syntax. Items can be separated by arbitrary whitespace. * Mappings between IP addresses and table IDs are no longer stored in files in a state directory. Instead they are stored in /etc/iproute2/rt_tables as mappings between table IDs and labels, as allowed by the ip command. The current structure of the labels is ctdb.<source-ip>. This means that once the labels are setup the routing tables can be referenced by just knowing the source IP. As with the old state directory, mappings in this file owned by CTDB are deleted when CTDB shuts down. * There are no release or re-add scripts. - Release scripts are not necessary as an optimisation because of the previous improvement (i.e. use of rt_tables). No lookup is necessary to delete rules or flush tables. - Re-add scripts are no longer used. Routes can still go missing when removal of a primary IP from an interfaces (or similar) causes removal of all other addresses (i.e. secondaries) and also all associated routes. However, any missing routes are now re-added in the "ipreallocated" event. This happens shortly after takeip/releaseip/updateip and means that the routes will only be re-added once. The window for missing routes is slightly bigger but is not expected to be significant. * The magic "__auto_link_local__" configuration value no longer causes a dynamic configuration file to be maintained in a state directory. The link local configuration is now generated when needed from the public_addresses file. This greatly simplifies the code. This approach is slightly less efficient but should not be significant. The above changes mean that, apart from maintaining mappings in the rt_tables file, there are no state files kept anymore. Some utility functions only used by this script have been rewritten and moved into this script. They will be removed from the functions file by a future commit. The route re-add code will also be removed from interface_modify.sh by a future commit. It is currently harmless. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 0f7cbbb55f26cf3c953e98fe5e7eaa12f59fbf78)
| | * Eventscript functions - add new function die()Martin Schwenke2012-03-221-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Args: 1. Error message to be printed. 2. Option exit code (default 1) Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 97b0c138cb97e30db27c40b4ee1481109ae90c78)