Hi All, Here's the patches from this past week of testing...
Unfortunately although things are looking up, I'm still not totally satisfied with where things are at and 1.0.1 will be a little longer - mid-to-late this week with any luck. If you're wondering why 1.0.1 testing is throwing up things not caught for 1.0.0, its because I improved a couple of our automated tests to increase our coverage (and I have plans for few more additions during the 1.0.2 testing cycle to extend that coverage even further). For those that just can't wait, you can use the packages in server:ha-clustering:UNSTABLE (this is what I'm currently testing with) which also now includes man pages for almost all the /sbin binaries shipped in Pacemaker. Additionally, I've made them available on clusterlabs.org Just follow the link from the Documentation page :-) Thanks for your patience, Andrew 38 files changed, 558 insertions(+), 425 deletions(-) Makefile.am | 5 autogen.sh | 6 - cib/callbacks.c | 1 configure.in | 1 crmd/join_client.c | 2 crmd/messages.c | 16 ++ crmd/pengine.c | 71 ++++++++---- crmd/te_callbacks.c | 8 - crmd/tengine.c | 6 - crmd/utils.c | 3 cts/CTStests.py.in | 2 debian/control | 2 debian/pacemaker.dirs | 1 debian/pacemaker.install | 1 debian/patches/chown-check-2.patch | 51 --------- debian/patches/ipv6-check.patch | 24 ---- debian/patches/series/2.1.2-1 | 2 debian/rules | 14 ++ extra/resources/controld | 11 + include/crm/cib_ops.h | 2 include/crm/cib_util.h | 2 include/crm/common/xml.h | 20 +-- lib/ais/plugin.c | 199 +++++++++++++++++++++++++++++------- lib/ais/utils.c | 44 +++++-- lib/ais/utils.h | 7 + lib/cib/cib_ops.c | 90 +++++----------- lib/cib/cib_utils.c | 3 lib/common/membership.c | 19 ++- lib/common/utils.c | 2 lib/pengine/clone.c | 30 +++++ lib/pengine/native.c | 10 + pengine/main.c | 3 pengine/test10/master-ordering.dot | 4 pengine/test10/master-ordering.exp | 166 ++++++++++++------------------ tools/cib_shadow.c | 4 tools/crm.in | 44 +------ tools/crm_mon.c | 14 +- tools/hb2openais.sh.in | 93 +++++++++++----- _______________________________________________ Pacemaker mailing list [email protected] http://list.clusterlabs.org/mailman/listinfo/pacemaker
