summaryrefslogtreecommitdiffstats
path: root/recipes/pacemaker
AgeCommit message (Collapse)Author
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-07pacemaker: completely disable stack protector for uclibc buildsRoman I Khimov
Make uclibc builds stable across different architectures. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23pacemaker: fix volatilesRoman I Khimov
populate-volatile.sh doesn't like blank lines in volatile files. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-23pacemaker: fix uclibc buildRoman I Khimov
Software stack protection is not available. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-09pacemaker: fix headers define extraction and uclibc buildRoman I Khimov
Header define extraction routine tries to execute test binary which may or may not work depending on target architecture. Redo it using preprocessor only. Fix uclibc build also, doesn't link properly without fstack-protector. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-03-29pacemaker: new recipeRoman I Khimov
Pacemaker achieves maximum availability for your cluster services by detecting and recovering from node and service-level failures. It achieves this by utilizing the messaging and membership capabilities provided by your preferred cluster infrastructure (OE version is built for OpenAIS). If the startup and shutdown of your service can scripted, Pacemaker can improve its availability. Pacemaker can manage clusters of practically any size and comes with a powerful dependency model for accurately modeling your environment. Signed-off-by: Roman I Khimov <khimov@altell.ru>