Accepting request 257778 from network:ha-clustering:Factory
- remote: advertise default port correctly, further adjust default timeout periods - remote: report timestamps for remote connection resource operations - pengine: allow remote-nodes to be placed in maintenance mode - xml: Prevent assert errors in crm_element_value() on applying a patch without version information (bsc#900296) - pengine: prevent disabling rsc discovery per node in certain situations - crm_resource: avoid deletion of lrm cache on node with resource discovery disabled. - pengine: per-node control over resource discovery - mainloop: fix potential segfault for fd = 0 - ping: Correct metadata for attempts parameter (bsc#899324) - ping: Pass extra options to fping (bsc#899324) - ping: Remove incorrectly advertised migrate_to|migrate_from (bsc#899324) - ping: Add use_fping parameter (bsc#899324) - ping: Correctly advertise multiplier default (bsc#899324) - pengine: resource discovery mode for location constraints - cib: Ensure upgrade operations from a non-DC get an acknowledgement - lrmd: cancel pending async connection during disconnect - systemd: Ensure we don't call dbus_message_unref() with NULL - systemd: Perform monitor operations without blocking - dbus: Notice when dbus connections get disabled - pengine: allow baremetal remote-nodes to recover without requiring fencing when cluster-node fails - crmd: do not remove connection resources during re-probe - pengine: only fence baremetal remote when connection can fails or can not be recovered - ipc: properly allocate server enforced buffer size on client - remote: advertise more reasonable timeout periods for remote-nodes connections - crmd: properly update job limit for baremetal remote-nodes - crmd: Remote-node throttle jobs count towards cluster-node hosting conneciton rsc - crmd: Ensure throttle_mode() does something on Linux - systemd: Perform actions asynchronously - crm_attribute: Correctly update config options when -o crm_config is specified - crmd: Fixes crash when remote connection migration fails OBS-URL: https://build.opensuse.org/request/show/257778 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pacemaker?expand=0&rev=78
This commit is contained in:
commit
cf33a157e1
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">266d5c2484716111616bcd0f32d9b94bc49baa77</param>
|
||||
<param name="revision">28aee948cebd51305a2cdc3ec4f94252ce975655</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -55,4 +55,4 @@ Index: pacemaker/fencing/remote.c
|
||||
+ crm_notice("Action %s (%s) for %s (%s) timed out",
|
||||
op->action, op->id, op->target, op->client_name);
|
||||
op->state = st_failed;
|
||||
remote_op_done(op, NULL, -ETIME, FALSE);
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df8d3df106f75ed4d58196bd1b0813bc1cc86977df0b21ee59c1c2cb8044dbf2
|
||||
size 9332595
|
3
pacemaker-1.1.12.git20141016.28aee94.tar.bz2
Normal file
3
pacemaker-1.1.12.git20141016.28aee94.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8e1409d3f330bd0b9031665f241631d2757f96e9d2ddf3d71adfcfe6edd3dd8
|
||||
size 9493235
|
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 12:55:03 UTC 2014 - ygao@suse.com
|
||||
|
||||
- remote: advertise default port correctly, further adjust default timeout periods
|
||||
- remote: report timestamps for remote connection resource operations
|
||||
- pengine: allow remote-nodes to be placed in maintenance mode
|
||||
- xml: Prevent assert errors in crm_element_value() on applying a patch without version information (bsc#900296)
|
||||
- pengine: prevent disabling rsc discovery per node in certain situations
|
||||
- crm_resource: avoid deletion of lrm cache on node with resource discovery disabled.
|
||||
- pengine: per-node control over resource discovery
|
||||
- mainloop: fix potential segfault for fd = 0
|
||||
- ping: Correct metadata for attempts parameter (bsc#899324)
|
||||
- ping: Pass extra options to fping (bsc#899324)
|
||||
- ping: Remove incorrectly advertised migrate_to|migrate_from (bsc#899324)
|
||||
- ping: Add use_fping parameter (bsc#899324)
|
||||
- ping: Correctly advertise multiplier default (bsc#899324)
|
||||
- pengine: resource discovery mode for location constraints
|
||||
- cib: Ensure upgrade operations from a non-DC get an acknowledgement
|
||||
- lrmd: cancel pending async connection during disconnect
|
||||
- systemd: Ensure we don't call dbus_message_unref() with NULL
|
||||
- systemd: Perform monitor operations without blocking
|
||||
- dbus: Notice when dbus connections get disabled
|
||||
- pengine: allow baremetal remote-nodes to recover without requiring fencing when cluster-node fails
|
||||
- crmd: do not remove connection resources during re-probe
|
||||
- pengine: only fence baremetal remote when connection can fails or can not be recovered
|
||||
- ipc: properly allocate server enforced buffer size on client
|
||||
- remote: advertise more reasonable timeout periods for remote-nodes connections
|
||||
- crmd: properly update job limit for baremetal remote-nodes
|
||||
- crmd: Remote-node throttle jobs count towards cluster-node hosting conneciton rsc
|
||||
- crmd: Ensure throttle_mode() does something on Linux
|
||||
- systemd: Perform actions asynchronously
|
||||
- crm_attribute: Correctly update config options when -o crm_config is specified
|
||||
- crmd: Fixes crash when remote connection migration fails
|
||||
- pengine: fixes segfault caused by malformed log warning
|
||||
- Allow fail-counts to be removed en-mass when the new attrd is in operation
|
||||
- fencing: Use the correct define for origin
|
||||
- fencing: Reject actions for devices that haven't been explicitly registered yet
|
||||
- cts : change default cluster stack from openais to corosync (bsc#894871)
|
||||
- crm_resource: Ensure fail-counts are purged when we redetect the state of all resources
|
||||
- corosync: Avoid unnecessary repeated CMAP API calls (bsc#870771)
|
||||
- cib: Do not update on disk backups if we're just querying them
|
||||
- mcp: Allow orphan children to initiate node panic via SIGQUIT
|
||||
- Support machine panics for some kinds of errors (via sbd if available)
|
||||
- PE: Allow natural ordering of colocation sets
|
||||
- stonith-ng: Reset mainloop source IDs after removing them
|
||||
- Fencing: Force 'stonith-ng' as the system name
|
||||
- crm_mon: Repair notification delivery when the v2 patch format is in use
|
||||
- mcp: Teach pacemakerd to ignore SIGHUP
|
||||
|
||||
- Rebase bug-806256_pacemaker-log-level-notice.patch
|
||||
|
||||
- Upstream version cs: 28aee948cebd51305a2cdc3ec4f94252ce975655
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 5 07:33:50 UTC 2014 - ygao@suse.com
|
||||
|
||||
@ -105,7 +158,7 @@ Tue Jul 1 08:03:50 UTC 2014 - ygao@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 03:16:29 UTC 2014 - ygao@suse.com
|
||||
|
||||
- Bug cl#5219 - PE: Allow unrelated resources with a common colocation target to remain promoted
|
||||
- Bug cl#5219 - PE: Allow unrelated resources with a common colocation target to remain promoted (bnc#899175)
|
||||
- Bug cl#5222 - Enable legacy mode whenever a broadcast update is detected (bnc#881575)
|
||||
- xml: Prevent incorrect xml diffs from corrupting the cib (bnc#878362)
|
||||
- mainloop: implement gio_poll_dispatch_mod
|
||||
|
@ -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.git20140904.266d5c2
|
||||
Version: 1.1.12.git20141016.28aee94
|
||||
Release: 0
|
||||
#Release: %{pcmk_release}%{?dist}
|
||||
Url: http://www.clusterlabs.org
|
||||
|
Loading…
Reference in New Issue
Block a user