From ffca2d93872b81f8b10ef1164c024005576afd4b Mon Sep 17 00:00:00 2001 From: Lars Marowsky-Bree Date: Thu, 4 Jul 2013 12:22:36 +0200 Subject: [PATCH] Prepare for "release" v1.2.0 --- NEWS | 15 +++++++++++++++ README.md | 4 +++- ROADMAP | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 4 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 ROADMAP diff --git a/NEWS b/NEWS index e69de29..76c999a 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,15 @@ +2013-07-04 - v1.2.0 + +This is, finally, a public release after several years of development +and living mostly in SUSE Linux Enterprise High Availability 11 (and +previously, cluster-glue). + +"sbd" ("shared-storage based death", named originally in deference to +Novell Cluster Suite's "split brain detector") is a highly reliable +fencing mechanism that utilizes shared storage for arbitration and +exchange of fencing commands. + +New in this release: +- Initial public release +- Move to github + diff --git a/README.md b/README.md index 96f2a8d..b8d8ee7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ A highly reliable fencing or Shoot-the-other-node-in-the-head (STONITH) mechanism that works by utilizing shared storage. -The component works with Pacemaker clusters. +The component works with Pacemaker clusters. (Currently, it is only +tested on clusters using the "old" plugin to corosync, not yet the MCP +code. Patches are welcome.) Please see https://github.com/l-mb/sbd/blob/master/man/sbd.8.pod for the full documentation. diff --git a/ROADMAP b/ROADMAP new file mode 100644 index 0000000..a655cde --- /dev/null +++ b/ROADMAP @@ -0,0 +1,49 @@ +- Provide fence_sbd wrapper for use with pacemaker clusters that do not + support cluster-glue fencing agents + +- systemd integration for the start-up scripts + +- Support for corosync >1.4.x in the non-plugin mode +- Provide fence_sbd wrapper for use with pacemaker clusters that do not + support cluster-glue fencing agents + +- systemd integration for the start-up scripts + +- Support for corosync >1.4.x in the non-plugin mode +- Provide fence_sbd wrapper for use with pacemaker clusters that do not + support cluster-glue fencing agents + +- systemd integration for the start-up scripts + +- Support for corosync >1.4.x in the non-plugin mode +- Provide fence_sbd wrapper for use with pacemaker clusters that do not + support cluster-glue fencing agents + +- systemd integration for the start-up scripts + +- Support for corosync >1.4.x in the non-plugin mode +- Provide fence_sbd wrapper for use with pacemaker clusters that do not + support cluster-glue fencing agents + +- systemd integration for the start-up scripts + +- Support for corosync >1.4.x in the non-plugin mode +- Provide fence_sbd wrapper for use with pacemaker clusters that do not + support cluster-glue fencing agents + +- systemd integration for the start-up scripts + +- Support for corosync >1.4.x in the non-plugin mode +- Provide fence_sbd wrapper for use with pacemaker clusters that do not + support cluster-glue fencing agents + +- systemd integration for the start-up scripts + +- Support for corosync >1.4.x in the non-plugin mode +- Provide fence_sbd wrapper for use with pacemaker clusters that do not + support cluster-glue fencing agents + +- systemd integration for the start-up scripts + +- Support for corosync >1.4.x in the non-plugin mode + diff --git a/configure.ac b/configure.ac index 3756126..2f8f020 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl checks for library functions dnl checks for system services AC_INIT([sbd], - [1.0], + [1.2.0], [lmb@suse.com]) AC_CANONICAL_HOST AC_CONFIG_AUX_DIR(.)