Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
Prepare for "release" v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Marowsky-Bree committed Jul 4, 2013
1 parent 807a2e3 commit ffca2d9
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 2 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

49 changes: 49 additions & 0 deletions ROADMAP
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dnl checks for library functions
dnl checks for system services

AC_INIT([sbd],
[1.0],
[1.2.0],
[[email protected]])
AC_CANONICAL_HOST
AC_CONFIG_AUX_DIR(.)
Expand Down

0 comments on commit ffca2d9

Please sign in to comment.