- xml: add 'require-all' to xml schema for constraints
- pengine: require-all feature for ordered clones - xml: Ensure ACLs are reapplied before calculating what a replace operation changed - cib: Ensure file-based backends treat '-o section' consistently with the native backend - crmd: resolves memory leak in crmd. - pacemakerd: resolves memory leak of xml structure in pacemakerd - ipc: use server enforced buffer during ipc client send - pengine: do not recording pending migrate_to ops for pacemaker remote - crmd: never stop recurring monitor ops for pcmk remote during incomplete migration - pengine: prefer migration target for remote node connections - pengine: properly handle ordering during remote connection partial migration - crmd: Ensure remote connection resources timeout properly during 'migrate_from' action - crmd: gracefully handle remote node disconnects during op execution - pengine: Fence baremetal remote when recurring monitor op fails - crmd: Handle remote connection failures while executing ops on remote connection - remote: Treat recv msg timeout as a disconnect - pengine: properly recover remote-nodes when cluster-node proxy goes offline - systemd: Correctly handle long running stop actions - crm_resource: Include group members when calculating the next timeout - crm_resource: Ensure --restart sets/clears meta attributes - crm_resource: Clean up memory in --restart error paths - Build: Use a wrapper for realloc() which calls abort when we run out of memory - services: Prevent potential use-of-NULL - crm_resource: Memory leak in error paths - crmd: Mistake of the set of the variable. - Upstream version cs: d0139e9a00c32b9bc1d7d206d6210126045b49be OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=178
This commit is contained in:
parent
df0af128e3
commit
f7fd1260f0
2
_service
2
_service
@ -11,7 +11,7 @@
|
||||
<param name="version">1.1.12</param>
|
||||
-->
|
||||
<param name="versionformat">1.1.12.git%cd.%h</param>
|
||||
<param name="revision">7dd90226e10035340d6707d9fd2b04f2e0141194</param>
|
||||
<param name="revision">d0139e9a00c32b9bc1d7d206d6210126045b49be</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba3347698c14c1b25f17cc477218ccba3d86bcf41e709c4036e047899fad821a
|
||||
size 9445997
|
3
pacemaker-1.1.12.git20150108.d0139e9.tar.bz2
Normal file
3
pacemaker-1.1.12.git20150108.d0139e9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93ba38c92a37398cb1eae95efb8e2c552de42d1cfde83d953f343c240a8af364
|
||||
size 9369355
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 12:10:09 UTC 2015 - ygao@suse.com
|
||||
|
||||
- xml: add 'require-all' to xml schema for constraints
|
||||
- pengine: require-all feature for ordered clones
|
||||
- xml: Ensure ACLs are reapplied before calculating what a replace operation changed
|
||||
- cib: Ensure file-based backends treat '-o section' consistently with the native backend
|
||||
- crmd: resolves memory leak in crmd.
|
||||
- pacemakerd: resolves memory leak of xml structure in pacemakerd
|
||||
- ipc: use server enforced buffer during ipc client send
|
||||
- pengine: do not recording pending migrate_to ops for pacemaker remote
|
||||
- crmd: never stop recurring monitor ops for pcmk remote during incomplete migration
|
||||
- pengine: prefer migration target for remote node connections
|
||||
- pengine: properly handle ordering during remote connection partial migration
|
||||
- crmd: Ensure remote connection resources timeout properly during 'migrate_from' action
|
||||
- crmd: gracefully handle remote node disconnects during op execution
|
||||
- pengine: Fence baremetal remote when recurring monitor op fails
|
||||
- crmd: Handle remote connection failures while executing ops on remote connection
|
||||
- remote: Treat recv msg timeout as a disconnect
|
||||
- pengine: properly recover remote-nodes when cluster-node proxy goes offline
|
||||
- systemd: Correctly handle long running stop actions
|
||||
- crm_resource: Include group members when calculating the next timeout
|
||||
- crm_resource: Ensure --restart sets/clears meta attributes
|
||||
- crm_resource: Clean up memory in --restart error paths
|
||||
- Build: Use a wrapper for realloc() which calls abort when we run out of memory
|
||||
- services: Prevent potential use-of-NULL
|
||||
- crm_resource: Memory leak in error paths
|
||||
- crmd: Mistake of the set of the variable.
|
||||
- Upstream version cs: d0139e9a00c32b9bc1d7d206d6210126045b49be
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 21 15:38:57 UTC 2014 - ygao@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pacemaker
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -99,7 +99,7 @@ Name: pacemaker
|
||||
Summary: Scalable High-Availability cluster resource manager
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: Productivity/Clustering/HA
|
||||
Version: 1.1.12.git20141118.7dd9022
|
||||
Version: 1.1.12.git20150108.d0139e9
|
||||
Release: 0
|
||||
#Release: %{pcmk_release}%{?dist}
|
||||
Url: http://www.clusterlabs.org
|
||||
|
Loading…
Reference in New Issue
Block a user