Add missing bug numbers in pacemaker.changes

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=61
This commit is contained in:
Yan Gao 2013-09-24 12:51:17 +00:00 committed by Git OBS Bridge
parent 6df4c425eb
commit c6e3f55cc9

View File

@ -524,7 +524,7 @@ Wed Apr 18 06:30:14 UTC 2012 - ygao@suse.com
- corosync: Consistently set the correct uuid with get_node_uuid() - corosync: Consistently set the correct uuid with get_node_uuid()
- Fencing: Standardize on /one/ method for clients to request members - Fencing: Standardize on /one/ method for clients to request members
be fenced be fenced
- Core: Strip text nodes from on disk xml files - Core: Strip text nodes from on disk xml files (bnc#769910)
- Tools: Implement crm_node functionality for native corosync - Tools: Implement crm_node functionality for native corosync
- corosync: Hook up CPG membership - corosync: Hook up CPG membership
- fencing: More gracefully handle failed 'list' operations for devices - fencing: More gracefully handle failed 'list' operations for devices
@ -554,11 +554,11 @@ Wed Apr 18 06:30:14 UTC 2012 - ygao@suse.com
decreases decreases
- PE: Bug rhbz#789397 - Failcount and related info should be reset - PE: Bug rhbz#789397 - Failcount and related info should be reset
or removed when the resource is deleted or removed when the resource is deleted
- fencing: fence_legacy - Drop spurilous host argument from status query - fencing: fence_legacy - Drop spurilous host argument from status query (bnc#750512)
- pengine: Bug cl#5000 - Implements ability to create rsc_order - pengine: Bug cl#5000 - Implements ability to create rsc_order
constraint sets such that A can start after (B || C) has started. constraint sets such that A can start after (B || C) has started.
- Fencing: fence_legacy - Ensure port is available as an environment - Fencing: fence_legacy - Ensure port is available as an environment
variable when calling monitor variable when calling monitor (bnc#750512)
- PE: Bug cl#5028 - Unmanaged services should block shutdown unless - PE: Bug cl#5028 - Unmanaged services should block shutdown unless
in maintainence mode (bnc#738882) in maintainence mode (bnc#738882)
- Fix coverity defects in pengine, cib, stonith-ng and crm_resource - Fix coverity defects in pengine, cib, stonith-ng and crm_resource
@ -640,7 +640,8 @@ Fri Dec 16 04:42:38 UTC 2011 - tserong@suse.com
- RA: add NodeUtilization - RA: add NodeUtilization
- stonith-ng: export stonith resource name to stonith agents - stonith-ng: export stonith resource name to stonith agents
- crmd: Send out all of the meta parameters to lrmd for stop action - crmd: Send out all of the meta parameters to lrmd for stop actions
(bnc#715501)
- RA: Fix the metadata of HealthSMART and SysInfo RAs - RA: Fix the metadata of HealthSMART and SysInfo RAs
- stonith: Longer default timeout/interval of operations for stonith - stonith: Longer default timeout/interval of operations for stonith
resources resources
@ -679,7 +680,7 @@ Tue Sep 20 14:27:47 UTC 2011 - tserong@suse.com
that are lost due to elections that are lost due to elections
- crmd: Log duplicate DC detection as a WARNING not ERROR - crmd: Log duplicate DC detection as a WARNING not ERROR
- crmd: Bug lf#2632 - Correctly handle nodes that return faster - crmd: Bug lf#2632 - Correctly handle nodes that return faster
than stonith than stonith (bnc#710314)
- Core: Treat GNUTLS_E_UNEXPECTED_PACKET_LENGTH as normal - Core: Treat GNUTLS_E_UNEXPECTED_PACKET_LENGTH as normal
termination of a TLS session termination of a TLS session
- cib: Call gnutls_bye() and shutdown() when disconnecting from - cib: Call gnutls_bye() and shutdown() when disconnecting from
@ -728,6 +729,7 @@ Tue Sep 20 14:27:47 UTC 2011 - tserong@suse.com
- fencing: Add support for --reboot to stonith_admin - fencing: Add support for --reboot to stonith_admin
- Fencing: Downgrade an error message for a valid scenario - Fencing: Downgrade an error message for a valid scenario
- crmd: Ensure we do not attempt to perform action on failed nodes - crmd: Ensure we do not attempt to perform action on failed nodes
(bnc#703236, lf#2612)
- Fencing: admin - Disable stderr logging by default - Fencing: admin - Disable stderr logging by default
- Fencing: Fix use-of-NULL by g_hash_table_lookup - Fencing: Fix use-of-NULL by g_hash_table_lookup
- Tools: Correctly log corosync node IDs (lf#2621) - Tools: Correctly log corosync node IDs (lf#2621)
@ -855,6 +857,8 @@ Wed Feb 9 12:03:57 UTC 2011 - tserong@novell.com
- ais: Ensure that process death is communicated to peer nodes (lf#2550) - ais: Ensure that process death is communicated to peer nodes (lf#2550)
- PE: Certain stop operations require STONITH, could overload the - PE: Certain stop operations require STONITH, could overload the
batch-limit otherwise (lf#2551, bnc#669229) batch-limit otherwise (lf#2551, bnc#669229)
- PE: Suppress unnecssary assertion failure message (lf#2558,
bnc#670983)
- Shell: Do not print XML for permission denied errors - Shell: Do not print XML for permission denied errors
- ACL: Support access control on "cleanup" - ACL: Support access control on "cleanup"
- crmd: Cancel recurring operations while we're still connected to the - crmd: Cancel recurring operations while we're still connected to the
@ -864,6 +868,7 @@ Wed Feb 9 12:03:57 UTC 2011 - tserong@novell.com
- crmd: ACL: Prohibit non-privileged users to "fail" resources - crmd: ACL: Prohibit non-privileged users to "fail" resources
- Core: Do not store last-run for recurring operations, since it is - Core: Do not store last-run for recurring operations, since it is
misleading misleading
- Shell: fix logic for not printing the default monitor depth
- Doc: Add ACL documentation - Doc: Add ACL documentation
- Upstream version cs: ecb6baaf7fc0 - Upstream version cs: ecb6baaf7fc0
@ -1055,6 +1060,7 @@ Tue Feb 8 13:24:24 UTC 2011 - tserong@novell.com
- crmd: Record completed migrate ops in CIB status section as - crmd: Record completed migrate ops in CIB status section as
migrate_to/migrate_from, not as stop/start (lf#2481) migrate_to/migrate_from, not as stop/start (lf#2481)
- PE: Fix typo leading to use-of-NULL in the new ordering code - PE: Fix typo leading to use-of-NULL in the new ordering code
(bnc#653635)
- crmd: on version print everything to stdout - crmd: on version print everything to stdout
- stonith: cleanup children on timeout in fence_legacy - stonith: cleanup children on timeout in fence_legacy
- Shell: use uname instead of id in nodes when building other ids - Shell: use uname instead of id in nodes when building other ids