summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove tx-related queue info itemsbug22657Matthias Radestock2010-04-272-30/+2
| | | | since their presence exposes an implementation detail
* cosmetic: remove trailing whitespace from doc templatesMatthias Radestock2010-04-2710-40/+40
|
* Sanitise boot steps somewhat - a couple of steps had no 'enables' clause, ↵Matthew Sackman2010-04-271-12/+18
| | | | meaning potentially they could be run last, which would not be desirable (eg exchange recovery after networking up?
* Merging bug 22651 into defaultMatthew Sackman2010-04-271-0/+1
|\
| * Merge headsSimon MacMullen2010-04-271-3/+3
| |\
| * \ Merge 22619.Simon MacMullen2010-04-271-0/+1
| |\ \
| | * | Increase the backlog on the listening socket backlog to 128.bug22619David Wragg2010-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | The erlang default is a rather low value of 5. 128 is the default maximum under Linux, so seems a reasonable value to go for.
* | | | explode on attempted double initialisation of queuebug22651Matthias Radestock2010-04-271-2/+0
| | | | | | | | | | | | | | | | which inidicates a serious bug and thus we shouldn't ignore it
* | | | oopsMatthias Radestock2010-04-271-1/+1
| | | |
* | | | turn queue recovery upside downMatthias Radestock2010-04-274-111/+79
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of the persister pushing recovered messages to the queues, the queues pull recovered messages from the persister. This allows us to perform queue recovery before recording the existince of the queues in mnesia, and thus prevents access to potentially uninitialised queues from other cluster nodes. It also makes the dependency between queues and the persister one way.
* | | cosmeticMatthias Radestock2010-04-261-3/+3
|/ /
* | Merging bug 22584 into defaultMatthew Sackman2010-04-2625-291/+741
|\ \
| * \ merging bug 22647 into defaultMatthew Sackman2010-04-242-8/+6
| |\ \
| | * | change guids to fixed-size binariesbug22647Matthias Radestock2010-04-242-8/+6
| | | | | | | | | | | | | | | | | | | | This change was cherry-picked from the bug21673 branch and brings 'default' closer to that branch.
| * | | merging bug 22646 into defaultMatthew Sackman2010-04-244-28/+31
| |\ \ \
| | * \ \ Merging heads of defaultMatthew Sackman2010-04-241-25/+28
| | |\ \ \
| | | * \ \ Merging bug 21974 onto defaultMatthew Sackman2010-04-230-0/+0
| | | |\ \ \ | | | | |/ /
| | | * | | re-fragment contentbug21974Matthias Radestock2010-04-231-25/+28
| | | |/ / | | | | | | | | | | | | | | | so we only produce the minimum number of frames necessary
| | * | | Merge bug22407 into defaultDavid Wragg2010-04-2348-717/+2319
| | |\ \ \ | | | |/ /
| | * | | Add build dependencies to Debian / Fedora / Macportsbug22407Simon MacMullen2010-03-233-3/+3
| | | | |
| * | | | remove legacy serial seedingbug22646Matthias Radestock2010-04-243-29/+16
| | |/ / | |/| | | | | | | | | | thus making the guid generator fully independent of the persister
| * | | Merging headsMatthew Sackman2010-04-231-4/+0
| |\ \ \
| | * | | Backed out changeset 1db0ab47b6d5 as the change will create silent failure ↵Matthew Sackman2010-04-231-4/+0
| | | | | | | | | | | | | | | | | | | | for configurable plugin users who have not moved from the default config location.
| * | | | Merging bug 22615 onto defaultMatthew Sackman2010-04-224-58/+437
| |\ \ \ \
| | * \ \ \ bug22500 merged into default (OCF/Pacemaker)Marek Majkowski2010-04-213-0/+367
| | |\ \ \ \
| | | * | | | Only export vars when they're needed, and don't do a full verify unless it's ↵bug22500Matthew Sackman2010-04-121-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | needed - the problem has been that the verify dies because eg the config file doesn't exist, but it doesn't exist because of, say, drbd not being primary+mounted...
| | | * | | | Merging default into bug 22500Matthew Sackman2010-04-073-0/+352
| | | |\ \ \ \
| | | | * | | | typeoMatthew Sackman2010-03-161-1/+1
| | | | | | | |
| | | | * | | | Cosmetics, and remove bashish -a to generic -e (semantic preserving)Matthew Sackman2010-03-151-6/+6
| | | | | | | |
| | | | * | | | Make sure the ocf script goes in /usr/lib/ not /usr/lib64/Matthew Sackman2010-03-151-1/+1
| | | | | | | |
| | | | * | | | Minor fixesMatthew Sackman2010-03-111-2/+2
| | | | | | | |
| | | | * | | | Nope, no idea why it still jams on unloadMatthew Sackman2010-03-111-18/+21
| | | | | | | |
| | | | * | | | Well it nearly works...Matthew Sackman2010-03-111-9/+8
| | | | | | | |
| | | | * | | | Getting there. Still doesn't really work in anger though...Matthew Sackman2010-03-111-9/+7
| | | | | | | |
| | | | * | | | Slightly more convincing for the rpmsMatthew Sackman2010-03-111-0/+1
| | | | | | | |
| | | | * | | | Try to install the ocf script in the right placeMatthew Sackman2010-03-112-0/+4
| | | | | | | |
| | | | * | | | OCF scriptMatthew Sackman2010-03-111-0/+347
| | | | | | | |
| | * | | | | | Correction of specs which have been wrong for agesMatthew Sackman2010-04-211-3/+3
| | | | | | | |
| | * | | | | | merge bug22628 into defaultMatthias Radestock2010-04-201-53/+66
| | |\ \ \ \ \ \
| | | * | | | | | Flatten out a tuplebug22628Matthew Sackman2010-04-201-4/+4
| | | | | | | | |
| | | * | | | | | Correct list comprehensionMatthew Sackman2010-04-201-1/+1
| | | | | | | | |
| | | * | | | | | Use a sequence ID when combining entries into the snapshot. This can then be ↵Matthew Sackman2010-04-201-51/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used to correctly sort the messages and remove the dependence on increasing guids
| | * | | | | | | cosmeticMatthias Radestock2010-04-201-2/+1
| | |/ / / / / /
| * | | | | | | Cosmetic, and missing specsbug22615Matthew Sackman2010-04-221-1/+4
| | | | | | | |
| * | | | | | | cosmeticMatthew Sackman2010-04-221-1/+0
| | | | | | | |
| * | | | | | | Roll secondary node coverage into "make start-cover"Simon MacMullen2010-04-212-9/+4
| | | | | | | |
| * | | | | | | Make start-secondary-cover actually do something, stop Erlang tests blowing up.Simon MacMullen2010-04-202-1/+5
| | | | | | | |
| * | | | | | | Allow enabling cover for secondary node.Simon MacMullen2010-04-202-0/+10
| |/ / / / / /
| * | | | | | merge headsTony Garnock-Jones2010-04-201-0/+4
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | * | | | Have a default config file for testing with make runTony Garnock-Jones2010-04-201-0/+4
| | | | | |