- watchdog: Allow startup without sbd
- service: Prevent potential use-of-NULL in metadata lookups - dbus: Fail gracefully if malloc fails - crmd: Prevent use-of-NULL during reprobe - crmd: Correctly obtain SBD_WATCHDOG_TIMEOUT from the environment - pengine: add #kind=remote for baremetal remote-nodes - Officially support the resource-discovery attribute for location constraints - xml: fix xml.c memleak in "missing upgrade XSLT" case - Prefer to inherit the watchdog timeout from SBD - stonith-ng: Correctly observe the watchdog completion timeout - sbd: Attempt to locate sbd via its pid file - Fencing: If configured, wait stonith-watchdog-timer seconds for self-fencing to complete - Resolve some potential issues spotted by clang and coverity - PE: Watchdog integration is sufficient for fencing - Fencing: Correctly wait for self-fencing to occur when the watchdog is in use - Fencing: Ensure the hostlist parameter is set for watchdog agents - crm_resource: Allow -M location to be reinforced with -f even if rsc is already on node - mcp: Turn on sbd integration if pacemakerd finds it running - pengine: Fix the behaviors of multi-state resources with asymmetrical ordering (bsc#899403) - lrmd: Prevent glib assert triggered by timers being removed from mainloop more than once - cib: Improved tracing of callbacks - Upstream version cs: a9c81774b89f21f990be255f9862446d1a38afee - Fencing: Allow the cluster to recover resources if the watchdog is in use - crmd: If configured, trigger the watchdog immediately if we loose quorum and no-quorum-policy=suicide - crmd: Ensure a watchdog device is in use if stonith-watchdog-timeout is configured - Fencing: Advertise the watchdog device for fencing operations OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=168
This commit is contained in:
parent
b2b31ab911
commit
3b54dc51be
2
_service
2
_service
@ -11,7 +11,7 @@
|
|||||||
<param name="version">1.1.12</param>
|
<param name="version">1.1.12</param>
|
||||||
-->
|
-->
|
||||||
<param name="versionformat">1.1.12.git%cd.%h</param>
|
<param name="versionformat">1.1.12.git%cd.%h</param>
|
||||||
<param name="revision">28aee948cebd51305a2cdc3ec4f94252ce975655</param>
|
<param name="revision">a9c81774b89f21f990be255f9862446d1a38afee</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8e1409d3f330bd0b9031665f241631d2757f96e9d2ddf3d71adfcfe6edd3dd8
|
|
||||||
size 9493235
|
|
3
pacemaker-1.1.12.git20141028.a9c8177.tar.bz2
Normal file
3
pacemaker-1.1.12.git20141028.a9c8177.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c7c422515b6267a10bf33e806e3fdc3a0e66349a96febff8a2f8a3be1952f9b5
|
||||||
|
size 144947242
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 14:21:58 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
- watchdog: Allow startup without sbd
|
||||||
|
- service: Prevent potential use-of-NULL in metadata lookups
|
||||||
|
- dbus: Fail gracefully if malloc fails
|
||||||
|
- crmd: Prevent use-of-NULL during reprobe
|
||||||
|
- crmd: Correctly obtain SBD_WATCHDOG_TIMEOUT from the environment
|
||||||
|
- pengine: add #kind=remote for baremetal remote-nodes
|
||||||
|
- Officially support the resource-discovery attribute for location constraints
|
||||||
|
- xml: fix xml.c memleak in "missing upgrade XSLT" case
|
||||||
|
- Prefer to inherit the watchdog timeout from SBD
|
||||||
|
- stonith-ng: Correctly observe the watchdog completion timeout
|
||||||
|
- sbd: Attempt to locate sbd via its pid file
|
||||||
|
- Fencing: If configured, wait stonith-watchdog-timer seconds for self-fencing to complete
|
||||||
|
- Resolve some potential issues spotted by clang and coverity
|
||||||
|
- PE: Watchdog integration is sufficient for fencing
|
||||||
|
- Fencing: Correctly wait for self-fencing to occur when the watchdog is in use
|
||||||
|
- Fencing: Ensure the hostlist parameter is set for watchdog agents
|
||||||
|
- crm_resource: Allow -M location to be reinforced with -f even if rsc is already on node
|
||||||
|
- mcp: Turn on sbd integration if pacemakerd finds it running
|
||||||
|
- pengine: Fix the behaviors of multi-state resources with asymmetrical ordering (bsc#899403)
|
||||||
|
- lrmd: Prevent glib assert triggered by timers being removed from mainloop more than once
|
||||||
|
- cib: Improved tracing of callbacks
|
||||||
|
- Upstream version cs: a9c81774b89f21f990be255f9862446d1a38afee
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 17 12:55:03 UTC 2014 - ygao@suse.com
|
Fri Oct 17 12:55:03 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
@ -41,6 +67,10 @@ Fri Oct 17 12:55:03 UTC 2014 - ygao@suse.com
|
|||||||
- cib: Do not update on disk backups if we're just querying them
|
- cib: Do not update on disk backups if we're just querying them
|
||||||
- mcp: Allow orphan children to initiate node panic via SIGQUIT
|
- mcp: Allow orphan children to initiate node panic via SIGQUIT
|
||||||
- Support machine panics for some kinds of errors (via sbd if available)
|
- Support machine panics for some kinds of errors (via sbd if available)
|
||||||
|
- Fencing: Allow the cluster to recover resources if the watchdog is in use
|
||||||
|
- crmd: If configured, trigger the watchdog immediately if we loose quorum and no-quorum-policy=suicide
|
||||||
|
- crmd: Ensure a watchdog device is in use if stonith-watchdog-timeout is configured
|
||||||
|
- Fencing: Advertise the watchdog device for fencing operations
|
||||||
- PE: Allow natural ordering of colocation sets
|
- PE: Allow natural ordering of colocation sets
|
||||||
- stonith-ng: Reset mainloop source IDs after removing them
|
- stonith-ng: Reset mainloop source IDs after removing them
|
||||||
- Fencing: Force 'stonith-ng' as the system name
|
- Fencing: Force 'stonith-ng' as the system name
|
||||||
|
@ -99,7 +99,7 @@ Name: pacemaker
|
|||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Version: 1.1.12.git20141016.28aee94
|
Version: 1.1.12.git20141028.a9c8177
|
||||||
Release: 0
|
Release: 0
|
||||||
#Release: %{pcmk_release}%{?dist}
|
#Release: %{pcmk_release}%{?dist}
|
||||||
Url: http://www.clusterlabs.org
|
Url: http://www.clusterlabs.org
|
||||||
|
Loading…
Reference in New Issue
Block a user