2ac37ce818
- pengine: Support cib object tags (FATE#315101) - crmd: Correctly detect changes of ticket state (bnc#872794) - Upstream version cs: 3f7ec44b51825898e3e30784ca4df09e3f45bf40
Yan Gao2014-04-14 06:18:54 +00:00
afe461ee91
- Rebase: * bug-812269_pacemaker-fencing-device-register-messages.patch - Build: Update versions in configure.ac and sample spec file - fencing: Do not unregister/register all stonith devices on every resource agent change - PE: Unfencing is based on device probes, there is no need to unfence when normal resources are found active - pengine: handles edge case where container order constraints are not honored during migration - pengine: Allow container nodes to migrate with connection resource - xml: Resolve memory leak when logging xml blobs - PE: Do not unfence nodes that are offline, unclean or shutting down - PE: Ensure unfencing only happens once, even if the transition is interrupted - crmd: Actions can only be executed if their pre-requisits completed successfully - crmd: Do not erase the status section for unfenced nodes - Fencing: Correctly record which peer performed the fencing operation - lrmd: Expose logging variables expected by OCF agents - logging: Simplify processing of logging directives - logging: daemons always get a log file, unless explicitly set to configured 'none' - PE: Ensure unfencing occurs before fencing devices are (re-)probed - fencing: Filter self-fencing at the peers to allow unfencing to work correctly - fencing: Automatically switch from 'list' to 'status' to 'static-list' if those actions are not advertised in the metadata - lrmd: Provide stderr output from agents if available, otherwise fall back to stdout - fencing: properly detect new fencing devices for v2 cib updates - acl: Prevent use-of-NULL - cts: automatically determine whether to run RemoteBaremetal (bnc#856353) - pengine: Correctly search failcount - Upstream version cs: ff74a591e670dbdb86f7cddeec989167de521216
Yan Gao2014-04-11 16:58:54 +00:00
0f11d61d83
- Rebase: * bug-812269_pacemaker-fencing-device-register-messages.patch - Build: Update versions in configure.ac and sample spec file - fencing: Do not unregister/register all stonith devices on every resource agent change - PE: Unfencing is based on device probes, there is no need to unfence when normal resources are found active - pengine: handles edge case where container order constraints are not honored during migration - pengine: Allow container nodes to migrate with connection resource - xml: Resolve memory leak when logging xml blobs - PE: Do not unfence nodes that are offline, unclean or shutting down - PE: Ensure unfencing only happens once, even if the transition is interrupted - crmd: Actions can only be executed if their pre-requisits completed successfully - crmd: Do not erase the status section for unfenced nodes - Fencing: Correctly record which peer performed the fencing operation - lrmd: Expose logging variables expected by OCF agents - logging: Simplify processing of logging directives - logging: daemons always get a log file, unless explicitly set to configured 'none' - PE: Ensure unfencing occurs before fencing devices are (re-)probed - fencing: Filter self-fencing at the peers to allow unfencing to work correctly - fencing: Automatically switch from 'list' to 'status' to 'static-list' if those actions are not advertised in the metadata - lrmd: Provide stderr output from agents if available, otherwise fall back to stdout - fencing: properly detect new fencing devices for v2 cib updates - acl: Prevent use-of-NULL - cts: automatically determine whether to run RemoteBaremetal (bnc#856353) - pengine: Correctly search failcount - Upstream version cs: ff74a591e670dbdb86f7cddeec989167de521216
Yan Gao2014-04-11 16:58:54 +00:00
24447fbea0
Accepting request 229447 from network:ha-clustering:Factory
Stephan Kulow
2014-04-09 11:01:13 +00:00
577ac3a10f
Accepting request 229447 from network:ha-clustering:Factory
Stephan Kulow
2014-04-09 11:01:13 +00:00
b9e1752f6a
- pengine: Support id-ref in nvpair with optional "name" (FATE#316118) Drop the patches that have been merged upstream: * pacemaker-pengine-nvpair-id-ref.patch * pacemaker-pengine-nvpair-id-ref-test.patch - Upstream version cs: 6442c5a67cdd4cbaeedb2c532e0dc0667a79c202
Yan Gao2014-04-09 04:54:43 +00:00
5f64fb1200
- pengine: Support id-ref in nvpair with optional "name" (FATE#316118) Drop the patches that have been merged upstream: * pacemaker-pengine-nvpair-id-ref.patch * pacemaker-pengine-nvpair-id-ref-test.patch - Upstream version cs: 6442c5a67cdd4cbaeedb2c532e0dc0667a79c202
Yan Gao2014-04-09 04:54:43 +00:00
84ef8bdb91
- xml: INFINITY could overflow for 16-bit ints - explicitly cast it - xml: Correctly determine the lowest allowed schema version - xml: Construct the table of supported schemas - cib: All schema upgrade requests must go via the DC - cib: Determine the best value of validate-with if one is not supplied - acl: Ensure known users are not able to read the cib by default - xml: Add missing schema file - Upstream version cs: d9fbba56804a7a7bcceaa5d4b7e29e3f15fc0e59
Yan Gao2014-04-08 13:46:29 +00:00
26bd423aff
- xml: INFINITY could overflow for 16-bit ints - explicitly cast it - xml: Correctly determine the lowest allowed schema version - xml: Construct the table of supported schemas - cib: All schema upgrade requests must go via the DC - cib: Determine the best value of validate-with if one is not supplied - acl: Ensure known users are not able to read the cib by default - xml: Add missing schema file - Upstream version cs: d9fbba56804a7a7bcceaa5d4b7e29e3f15fc0e59
Yan Gao2014-04-08 13:46:29 +00:00
3edb72f8d7
- crmd: Correctly react to successful unfencing operations - PE: Delay unfencing until after we know the state of all resources that require unfencing - PE: Fencing devices default to only requiring quorum in order to start - PE: Automatically re-unfence a node if the fencing device definition changes - pengine: Only report 'migrate' in transition summary if migration is actually taking place - crm_node: Set correct subsystem in node rm cache msg - crm_node: Prevent use-after-free in tools_remove_node_cache() - crmd: make resource ID case sensitive - fencing: Correction of the registration from a difference. - crm_report: Add support for ISO8601 time format in logs (bnc#870886) - PE: Potential memory leak - xml: Support resources that require unfencing - crmd: make node_state erase correctly - xml: Add the ability to have lightweight schema revisions - xml: Split up the RelaxNG schema files so they're easier to version individually - crm_get_msec: prevent integer overflow - corosync: Reduce log severity for a redundant message (bnc#870624) - attrd: Reduce log severity for normal messages (bnc#870624) - cib: When data was old, it fixed so that the newest cib might not be acquired. - crm_attribute: Default --lifetime to forever when using --node (bnc#870696) - Upstream version cs: 76579e813b5aaa1972d400055233519f58bbc0c6
Yan Gao2014-04-08 12:17:12 +00:00
5b918bf0b1
- crmd: Correctly react to successful unfencing operations - PE: Delay unfencing until after we know the state of all resources that require unfencing - PE: Fencing devices default to only requiring quorum in order to start - PE: Automatically re-unfence a node if the fencing device definition changes - pengine: Only report 'migrate' in transition summary if migration is actually taking place - crm_node: Set correct subsystem in node rm cache msg - crm_node: Prevent use-after-free in tools_remove_node_cache() - crmd: make resource ID case sensitive - fencing: Correction of the registration from a difference. - crm_report: Add support for ISO8601 time format in logs (bnc#870886) - PE: Potential memory leak - xml: Support resources that require unfencing - crmd: make node_state erase correctly - xml: Add the ability to have lightweight schema revisions - xml: Split up the RelaxNG schema files so they're easier to version individually - crm_get_msec: prevent integer overflow - corosync: Reduce log severity for a redundant message (bnc#870624) - attrd: Reduce log severity for normal messages (bnc#870624) - cib: When data was old, it fixed so that the newest cib might not be acquired. - crm_attribute: Default --lifetime to forever when using --node (bnc#870696) - Upstream version cs: 76579e813b5aaa1972d400055233519f58bbc0c6
Yan Gao2014-04-08 12:17:12 +00:00
c6397fa67c
Rebase pacemaker-pengine-nvpair-id-ref.patch
Yan Gao2014-03-31 09:06:35 +00:00
f935b0d20e
Rebase pacemaker-pengine-nvpair-id-ref.patch
Yan Gao2014-03-31 09:06:35 +00:00
be252eaaab
- pengine: Do not fence remote-node entries left over in the node section that have no connection rsc - pengine: properly handle remote-node without connection resource. - xml: Update xml validation to allow '<node type=remote />' - cib: allow setting permanent remote-node attributes - Upstream version cs: d63eaf41fa8173de3e29873d0461bfb888b83b37
Yan Gao2014-03-31 07:27:41 +00:00
f003975b5d
- pengine: Do not fence remote-node entries left over in the node section that have no connection rsc - pengine: properly handle remote-node without connection resource. - xml: Update xml validation to allow '<node type=remote />' - cib: allow setting permanent remote-node attributes - Upstream version cs: d63eaf41fa8173de3e29873d0461bfb888b83b37
Yan Gao2014-03-31 07:27:41 +00:00
563025d4a4
- xml: Allow first-acl-match-wins semantics to be supported if desired - crm_report: extract additional DLM lockspace data - xml: If validate-with is missing, we find the most recent schema that accepts it and go from there - tools: fix "crm_shadow --reset <name>" - controld: Remove '-q 0' from default dlm_controld arguments - acl: Authenticate pacemaker-remote requests with the node name as the client - controld: Verify killall is available on resource start - Prevent use-of-NULL spotted by coverity - crmd: Correctly detect changes to the configuration root - crmd: Fenced nodes that return prior to an election do not need to have their status section reset - xml: Do not log deleted attributes - xml: Correctly mark the parent's of deleted attributes as dirty - crm_diff: Allow the generation of xml patchsets without digests - crmd: Prevent memory leak when accepting a new DC - xml: Find the minimal set of changes when part of a document is replaced - xml: Create the correct diff when only part of a document is changed - Upstream version cs: 61e95e4864be0301be528874eed65266f4e62cf0
Yan Gao2014-03-28 07:56:30 +00:00
ea9f8158b2
- xml: Allow first-acl-match-wins semantics to be supported if desired - crm_report: extract additional DLM lockspace data - xml: If validate-with is missing, we find the most recent schema that accepts it and go from there - tools: fix "crm_shadow --reset <name>" - controld: Remove '-q 0' from default dlm_controld arguments - acl: Authenticate pacemaker-remote requests with the node name as the client - controld: Verify killall is available on resource start - Prevent use-of-NULL spotted by coverity - crmd: Correctly detect changes to the configuration root - crmd: Fenced nodes that return prior to an election do not need to have their status section reset - xml: Do not log deleted attributes - xml: Correctly mark the parent's of deleted attributes as dirty - crm_diff: Allow the generation of xml patchsets without digests - crmd: Prevent memory leak when accepting a new DC - xml: Find the minimal set of changes when part of a document is replaced - xml: Create the correct diff when only part of a document is changed - Upstream version cs: 61e95e4864be0301be528874eed65266f4e62cf0
Yan Gao2014-03-28 07:56:30 +00:00
eb4e8593b2
- pengine: fixes invalid transition caused by clones with more than 10 instances - services_action_cancel: Interpret return code from mainloop_child_kill() correctly - fencing: make hashtable mapping hostname->alias case insensitive for hostname - attrd: Make hostname hashtable case insensitive - membership: make caching peers by uname case insensitive - crmd: make lrm_state hash table not case sensitive - lrmd: clean up the agent's entire process group - xml: Enable resource sets in location constraints for 1.2 schema (bnc#867880) - Upstream version cs: 8bee850bb95ee01dcba03038ddfd65d22e195cf6
Yan Gao2014-03-21 05:57:18 +00:00
417c1ff4b9
- pengine: fixes invalid transition caused by clones with more than 10 instances - services_action_cancel: Interpret return code from mainloop_child_kill() correctly - fencing: make hashtable mapping hostname->alias case insensitive for hostname - attrd: Make hostname hashtable case insensitive - membership: make caching peers by uname case insensitive - crmd: make lrm_state hash table not case sensitive - lrmd: clean up the agent's entire process group - xml: Enable resource sets in location constraints for 1.2 schema (bnc#867880) - Upstream version cs: 8bee850bb95ee01dcba03038ddfd65d22e195cf6
Yan Gao2014-03-21 05:57:18 +00:00
3738c84790
Tweak of pacemaker.changes
Yan Gao2014-03-13 13:08:11 +00:00
46c0afaaa4
Tweak of pacemaker.changes
Yan Gao2014-03-13 13:08:11 +00:00
607abc8487
- Drop obsolete bug-792124_pacemaker-stonith-monitor-log.patch
Yan Gao2014-03-13 10:51:32 +00:00
90a1b0231e
- Drop obsolete bug-792124_pacemaker-stonith-monitor-log.patch
Yan Gao2014-03-13 10:51:32 +00:00
6a314dbc96
Update: pacemaker-pengine-nvpair-id-ref.patch pacemaker-pengine-nvpair-id-ref-test.patch
Yan Gao2014-03-13 10:30:21 +00:00
280d18b941
Update: pacemaker-pengine-nvpair-id-ref.patch pacemaker-pengine-nvpair-id-ref-test.patch
Yan Gao2014-03-13 10:30:21 +00:00
222e75a3ea
- mainloop: Fixes use after free in process monitor code - lrmd: Cancel recurring operations before stop action is executed - lrmd: Merge duplicate recurring monitor operations - services: Do not allow duplicate recurring op entries - crmd: Ack pending operations that were cancelled due to rsc deletion - crm_mon: Add failures to --as-xml output - cib: Check if on-disk cib is corrupt in the separate on_disk_cib_corrupt() rather than in validate_on_disk_cib() (bnc#866618) - crmd: Do not start timers for already completed operations - acl: Read access must be explicitly granted - xml: Better move detection logic for xml nodes - cib: Do not disable cib disk writes if on-disk cib is corrupt (bnc#866618) - xml: Correctly calculate the adjusted offset of xml elements - crm_diff: Mirror how the cib operates for better testing - cib: Ingore patch failures if we already have their contents - cib: Prevent use-after-free when cleaning up after query operations - xml: Mark the parents of a partial replace as dirty - xml: Correctly enforce ACLs after a replace operation - cib: Do not try to use an empty value for CIB_shadow - crm_resource: Gracefully handle -EACCESS when querying the cib - xml: Correctly observe ACLs when creating filtered copies of xml documents - xml: Only test write permissions for attributes that are being changed - xml: Always allow new scaffolding - node with no attributes or only an id field - cib: Memory leaks caused by ACLs returning filtered copies - xml: Set flags to indicate when updates were rejected by an ACL - cib: Respect the CIB_user environment variable for ACLs - xml: Unpack and apply ACLs when tracking changes - cib: Implement CIB_file-mode ACLs for testing - remote: Enable migration support for baremetal connection resources by default - cibadmin: Allow priviliged clients to perform tasks as unpriviliged users - cibadmin: Remove dangerous commands that exposed unnecessary implementation internal details
Yan Gao2014-03-13 10:26:07 +00:00
ceec526574
- mainloop: Fixes use after free in process monitor code - lrmd: Cancel recurring operations before stop action is executed - lrmd: Merge duplicate recurring monitor operations - services: Do not allow duplicate recurring op entries - crmd: Ack pending operations that were cancelled due to rsc deletion - crm_mon: Add failures to --as-xml output - cib: Check if on-disk cib is corrupt in the separate on_disk_cib_corrupt() rather than in validate_on_disk_cib() (bnc#866618) - crmd: Do not start timers for already completed operations - acl: Read access must be explicitly granted - xml: Better move detection logic for xml nodes - cib: Do not disable cib disk writes if on-disk cib is corrupt (bnc#866618) - xml: Correctly calculate the adjusted offset of xml elements - crm_diff: Mirror how the cib operates for better testing - cib: Ingore patch failures if we already have their contents - cib: Prevent use-after-free when cleaning up after query operations - xml: Mark the parents of a partial replace as dirty - xml: Correctly enforce ACLs after a replace operation - cib: Do not try to use an empty value for CIB_shadow - crm_resource: Gracefully handle -EACCESS when querying the cib - xml: Correctly observe ACLs when creating filtered copies of xml documents - xml: Only test write permissions for attributes that are being changed - xml: Always allow new scaffolding - node with no attributes or only an id field - cib: Memory leaks caused by ACLs returning filtered copies - xml: Set flags to indicate when updates were rejected by an ACL - cib: Respect the CIB_user environment variable for ACLs - xml: Unpack and apply ACLs when tracking changes - cib: Implement CIB_file-mode ACLs for testing - remote: Enable migration support for baremetal connection resources by default - cibadmin: Allow priviliged clients to perform tasks as unpriviliged users - cibadmin: Remove dangerous commands that exposed unnecessary implementation internal details
Yan Gao2014-03-13 10:26:07 +00:00
e20db35b42
- Add symlinks rcpacemaker and rcpacemaker_remote to /usr/bin/service (bnc#866057)
Yan Gao2014-03-03 11:51:26 +00:00
e7a395414f
- Add symlinks rcpacemaker and rcpacemaker_remote to /usr/bin/service (bnc#866057)
Yan Gao2014-03-03 11:51:26 +00:00
2e3ac8a8bf
Add a bug number: - xml: Fix segfault in TRACKING_CHANGES() (bnc#865345)
Yan Gao2014-03-03 10:36:36 +00:00
0bc48138fd
Add a bug number: - xml: Fix segfault in TRACKING_CHANGES() (bnc#865345)
Yan Gao2014-03-03 10:36:36 +00:00
0dd79ac994
- Rebase bug-812269_pacemaker-fencing-device-register-messages.patch
Yan Gao2014-03-03 09:35:43 +00:00
eed638275e
- Rebase bug-812269_pacemaker-fencing-device-register-messages.patch
Yan Gao2014-03-03 09:35:43 +00:00
948d2787ad
- xml: Memory leak when free'ing xml documents - systemd: Prevent use-of-NULL when determining if an agent exists - xml: Fix segfault in TRACKING_CHANGES() - PE: Memory leak when updating cancel operations - xml: Prevent memory leak in xml _private field - pengine: Performance increase, stack allocated score2char - crm_report: Only gather dlm data if dlm_controld is running - Fix: memory leak found by valgrind was corrected. - Fencing: Add the ability to call stonith_api_time() from stonith_admin - Fencing: Pass the correct options when looking up the history by node name - cib: Ensure 'cibadmin -R/--replace' commands get replies - xml: Correctly initialize and find v1-style patch version numbers - crm_mon: Add -R switch to show clone details - Build: Install compatibility.h - fencing: Teach stonith-ng about finding device and topology changes in the v2 patch format - crm_report: Additional dlm detail - crm_report: Allow ssh alternatives to be used - crmd: Correctly recognise operation cancellations we initiated - crmd: Improved logging of transition cancellations - crmd: Correctly detect lrm refreshes - crmd: Ignore 'move' operations to the cib, we only care about content changes - PE: Ensure instance numbers are preserved for cloned templates - Bug cl#5196 - PE: Check values after expanding templates - crm_mon: Ensure resource attributes have been unpacked before displaying connectivity data - Upstream version cs: ca8234daf2bbb2d0fd2fb47cdbb6667f892081bb
Yan Gao2014-03-03 07:56:37 +00:00
ecf1558079
- xml: Memory leak when free'ing xml documents - systemd: Prevent use-of-NULL when determining if an agent exists - xml: Fix segfault in TRACKING_CHANGES() - PE: Memory leak when updating cancel operations - xml: Prevent memory leak in xml _private field - pengine: Performance increase, stack allocated score2char - crm_report: Only gather dlm data if dlm_controld is running - Fix: memory leak found by valgrind was corrected. - Fencing: Add the ability to call stonith_api_time() from stonith_admin - Fencing: Pass the correct options when looking up the history by node name - cib: Ensure 'cibadmin -R/--replace' commands get replies - xml: Correctly initialize and find v1-style patch version numbers - crm_mon: Add -R switch to show clone details - Build: Install compatibility.h - fencing: Teach stonith-ng about finding device and topology changes in the v2 patch format - crm_report: Additional dlm detail - crm_report: Allow ssh alternatives to be used - crmd: Correctly recognise operation cancellations we initiated - crmd: Improved logging of transition cancellations - crmd: Correctly detect lrm refreshes - crmd: Ignore 'move' operations to the cib, we only care about content changes - PE: Ensure instance numbers are preserved for cloned templates - Bug cl#5196 - PE: Check values after expanding templates - crm_mon: Ensure resource attributes have been unpacked before displaying connectivity data - Upstream version cs: ca8234daf2bbb2d0fd2fb47cdbb6667f892081bb
Yan Gao2014-03-03 07:56:37 +00:00
ca55e7fdb4
Ready to run source service: ca8234daf2bbb2d0fd2fb47cdbb6667f892081bb
Yan Gao2014-03-03 06:50:59 +00:00
d3e1673ec5
Ready to run source service: ca8234daf2bbb2d0fd2fb47cdbb6667f892081bb
Yan Gao2014-03-03 06:50:59 +00:00
b6323a1b4d
Accepting request 223330 from network:ha-clustering:Factory
Stephan Kulow
2014-02-22 19:44:16 +00:00
5ae3bc05fc
Accepting request 223330 from network:ha-clustering:Factory
Stephan Kulow
2014-02-22 19:44:16 +00:00
02f0d19250
- controld: Do not consider the dlm up until the address list is present - pengine: Support per-resource maintenance mode (bnc#863071) - pengine: cl#5187 - Prevent resources in an anti-colocation from even temporarily running on a same node (bnc#856135, bnc#862319) - controld: handling startup fencing within the controld agent, not the dlm - Upstream version cs: 0b7d85a159cc92e00ebded65c9a33edce7ba1c22
Yan Gao2014-02-21 07:15:44 +00:00
234c448115
- controld: Do not consider the dlm up until the address list is present - pengine: Support per-resource maintenance mode (bnc#863071) - pengine: cl#5187 - Prevent resources in an anti-colocation from even temporarily running on a same node (bnc#856135, bnc#862319) - controld: handling startup fencing within the controld agent, not the dlm - Upstream version cs: 0b7d85a159cc92e00ebded65c9a33edce7ba1c22
Yan Gao2014-02-21 07:15:44 +00:00
fa594eb06e
Accepting request 221419 from network:ha-clustering:Factory
Stephan Kulow
2014-02-11 10:46:40 +00:00
f0b6ef871b
Accepting request 221419 from network:ha-clustering:Factory
Stephan Kulow
2014-02-11 10:46:40 +00:00
ad4ab01393
- ipc: Convince clang that our casting is intended (bnc#845525) * Drop pacemaker-Wno-cast-align.patch which has been merged upstream - cib: Use the correctly typed enum value during initialization - Build: Add dbus as an rpm dependancy - Fix: Bug rhbz#1057697 - Use native DBus library for systemd async support to avoid problematic use of threads - remote: Fail remote-node connection rsc monitor ops early on unexpected disconnect - tools: Return error when attempting to delete an unspecified attribute - remote: Allow baremetal remote-node connection resources to migrate - lrmd: Send event alerting estabilished clients that a new client connection is created. - Fix: Bug rhbz#1057697 - Use native DBus library for systemd support to avoid problematic use of threads - xml: Fix segfault in find_entity() - Upstream version cs: 6290953f2b035a92a8f093973b94c5cf38b79cd9
Yan Gao2014-02-08 14:21:03 +00:00
e867fb5cb8
- ipc: Convince clang that our casting is intended (bnc#845525) * Drop pacemaker-Wno-cast-align.patch which has been merged upstream - cib: Use the correctly typed enum value during initialization - Build: Add dbus as an rpm dependancy - Fix: Bug rhbz#1057697 - Use native DBus library for systemd async support to avoid problematic use of threads - remote: Fail remote-node connection rsc monitor ops early on unexpected disconnect - tools: Return error when attempting to delete an unspecified attribute - remote: Allow baremetal remote-node connection resources to migrate - lrmd: Send event alerting estabilished clients that a new client connection is created. - Fix: Bug rhbz#1057697 - Use native DBus library for systemd support to avoid problematic use of threads - xml: Fix segfault in find_entity() - Upstream version cs: 6290953f2b035a92a8f093973b94c5cf38b79cd9
Yan Gao2014-02-08 14:21:03 +00:00
1196bee70b
Accepting request 215261 from network:ha-clustering:Factory
Stephan Kulow
2014-01-30 13:59:24 +00:00
27012725b6
Accepting request 215261 from network:ha-clustering:Factory
Stephan Kulow
2014-01-30 13:59:24 +00:00
7b26015585
- pengine: Free memory allocated by find_actions() - cib: Fix remote cib based on TLS - Upstream version cs: f3eeaf49d1fb7bca713ecbbc819aef51650d26ef
Yan Gao2014-01-28 08:12:10 +00:00
09ad3ccbbe
- pengine: Free memory allocated by find_actions() - cib: Fix remote cib based on TLS - Upstream version cs: f3eeaf49d1fb7bca713ecbbc819aef51650d26ef
Yan Gao2014-01-28 08:12:10 +00:00
7474c957f2
- Build: Suppress -Wcast-align warnings/errors on arm and ppc64le (bnc#845525)
Yan Gao2014-01-25 07:45:00 +00:00
e3ab3f0455
- Build: Suppress -Wcast-align warnings/errors on arm and ppc64le (bnc#845525)
Yan Gao2014-01-25 07:45:00 +00:00
3713649e1c
- Build: Supress -Wcast-align warnings/errors on arm and ppc64le (bnc#845525) * Update pacemaker-Wno-cast-align.patch
Yan Gao2014-01-25 07:18:33 +00:00
62a0c904df
- Build: Supress -Wcast-align warnings/errors on arm and ppc64le (bnc#845525) * Update pacemaker-Wno-cast-align.patch
Yan Gao2014-01-25 07:18:33 +00:00
9c46bb651f
- services: Do not block synced service executions - Upstream version cs: 96cd1941308be48fdf1e827b88ebd9410cf2010a
Yan Gao2014-01-25 01:47:46 +00:00
ad12ec0648
- services: Do not block synced service executions - Upstream version cs: 96cd1941308be48fdf1e827b88ebd9410cf2010a
Yan Gao2014-01-25 01:47:46 +00:00
81ed226e20
- crm_mon: Display brief output if "-b/--brief" is supplied or 'b' is toggled (FATE#314757) - tools: Display pending state in crm_mon/crm_resource/crm_simulate if --pending/-j is supplied (cl#5178) (FATE#315159) - services: Fixes segfault associated with cancelling in-flight recurring operations. (bnc#859923)
Yan Gao2014-01-24 09:03:05 +00:00
4f39472adf
- crm_mon: Display brief output if "-b/--brief" is supplied or 'b' is toggled (FATE#314757) - tools: Display pending state in crm_mon/crm_resource/crm_simulate if --pending/-j is supplied (cl#5178) (FATE#315159) - services: Fixes segfault associated with cancelling in-flight recurring operations. (bnc#859923)
Yan Gao2014-01-24 09:03:05 +00:00
6d114301ee
Update revision in _service: a3cda7619e71399d54f209296aebf3ba713a0bf4
Yan Gao2014-01-24 08:42:28 +00:00
61ba85eb4c
Update revision in _service: a3cda7619e71399d54f209296aebf3ba713a0bf4
Yan Gao2014-01-24 08:42:28 +00:00
118ff3676c
- crm_report: Force grep to interpret logs as text - Upstream version cs: a3cda7619e71399d54f209296aebf3ba713a0bf4
Yan Gao2014-01-20 10:36:47 +00:00
a5081d6a04
- crm_report: Force grep to interpret logs as text - Upstream version cs: a3cda7619e71399d54f209296aebf3ba713a0bf4
Yan Gao2014-01-20 10:36:47 +00:00
c2b96fb3ba
- Drop the obsolete patch (bnc#857779): * bug-812269_pacemaker-fencing-update-cib.patch
Yan Gao2014-01-17 16:59:46 +00:00
21b5dfd5e6
- Drop the obsolete patch (bnc#857779): * bug-812269_pacemaker-fencing-update-cib.patch
Yan Gao2014-01-17 16:59:46 +00:00
98e931192e
- pengine: Force record pending for migrate_to actions - pengine: cl#5186 - Avoid running rsc on two nodes when node is fenced during migration - cluster: Fix segfault on removing a node (bnc#858745) - services: Reset the scheduling policy and priority for lrmd's children without replying on SCHED_RESET_ON_FORK (bnc#858857) - fencing: Update stonith device list only if stonith is enabled (bnc#857779) - services: Correctly reset the nice value for lrmd's children (bnc#858857) - pengine: Correctly perform partial migrations when node's uname is not equal to the id. - fencing: Immediately fail remote fencing operation on peer timeout - cl#5055: Improved migration support. - stonith_admin: Ensure pointers passed to sscanf() are properly initialized - Fix: Prevent potential use-of-NULL - crmd: Prevent memory leak in error paths - services: Fixes segfault associated with cancelling in-flight recurring operations. - pengine: cl#5174 - Allow resource sets and templates for location constraints (FATE#315158) - Upstream version cs: 31d76eedee4aecfa9b204bd3006c0ce2c7b569a4
Yan Gao2014-01-17 16:24:19 +00:00
ccd482926f
- pengine: Force record pending for migrate_to actions - pengine: cl#5186 - Avoid running rsc on two nodes when node is fenced during migration - cluster: Fix segfault on removing a node (bnc#858745) - services: Reset the scheduling policy and priority for lrmd's children without replying on SCHED_RESET_ON_FORK (bnc#858857) - fencing: Update stonith device list only if stonith is enabled (bnc#857779) - services: Correctly reset the nice value for lrmd's children (bnc#858857) - pengine: Correctly perform partial migrations when node's uname is not equal to the id. - fencing: Immediately fail remote fencing operation on peer timeout - cl#5055: Improved migration support. - stonith_admin: Ensure pointers passed to sscanf() are properly initialized - Fix: Prevent potential use-of-NULL - crmd: Prevent memory leak in error paths - services: Fixes segfault associated with cancelling in-flight recurring operations. - pengine: cl#5174 - Allow resource sets and templates for location constraints (FATE#315158) - Upstream version cs: 31d76eedee4aecfa9b204bd3006c0ce2c7b569a4
Yan Gao2014-01-17 16:24:19 +00:00
35c00b81d3
Accepting request 213584 from network:ha-clustering:Factory
Stephan Kulow
2014-01-15 18:35:59 +00:00
c74bc38ef0
Accepting request 213584 from network:ha-clustering:Factory
Stephan Kulow
2014-01-15 18:35:59 +00:00
322453fa16
- crmd: Change the default value of node-action-limit - crm_ticket: Support multiple modifications for a ticket in an atomic operation (bnc#855099) - Upstream version cs: 3e8930190b8b53565ef4ca3fa00006c41511be9f
Yan Gao2014-01-11 11:40:34 +00:00
0e7b607acb
- crmd: Change the default value of node-action-limit - crm_ticket: Support multiple modifications for a ticket in an atomic operation (bnc#855099) - Upstream version cs: 3e8930190b8b53565ef4ca3fa00006c41511be9f
Yan Gao2014-01-11 11:40:34 +00:00
fe15fb0755
- ipc: fix memory leak for failed ipc client connections. (bnc#857779) - pacemakerd: Fixed a problem that only pacemakerd did not inherit the logfacility of corosync.conf. - pengine: Fixes memory leak in regex pattern matching code for constraints. - crm_attribute: Do not swallow hostname lookup failures - crmd: Avoid deleting the 'shutdown' attribute - Upstream version cs: ad10acb1c4d668befd7ea1d39312356223d86615 - cpg: Correctly free sent messages (bnc#853675, bnc#856018) - cluster: Correctly construct the header for compressed messages (bnc#851951, bnc#856018)
Yan Gao2014-01-09 18:42:11 +00:00
91a226db77
- ipc: fix memory leak for failed ipc client connections. (bnc#857779) - pacemakerd: Fixed a problem that only pacemakerd did not inherit the logfacility of corosync.conf. - pengine: Fixes memory leak in regex pattern matching code for constraints. - crm_attribute: Do not swallow hostname lookup failures - crmd: Avoid deleting the 'shutdown' attribute - Upstream version cs: ad10acb1c4d668befd7ea1d39312356223d86615 - cpg: Correctly free sent messages (bnc#853675, bnc#856018) - cluster: Correctly construct the header for compressed messages (bnc#851951, bnc#856018)
Yan Gao2014-01-09 18:42:11 +00:00
c994a642d7
Accepting request 210602 from network:ha-clustering:Factory
Stephan Kulow
2013-12-12 10:17:51 +00:00
9a6d66b487
Accepting request 210602 from network:ha-clustering:Factory
Stephan Kulow
2013-12-12 10:17:51 +00:00
466b71767d
- cts: Install cib_xml.py (bnc#854926) - report: Add support for xz compressed logs (bnc#854060) - attrd: Memory leak - crm_mon: Fix overflow on SMTP subject line - Upstream version cs: 65bb87eadcf6dfd9b5cd6030ec318579fd4fe7c8
Yan Gao2013-12-11 19:30:37 +00:00
8806208b4d
- cts: Install cib_xml.py (bnc#854926) - report: Add support for xz compressed logs (bnc#854060) - attrd: Memory leak - crm_mon: Fix overflow on SMTP subject line - Upstream version cs: 65bb87eadcf6dfd9b5cd6030ec318579fd4fe7c8
Yan Gao2013-12-11 19:30:37 +00:00
a9fbc1c67d
Accepting request 209517 from network:ha-clustering:Factory
Stephan Kulow
2013-12-06 12:44:54 +00:00
310b037af4
Accepting request 209517 from network:ha-clustering:Factory
Stephan Kulow
2013-12-06 12:44:54 +00:00
42411beec9
- Fix: Removes unnecessary newlines in crm_resource -O output (bnc#853651) - Upstream version cs: 93a37bf6ea4dcaea8fe7462442ee01019ec167c5
Yan Gao2013-12-05 12:13:50 +00:00
39a9b6624f
- Fix: Removes unnecessary newlines in crm_resource -O output (bnc#853651) - Upstream version cs: 93a37bf6ea4dcaea8fe7462442ee01019ec167c5
Yan Gao2013-12-05 12:13:50 +00:00
1e620cbabc
Accepting request 209371 from network:ha-clustering:Factory
Stephan Kulow
2013-12-05 06:17:55 +00:00
80d8a4d713
Accepting request 209371 from network:ha-clustering:Factory
Stephan Kulow
2013-12-05 06:17:55 +00:00
1509fe4b16
- crmd: Memory leak - Upstream version cs: ce5d77c6038a0a0294d4cae238169c458ba03b72
Yan Gao2013-11-28 14:03:03 +00:00
f30b407a3e
- crmd: Memory leak - Upstream version cs: ce5d77c6038a0a0294d4cae238169c458ba03b72
Yan Gao2013-11-28 14:03:03 +00:00
62eaeb23f3
Add the corresponding bug numbers in the changelog:
Yan Gao2013-11-26 15:08:46 +00:00
6ab49f3e65
Add the corresponding bug numbers in the changelog:
Yan Gao2013-11-26 15:08:46 +00:00
5372a4a151
- pengine: Recover unexpectedly running container nodes. - pengine: Disable container node probes due to constraint conflicts - ipc: Have the ipc server enforce a minimum buffer size all clients must use. - Bug cl#5181 - corosync: Ensure node IDs are written to the CIB as unsigned integers - Upstream version cs: f57ad6c17624c0cbfc58c46f0bad7e28453506bb
Yan Gao2013-11-25 16:37:48 +00:00
485bf99876
- pengine: Recover unexpectedly running container nodes. - pengine: Disable container node probes due to constraint conflicts - ipc: Have the ipc server enforce a minimum buffer size all clients must use. - Bug cl#5181 - corosync: Ensure node IDs are written to the CIB as unsigned integers - Upstream version cs: f57ad6c17624c0cbfc58c46f0bad7e28453506bb
Yan Gao2013-11-25 16:37:48 +00:00
f3c0ebe69f
- Update pacemaker-colocated-utilization.patch * pengine: Do not check the allocation of resources during a colocation preview (bnc#849595)
Yan Gao2013-11-19 16:46:16 +00:00
5c951f9dac
- Update pacemaker-colocated-utilization.patch * pengine: Do not check the allocation of resources during a colocation preview (bnc#849595)
Yan Gao2013-11-19 16:46:16 +00:00
d9508f2e48
Accepting request 207124 from network:ha-clustering:Factory
Stephan Kulow
2013-11-17 19:20:19 +00:00
21f1779561
Accepting request 207124 from network:ha-clustering:Factory
Stephan Kulow
2013-11-17 19:20:19 +00:00