This repository has been archived by the owner on May 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lars Marowsky-Bree
committed
Jul 4, 2013
1 parent
807a2e3
commit ffca2d9
Showing
4 changed files
with
68 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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(.) | ||
|