Accepting request 291855 from network:ha-clustering:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/291855 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pacemaker?expand=0&rev=85
This commit is contained in:
commit
d29887dfb2
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">3021d731fdeba29e1136c117a62f3201785be6ea</param>
|
||||
<param name="revision">e32080b460f81486b85d08ec958582b3e72d858c</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c80e961a0f0eb3ac56f406178611dbb1fbbd5d1b7ea004b80690098739cab9e6
|
||||
size 9484483
|
3
pacemaker-1.1.12.git20150313.e32080b.tar.bz2
Normal file
3
pacemaker-1.1.12.git20150313.e32080b.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a95672698193dd9d8b51b2c0220d1755c5634c0984d5f9e133cea0a98cf62633
|
||||
size 9441027
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 09:38:52 UTC 2015 - ygao@suse.com
|
||||
|
||||
- PE: Support non-actionable degraded mode for OCF
|
||||
- lrmd, services: interpret LSB status codes properly
|
||||
- tools: add crm_resource --wait option
|
||||
- tools: attrd_updater supports --query and --all options
|
||||
- attrd: attrd supports queries
|
||||
- pengine: remove unnecessary whitespace from notify environment variables
|
||||
- tools: free allocated memory correctly in crm_resource
|
||||
- attrd: properly write attributes for peers once uuid is discovered
|
||||
- cib: assignment where comparison intended
|
||||
- attrd: only send ack for recognized operations
|
||||
- attrd: make each client operation handler its own function
|
||||
- tools: attrd_updater supports private attributes
|
||||
- attrd supports private attributes (not written to CIB)
|
||||
- pengine: Reschedule specific monitors when resource definitions have changed (bsc#914761)
|
||||
- pengine: Resolve memory leaks (bsc#914761)
|
||||
- Upstream version cs: e32080b460f81486b85d08ec958582b3e72d858c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 27 09:44:50 UTC 2015 - ygao@suse.com
|
||||
|
||||
- properly record stop args after reload
|
||||
- pengine: Do not reschedule monitors that are no longer needed while resource definitions have changed (bsc#914761)
|
||||
- Build: Fix building when heartbeat support is disabled
|
||||
- fencing: cl#5134 - Support random fencing delay to avoid double fencing (FATE#317136)
|
||||
- extra: Use crm_simulate for the showscores script
|
||||
- attrd: refresh should force an immediate write-out of all attributes
|
||||
- service: Leave synchronous calls to be free'd by the caller
|
||||
- service: Additional pointer safety
|
||||
- crmd: Add "on_node" attribute for *_last_failure_0 lrm resource operations (bsc#918839)
|
||||
- crm_mon: Fill CRM_notify_node in traps with node's uname rather than node's id if possible (bsc#918839)
|
||||
- pengine: ensure if B is colocated with A, B can never run without A
|
||||
- cib: automatically update .sig files in file backends when clients update live CIB
|
||||
- cib: file-based backends now detect whether file is live CIB
|
||||
- lrmd: add back support for class heartbeat agents
|
||||
- lrmd: provide fake meta data for ra class heartbeat
|
||||
- crm_resource: Use-after-free when restarting a resource
|
||||
- cli: Ensure subsequent unknown long options are correctly detected
|
||||
- crmd: Bug rhbz#1181824 - Ensure the DC can be reliably fenced
|
||||
- attrd_updater: Allow attributes to be set for other nodes
|
||||
- native_print: report target-role as well
|
||||
- membership: fix crm_update_peer_proc to NOT ignore flags if partially set
|
||||
- crmd: don't trigger a stonith_reconnect if no longer required
|
||||
- Upstream version cs: fa1311a0159588385f24cd8c3530233f4b90f3a9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 12:26:27 UTC 2015 - rguenther@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pacemaker
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX 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.git20150129.3021d73
|
||||
Version: 1.1.12.git20150313.e32080b
|
||||
Release: 0
|
||||
#Release: %{pcmk_release}%{?dist}
|
||||
Url: http://www.clusterlabs.org
|
||||
|
Loading…
Reference in New Issue
Block a user