| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: pacemaker-libs | Distribution: SUSE Linux Enterprise 15 |
| Version: 2.1.7+20231219.0f7f88312 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.4.7 | Build date: Sat May 18 23:29:04 2024 |
| Group: System/Libraries | Build host: s390zp34 |
| Size: 2297972 | Source RPM: pacemaker-2.1.7+20231219.0f7f88312-150600.4.7.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://www.clusterlabs.org/ | |
| Summary: Core Pacemaker libraries | |
Pacemaker is an advanced, scalable High-Availability cluster resource manager. The pacemaker-libs package contains shared libraries needed for cluster nodes and those just running the CLI tools.
GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
* Tue Apr 16 2024 ygao@suse.com
- scheduler: deprecate Nagios and Upstart resources even if built with --enable-compat-2.0 (gh#ClusterLabs/pacemaker#3417)
* pacemaker#3417-0001-Log-scheduler-deprecate-Nagios-and-Upstart-resources.patch
* Mon Apr 15 2024 ygao@suse.com
- scheduler: correctly log resource IDs of the deprecated classes (gh#ClusterLabs/pacemaker#3415)
* pacemaker#3415-0001-Log-scheduler-correctly-log-resource-IDs-of-the-depr.patch
* Mon Apr 15 2024 ygao@suse.com
- libcib: Don't incorrectly expand "++" and "+=" in XML attr values (gh#ClusterLabs/pacemaker#3413)
* pacemaker#3413-0003-Fix-libcib-Don-t-incorrectly-expand-and-in-XML-attr-.patch
- cts-cli: Update for pcmk__inject_failcount() setting integer value (gh#ClusterLabs/pacemaker#3413)
* pacemaker#3413-0002-Test-cts-cli-Update-for-pcmk__inject_failcount-setti.patch
- libpacemaker: pcmk__inject_failcount should set an integer value (gh#ClusterLabs/pacemaker#3413)
* pacemaker#3413-0001-Low-libpacemaker-pcmk__inject_failcount-should-set-a.patch
- scheduler: log unknown nodes in location constraints (gh#ClusterLabs/pacemaker#3409, CLBZ#5415)
* pacemaker#3409-0007-Log-scheduler-log-unknown-nodes-in-location-constrai.patch
- scheduler: correct lifetime deprecation warning (gh#ClusterLabs/pacemaker#3409)
* pacemaker#3409-0006-Log-scheduler-correct-lifetime-deprecation-warning.patch
- tools: honor rules when getting utilization attributes with crm_resource (gh#ClusterLabs/pacemaker#3409)
* pacemaker#3409-0005-Fix-tools-honor-rules-when-getting-utilization-attri.patch
- scheduler: deprecate support for default instance attributes (gh#ClusterLabs/pacemaker#3409)
* pacemaker#3409-0004-Low-scheduler-deprecate-support-for-default-instance.patch
- scheduler: use default timeout (20s) if user configures 0 (gh#ClusterLabs/pacemaker#3409)
* pacemaker#3409-0003-Fix-scheduler-use-default-timeout-20s-if-user-config.patch
- tools: use better value for crm_resource --force-* timeout (gh#ClusterLabs/pacemaker#3409)
* pacemaker#3409-0002-Low-tools-use-better-value-for-crm_resource-force-ti.patch
- tools: crm_resource should ignore resource meta-attribute node expressions (gh#ClusterLabs/pacemaker#3409)
* pacemaker#3409-0001-Fix-tools-crm_resource-should-ignore-resource-meta-a.patch
* Thu Apr 11 2024 ygao@suse.com
- fencer: always format time_t values as long long (gh#ClusterLabs/pacemaker#3407)
* pacemaker#3407-0001-Log-fencer-always-format-time_t-values-as-long-long.patch
* Fri Apr 05 2024 ygao@suse.com
- libcrmcommon: NULL-check strdup() in pcmk__register_message() (gh#ClusterLabs/pacemaker#3394)
* pacemaker#3394-0004-Low-libcrmcommon-NULL-check-strdup-in-pcmk__register.patch
- libcrmcommon: NULL-check strdup() in pcmk__register_format() (gh#ClusterLabs/pacemaker#3394)
* pacemaker#3394-0003-Low-libcrmcommon-NULL-check-strdup-in-pcmk__register.patch
- libpacemaker: Correctly free graphs and synapses (gh#ClusterLabs/pacemaker#3394)
* pacemaker#3394-0002-Low-libpacemaker-Correctly-free-graphs-and-synapses.patch
- libcrmcommon: Initialize some variables (gh#ClusterLabs/pacemaker#3394)
* pacemaker#3394-0001-Low-libcrmcommon-Initialize-some-variables.patch
- HealthSMART:fix the description of temp_lower_limit (gh#ClusterLabs/pacemaker#3392)
* pacemaker#3392-0001-Doc-HealthSMART-fix-the-description-of-temp_lower_li.patch
* Wed Apr 03 2024 ygao@suse.com
- cibsecret: Use 'ps axww' to avoid truncating issue (gh#ClusterLabs/pacemaker#3384)
* pacemaker#3384-0001-Fix-cibsecret-Use-ps-axww-to-avoid-truncating-issue.patch
* Mon Mar 18 2024 ygao@suse.com
- libcrmcommon: pcmk__xml_read() recovery works for stdin (gh#ClusterLabs/pacemaker#3361)
* pacemaker#3361-0002-Fix-libcrmcommon-pcmk__xml_read-recovery-works-for-s.patch
- libcrmcommon: Don't try to parse XML from bad .bz2 file (gh#ClusterLabs/pacemaker#3361)
* pacemaker#3361-0001-Low-libcrmcommon-Don-t-try-to-parse-XML-from-bad-.bz.patch
* Thu Mar 14 2024 ygao@suse.com
- libcrmcommon: use uint32_t for 32-bit magic numbers (gh#ClusterLabs/pacemaker#3381)
* pacemaker#3381-0001-Fix-libcrmcommon-use-uint32_t-for-32-bit-magic-numbe.patch
* Thu Mar 14 2024 ygao@suse.com
- libcrmcommon: Use free_xml in html_free_priv. (gh#ClusterLabs/pacemaker#3380)
* pacemaker#3380-0003-Low-libcrmcommon-Use-free_xml-in-html_free_priv.patch
- libcrmcommon: Free error strings in html/xml outputters. (gh#ClusterLabs/pacemaker#3380)
* pacemaker#3380-0002-Low-libcrmcommon-Free-error-strings-in-html-xml-outp.patch
- libcrmcommon: Free text/curses private list data. (gh#ClusterLabs/pacemaker#3380)
* pacemaker#3380-0001-Low-libcrmcommon-Free-text-curses-private-list-data.patch
- tools: Fix argument validation for crm_attribute update. (gh#ClusterLabs/pacemaker#3379)
* pacemaker#3379-0001-Low-tools-Fix-argument-validation-for-crm_attribute-.patch
* Fri Mar 01 2024 ygao@suse.com
- libcrmservice: avoid async zombie children by resending ignored SIGCHLD (bsc#1216972, gh#ClusterLabs/pacemaker#3374)
* bsc#1216972-0001-Fix-libcrmservice-avoid-async-zombie-children-by-res.patch
- fencer: fix pcmk_delay_max description (gh#ClusterLabs/pacemaker#3373)
* pacemaker#3373-0001-Doc-fencer-fix-pcmk_delay_max-description.patch
* Tue Feb 20 2024 ygao@suse.com
- libcrmcommon: avoid file descriptor leak in IPC client with async connection (bsc#1219323, gh#ClusterLabs/pacemaker#3351)
* bsc#1219323-0001-Fix-libcrmcommon-avoid-file-descriptor-leak-in-IPC-c.patch
* Tue Feb 20 2024 ygao@suse.com
- libcrmcommon: Always output request= in XML output. (gh#ClusterLabs/pacemaker#3362)
* pacemaker#3362-0001-Low-libcrmcommon-Always-output-request-in-XML-output.patch
- libcrmcommon: crm_xml_escape() shouldn't stop on Unicode characters (gh#ClusterLabs/pacemaker#3323)
* pacemaker#3323-0001-Low-libcrmcommon-crm_xml_escape-shouldn-t-stop-on-Un.patch
* Tue Feb 06 2024 ygao@suse.com
- tools: crm_attribute emits garbage for --node localhost or auto (gh#ClusterLabs/pacemaker#3339)
* pacemaker#3339-0001-Fix-tools-crm_attribute-emits-garbage-for-node-local.patch
- tools: Fix memory leak in crm_mon with HTML output (gh#ClusterLabs/pacemaker#3332)
* pacemaker#3332-0001-Low-tools-Fix-memory-leak-in-crm_mon-with-HTML-outpu.patch
* Tue Feb 06 2024 ygao@suse.com
- pacemaker-attrd: sync utilization attributes to peers correctly (gh#ClusterLabs/pacemaker#3333)
* pacemaker#3333-0002-Fix-pacemaker-attrd-sync-utilization-attributes-to-p.patch
- pacemaker-attrd: properly validate attribute set type (gh#ClusterLabs/pacemaker#3333)
* pacemaker#3333-0001-Low-pacemaker-attrd-properly-validate-attribute-set-.patch
* Mon Jan 29 2024 ygao@suse.com
- tools: crm_mon segfaults when fencer connection is lost (bsc#1219220, gh#ClusterLabs/pacemaker#3331)
* bsc#1219220-0001-Fix-tools-crm_mon-segfaults-when-fencer-connection-i.patch
* Mon Jan 29 2024 ygao@suse.com
- attrd: write Pacemaker Remote node attributes even if not in cache (gh#ClusterLabs/pacemaker#3304)
* pacemaker#3304-0001-Fix-attrd-write-Pacemaker-Remote-node-attributes-eve.patch
- agents: Use attrd_updater dampen delay in SysInfo (gh#ClusterLabs/pacemaker#3286)
* pacemaker#3286-0002-Fix-agents-Use-attrd_updater-dampen-delay-in-SysInfo.patch
- libcrmcommon: Check correct env vars in pcmk__node_attr_target() (gh#ClusterLabs/pacemaker#3286)
* pacemaker#3286-0001-Low-libcrmcommon-Check-correct-env-vars-in-pcmk__nod.patch
* Mon Jan 29 2024 ygao@suse.com
- scheduler: restore nvpair behavior without id-ref (gh#ClusterLabs/pacemaker#3292)
* pacemaker#3292-0004-Low-scheduler-restore-nvpair-behavior-without-id-ref.patch
- scheduler: reject expression without op sooner (gh#ClusterLabs/pacemaker#3292)
* pacemaker#3292-0003-Low-scheduler-reject-expression-without-op-sooner.patch
- libcrmcommon: fix NULL dereference in expand_idref() (gh#ClusterLabs/pacemaker#3292)
* pacemaker#3292-0002-Low-libcrmcommon-fix-NULL-dereference-in-expand_idre.patch
- scheduler: improve logs for invalid id-ref's (gh#ClusterLabs/pacemaker#3292)
* pacemaker#3292-0001-Log-scheduler-improve-logs-for-invalid-id-ref-s.patch
- pacemaker-attrd,libcrmcluster: avoid use-after-free when remote node in cluster node cache (gh#ClusterLabs/pacemaker#3293)
* pacemaker#3293-0002-Fix-pacemaker-attrd-libcrmcluster-avoid-use-after-fr.patch
- libcrmcluster: avoid use-after-free in trace log (gh#ClusterLabs/pacemaker#3293)
* pacemaker#3293-0001-Low-libcrmcluster-avoid-use-after-free-in-trace-log.patch
- HealthSmart: Check the parameter values of check_temperature to avoid error output (gh#ClusterLabs/pacemaker#3289)
* pacemaker#3289-0001-Fix-HealthSmart-Check-the-parameter-values-of-check_.patch
* Wed Dec 20 2023 ygao@suse.com
- Update to version 2.1.7+20231219.0f7f88312 (Pacemaker-2.1.7):
- attrd: Regression in transient attr deletions (gh#ClusterLabs/pacemaker#3283)
* Mon Dec 11 2023 ygao@suse.com
- Update to version 2.1.6+20231207.80f8a320e (Pacemaker-2.1.7-rc3):
- agents: handle dampening parameter consistently and correctly
* Wed Dec 06 2023 ygao@suse.com
- Update to version 2.1.6+20231205.0f6fbd59f:
- scheduler: log reason for recheck time updates
- scheduler: update recheck time for node-pending-timeout
* Tue Dec 05 2023 ygao@suse.com
- Update to version 2.1.6+20231204.e1a1bd808:
- tools: Fix a regression in tool XML output. (clbz#5529)
* Wed Nov 22 2023 ygao@suse.com
- Update to version 2.1.6+20231122.7534cc50a (Pacemaker-2.1.7-rc2):
- rpm: require minimum libxml2 version of 2.6.0
- libcrmcommon: Write crm_verify detailed messages to XML
- libcrmcommon: Use const for xmlCtxtGetLastError() (CLBZ#5530)
- libcrmcommon: Drop deprecated libxml2 symbols (CLBZ#5530)
- sysconfig: Use CRM_DAEMON_USER and CRM_DAEMON_GROUP
- sysconfig: Fix defaults for dh_min_bits/dh_max_bits
- sysconfig: Document PCMK_stderr
- pacemakerd: Mark PCMK_shutdown_delay as deprecated
- sysconfig: Document PCMK_cluster_type
- sysconfig: Document PCMK_remote_pid1
- sysconfig: Document PCMK_node_action_limit
- sysconfig: Mark PCMK_cib_timeout as deprecated
- controld/schedullerd: Change the default value of node-pending-timeout to 0.
- controld: Adding default value for node-pending-timeout.
- crm_resource: make --wait wait for pending actions in CIB
* Wed Nov 22 2023 ygao@suse.com
- Update to version 2.1.6+20231031.d0ef74d64 (Pacemaker-2.1.7-rc1):
- attrd: revert faulty T138 fix
- controller: bail if CIB modify fails within transaction
- scheduler: don't show pending nodes as having "<3.15.1" feature set
* Tue Nov 21 2023 ygao@suse.com
- Update to version 2.1.6+20231030.66cc0f083:
- scheduler: *really* ignore monitors for invalid roles
- scheduler: avoid double free with disabled recurring actions
- scheduler: use node when unpacking failure handling for history entries
- scheduler: check for migration actions more accurately
- attrd: avoid regression by reverting 58400e27
- libcrmcommon: fix readable interval string
- attrd: restore standalone operation for regression testing
- all: avoid "data set" or "working set" in messages
- cts-lab: work around issues with Reattach test
- scheduler: improve node comparison trace messages
- fencer: compare node name case-insensitively
- attrd: Use CIB transaction in attrd_write_attribute()
- attrd: NULL-check the_cib earlier in attrd_write_attribute()
- attrd, controller: Ignore CIB diff if client is safe
- based: Make CIB transactions backward compatible
- libcrmcommon: Bump feature set for CIB transactions
- Rebase:
* bug-812269_pacemaker-fencing-device-register-messages.patch
* bug-995365_pacemaker-cts-restart-systemd-journald.patch
* Tue Nov 21 2023 ygao@suse.com
- Update to version 2.1.6+20231009.5a44f03e4:
- controller: don't fence leaving nodes for node-pending-timeout
* Tue Nov 21 2023 ygao@suse.com
- Update to version 2.1.6+20231004.92cc36b15:
- crm_resource: move/ban fall back to old Promoted equivalent
- libcrmcommon: Ignore text nodes when creating XML patchset
* Tue Nov 21 2023 ygao@suse.com
- Update to version 2.1.6+20231003.0f5df886a:
- scheduler: compare join state case-sensitively
- scheduler: validate "terminate" node attribute better
- controller,scheduler: allow disabling node-pending-timeout
* Mon Nov 20 2023 ygao@suse.com
- Update to version 2.1.6+20231003.c3e159b4d:
- libcrmcommon: Improve error log in pcmk__xml2text()
- scheduler: correct meta-attribute name in message
- scheduler: correct message about only-if-unmigratable inputs
- crm_resource: report error when trying to restart unmanaged resources
- scheduler: properly sort rule-based blocks when overwriting values
- scheduler: properly evaluate rules in action meta-attributes
* Thu Nov 16 2023 ygao@suse.com
- Update to version 2.1.6+20230905.dc65dc35f:
- libcrmcommon: Fix error logging in mainloop_add_ipc_server_with_prio.
- fencer: sleep 1s between reconnects
- attrd: Don't write attributes for a CIB replace that we requested
- controller: Drop CIB replace call recording and forgetting
- attrd: Ignore CIB diff notification if shutdown was requested
- controller: improve another shutdown message
- attrd: avoid race condition at writer election
- controller: improve disconnection messages
- agents: HealthCPU - fix the validation of input
- based: improve request processing messages
- agents: avoid deprecated attrd_updater option in ocf:pacemaker:ping
- tools: make crm_node -R use transaction for CIB changes
- agents: HealthCPU - Add the parameter of attrd_delay and fix attrd_updter command
- tools: improve how crm_node -R purges node from fencer
- tools: improve how crm_node -R purges node from CIB
- tools: crm_node shouldn't try to purge nodes from pacemakerd
- controller: improve logs when processing messages
* Thu Nov 16 2023 ygao@suse.com
- Update to version 2.1.6+20230821.d00694366:
- libcrmcommon: fix unit tests on 32-bit hosts with large files (CLBZ#5526)
- libcrmcommon: Use the new bz2-related error code.
- libcrmcommon, daemons: Use the new network-related return codes.
- tools: improve attrd_updater -U help
- attrd: improve disconnection messages
- attrd: avoid race condition when shutting down
- controller: improve messages for resource history updates
- controller: guard lrm_state_table usage with NULL check
- controller: don't try to execute agent action at shutdown
- scheduler: make validate_on_fail() replace value
- scheduler: compare action names case-sensitively in validate_on_fail()
- schemas: Add a new schema for crm_node.
- tools: Convert crm_node -l/-p to formatted output.
- tools: Convert crm_node -i to formatted output.
- tools: Convert crm_node -q to use formatted output.
- tools: Convert crm_node -n/-N to use formatted output.
- libcrmcommon: Bump feature set for crm_node formatted output
- libpacemaker: Change the type of the node_id argument.
- libcrmcommon: wait for reply from appropriate controller commands (bsc#1218312, rh#2225631, rh#2221084)
- daemons: Disable sync points in certain circumstances.
- tools: Fix a bug in clone resource description display (rh#2106642)
- tools: The dampen parameter is disabled when setting values with attrd_updater.
- libcrmcommon: fix regression in XML logging
- build: No longer try to package the cts python directory.
- libpe_status: compare action names case-sensitively
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* bug-943295_pacemaker-lrmd-log-notice.patch
* bug-995365_pacemaker-cts-restart-systemd-journald.patch
* Tue Nov 14 2023 ygao@suse.com
- Update to version 2.1.6+20230711.ecd2395f8:
- controller: do not check whether watchdog fencing is enabled for the node if `stonith-watchdog-timeout` is not even configured (bsc#1213125)
* Mon Nov 13 2023 ygao@suse.com
- Update to version 2.1.6+20230710.a6d9205af:
- various: compare XML element names case-sensitively
- libpacemaker: Honor role-based colocations for bundles
- libpacemaker: Anti-colocations affect scores when roles match
- libpacemaker: Don't shuffle clone instances unnecessarily (rh#1931023)
- rpm: allow passing custom rpmbuild options (CLBZ#5520)
- libcrmcommon: improve IPC connection logging and retries
- libcrmcommon: wait 500ms before IPC connection retry
- various: use pcmk__connect_generic_ipc() instead of crm_ipc_connect()
- various: use pcmk__ipc_fd() instead of crm_ipc_get_fd()
- libcrmcommon: implement is_ipc_provider_expected() as series of fallbacks
- libcrmcommon: fix is_ipc_provider_expected() with HAVE_GETPEERUCRED
- libcrmcommon: fix is_ipc_provider_expected() with HAVE_SOCKPEERCRED
- libcrmcommon: don't set libqb object context
- scheduler: continue with non-sequential set members after error
- scheduler: improve colocation unpacking messages (and comments)
- CIB: be more strict about ignoring colocation elements without an ID
- scheduler: consider explicit colocations with group members
- scheduler: improve logs when unpacking colocation sets
- CIB: deprecate "ordering" attribute of "resource_set"
- scheduler: improve error-checking when creating colocations
* Fri Oct 13 2023 ygao@suse.com
- Update to version 2.1.6+20230629.1c619c29a:
- libpacemaker: Respect clone-node-max for cloned groups
- libpacemaker: Log which resource we're adding colocations for
- scheduler: distinguish unrunnable from migration unrunnable in displays
- scheduler: check pointer for NULL *before* dereferencing it
- scheduler: compare strings case-sensitively where appropriate
- scheduler: assert on invalid usage of assignment methods
- rpm: enforce libcmocka-devel version dependency
* Thu Oct 12 2023 ygao@suse.com
- Update to version 2.1.6+20230615.16fc250dc:
- controller: Replace node state atomically at DC join ack step (rh#2000595, CLBZ#5306)
- libpacemaker: Get container attr from assigned node, if any
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* Wed Oct 11 2023 ygao@suse.com
- Update to version 2.1.6+20230614.36c04fbf9:
- libpacemaker: use "Assignment" instead of "Allocation"
- libpacemaker: avoid "weight" in log messages
- libpacemaker: use "assignment" terminology consistently
- INSTALL: Add libcmocka version dependency (CLBZ#5518)
- scheduler: improve a couple of bundle messages
- scheduler: compare anti-colocation dependent negative preferences against stickiness
* Tue Sep 26 2023 pmonreal@suse.com
- Enable crypto-policies support: [bsc#1211301]
* Honor the system-wide crypto-policies, via package-build-time
configurable "pcmk_gnutls_priorities" defaulting to @SYSTEM.
* Tue Jun 20 2023 ygao@suse.com
- Update to version 2.1.6+20230612.dcecc9db0:
- controller: update node state correctly based on any existing node cache entry (bsc#1198767, bsc#1202177, bsc#1206268, bsc#1208380, bsc#1211098)
- libcrmcluster: internal functions for getting a node cache entry by uuid instead of id (bsc#1198767, bsc#1202177, bsc#1206268, bsc#1208380, bsc#1211098)
- libcrmcluster: ability to search for a node cache entry by uuid instead of id (bsc#1198767, bsc#1202177, bsc#1206268, bsc#1208380, bsc#1211098)
- controller: trigger a new transition if a pending node has reached `node-pending-timeout`
- controller: pass abort_timer to the timeout function abort_timer_popped()
- controller: read `node-pending-timeout` cluster option
- cts-scheduler: add regression test for fencing a pending node that has reached `node-pending-timeout`
- scheduler: fence a pending node that has reached `node-pending-timeout`
- scheduler: add `node-pending-timeout` cluster option
- scheduler: ability to determine node status from `in_ccm` and `crmd` fields of `node_state` based on timestamps
- controller: record the timestamps of a node becoming a cluster member and online in CPG in CIB `node_state`
- libcrmcluster: add ability to record the timestamps of a node becoming a cluster member and online in CPG
- libcrmcommon: bump feature set to 3.18.0 for handling node pending timeout
- cts-scheduler: update regression test about not fencing a pending node that doesn't have an uname in node state yet (bsc#1198767, bsc#1202177, bsc#1206268, bsc#1208380, bsc#1211098)
- scheduler: Do not fence a pending node that doesn't have an uname in node state yet (bsc#1198767, bsc#1202177, bsc#1206268, bsc#1208380, bsc#1211098)
- cts-scheduler: add regression test about a pending node that doesn't have an uname in node state yet (bsc#1198767, bsc#1202177, bsc#1206268, bsc#1208380, bsc#1211098)
* Tue Jun 20 2023 ygao@suse.com
- Update to version 2.1.6+20230612.e6e89f803:
- libcib: Support transactions for CIB file clients
- libcrmcommon: replace_xml_node() segfaults when doc is shared
- libcib: Allow multiple cib_file clients simultaneously
- crm_verify: Add --quiet option to crm_verify
- based: Support CIB transactions
* Tue Jun 20 2023 ygao@suse.com
- Update to version 2.1.6+20230607.730523cd1:
- libcrmservice: Fix an error when coverage is enabled.
- scheduler: revert recently introduced regression
- cts: self.rsh returns a tuple, not a single value.
- xml: Improve efficiency of attribute value obtainment
- based: NULL-check digest strings in cib_process_command()
- based: Fix use-after-free in cib_process_command()
- based: Fix bad sync check in sync_our_cib()
- scheduler: skip non-exclusive nodes correctly for clones
- scheduler: order clone instances properly
* Tue Jun 20 2023 ygao@suse.com
- Update to version 2.1.6+20230524.f1298840d:
- libcrmcommon: Fix Coverity false positive pcmk__file_contents()
- libcrmcommon: NULL-check argument to pcmk__mark_xml_created()
- controller: When a remote node starts, apply any start state.
- liblrmd: Save a remote node's requested start state
- daemons: Add start state to LRMD handshake XML
- Rebase:
* bug-995365_pacemaker-cts-restart-systemd-journald.patch
* Mon Jun 19 2023 ygao@suse.com
- rpm: build with --with-sbd-sync-default="true" only for sle_version >= 150400 (bsc#1180966)
- rpm: build with --enable-legacy-links only for suse_version < 1600
- rpm: build with --enable-compat-2.0 only for suse_version < 1600 (jsc#PED-106, jsc#PED-294)
- rpm: build with --with-concurrent-fencing-default=true only for sle_version >= 150400
- rpm: build with --with-resource-stickiness-default=1 only for sle_version >= 150400
- rpm: build with --with-nagios=true only for suse_version < 1600 (jsc#PED-3877, jsc#PED-4446)
- agents: create symlink ocf:pacemaker:NodeUtilization only for suse_version < 1600 in favor of ocf:heartbeat:NodeUtilization (bsc#1070347)
* Sat Jun 17 2023 ygao@suse.com
- Update to version 2.1.6+20230524.6fdc9deea (Pacemaker-2.1.6):
- scheduler: ensure earlier group member starts happen after later member stops
* Sat Jun 17 2023 ygao@suse.com
- Update to version 2.1.5+20230502.802a72226 (Pacemaker-2.1.6-rc2):
- rpm: avoid bare wildcards under shared directories in spec
- scheduler: consider mandatory colocations before optional
* Sat Jun 17 2023 ygao@suse.com
- Update to version 2.1.5+20230501.832463d94:
- daemons: pacemakerd -S should wait for shutdown before returning (bsc#1210857)
* Sat Jun 17 2023 ygao@suse.com
- Update to version 2.1.5+20230501.b049bbeea:
- scheduler: deprecate support for Nagios resources (jsc#PED-3877, jsc#PED-4446)
- scheduler: deprecate "moon" in date_spec elements in rules
- daemons: Preserve transient attrs when possible
- daemons: Sync remote connection info with new controllers.
- daemons: Record the node hosting a remote connection resource.
- daemons: Add node hosting connection resource to state XML.
- daemons: Broadcast remote node state changes to all controllers
- daemons: Add daemon uptime to execd XML replies.
* Sat Jun 17 2023 ygao@suse.com
- Update to version 2.1.5+20230424.6127934e3:
- fencer: fencing timeout sent to peer takes no delay into account (bsc#1210074)
- libpacemaker: initial timeout for fencing callback takes any requested fencing delay into account (bsc#1210074)
- controller: use "target" terminology consistently (bsc#1210074)
- controller: log fencing timeout consistently in seconds as priority fencing delay (bsc#1210074)
- controller: initial timeout for fencing callback takes any priority fencing delay into account (bsc#1210074)
- fencer: apply requested fencing delay only for the first device (bsc#1210074)
- fencer: fencing timeouts take any pcmk_delay_base into account (bsc#1210074)
- fencer: add correct values of pcmk_delay_base/max to query rely (bsc#1210074)
- fencer: per-operation fencing timeout takes any requested fencing delay into account (bsc#1210074)
- fencer: total fencing timeout takes any requested fencing delay into account (bsc#1210074)
- cts-fencing: regression test for fencing timeouts taking fencing delays into account (bsc#1210074)
* Fri Jun 16 2023 ygao@suse.com
- Update to version 2.1.5+20230418.ccc3b3344:
- python: Default CTS iterations to 1.
* Fri Jun 16 2023 ygao@suse.com
- Update to version 2.1.5+20230417.095c09eee (Pacemaker-2.1.6-rc1):
- NLS: update translations for current code base
- sysconfig: improve help text
- sysconfig: overhaul enviroment variable descriptions
- tools: avoid use-after-free of attribute ID
- tools: fix use-after-free of attribute set name
* Fri Jun 16 2023 ygao@suse.com
- Update to version 2.1.5+20230411.dbe567bfd:
- controller: avoid use-after-free when disconnecting proxy IPCs during shutdown (bsc#1209640)
* Fri Jun 16 2023 ygao@suse.com
- Update to version 2.1.5+20230410.97fbe1f31:
- daemons: Add the default port to pacemaker-remoted help output.
- controller: Don't use "//" in the fence XML query.
- scheduler: attenuate chained "with this" colocation scores
- scheduler: don't add group colocations twice
- controller: Unlocked lrm_resource should include cleared/expired
- controller: Ensure we don't ignore relevant CIB replacements
- based: Use correct local-only diff logic
- scheduler: make asymmetric ordering handling more efficient
- scheduler: use correct action when determining order set flags
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* bug-977201_pacemaker-controld-self-fencing.patch
* Wed Jun 14 2023 ygao@suse.com
- Update to version 2.1.5+20230403.7945075ce:
- tools: Deprecate crm_mon --simple-status
- tools: crm_mon can use update mode with XML, text, none
- tools: Last-one-wins for crm_mon --daemonize and --one-shot
- tools: Fix crm_mon seg fault when curses is missing (CLBZ#5512)
- tools: Don't ignore invalid format in reconcile_output_formats
- tools: Case-sensitive comparisons in reconcile_output_format()
- tools: Implement --output-as=none in crm_mon.c
* Wed Jun 14 2023 ygao@suse.com
- Update to version 2.1.5+20230328.76c42a514:
- python: Disable the too-many-statements warning from pylint.
- scheduler: NULL-check when adding colocations to list
- scheduler: always add clone constraints to instances' lists
- scheduler: avoid trace log and method call if not needed
- scheduler: always add group's own "this with" colocations
- scheduler: always add group's own "with this" colocations
- scheduler: add "group with" colocations to later members independent of assignment
- scheduler: always add "group with" colocations to first member
- scheduler: always add "with group" colocations to last member
- controller: Delay join finalization if a transition is in progress
* Wed Jun 14 2023 ygao@suse.com
- Update to version 2.1.5+20230323.ee1bc67ff:
- crm_resource: Add the --element option for delete & set
- extra/resources/SysInfo.in: This calculation of cpu_load returns an incorrect value in Darwin and Linux
- Rebase:
* bug-995365_pacemaker-cts-restart-systemd-journald.patch
* Wed Mar 22 2023 ygao@suse.com
- Update to version 2.1.5+20230320.22590c566:
- libcrmcommon: allow crm_attribute to try OCF_RESOURCE_INSTANCE environment variable if -p is specified with an empty string (bsc#1209586)
- libcrmcommon, libpe_status: New enabled meta attr for alerts
- scheduler: message now applies to all nodes
- libcrmcommon: avoid libqb assertion
- tools: Formatted output in crm_shadow
- schemas: New diff and any-element schemas
- schemas: New crm_shadow and instruction schemas
* Tue Mar 21 2023 ygao@suse.com
- Update to version 2.1.5+20230314.692147cd3:
- tools: Don't teardown on unsuccessful crm_shadow --delete
- tools: Don't print teardown message for crm_shadow --commit
- libcib: Don't unset env var in cib_new_no_shadow()
- scheduler: avoid displaying failed operations as pending (bsc#1206263)
- Revert "Fix: libpacemaker: ensure any pending recurring monitor gets updated if it fails" (bsc#1206263)
- cts-regression: reflect any test failures again with the return code
- alerts: make alert_snmp.sh.sample compatible with SNMPv3
- tool: update crm_mon synopsis (bsc#1208868)
* Tue Mar 14 2023 ygao@suse.com
- Update to version 2.1.5+20230309.a4b0ea1b5:
- controller: compare recordable actions case-sensitively
- libcrmcommon: Don't parse "-INFINITY" as a list of cmdline options (CLBZ#5509)
- tools: crm_shadow --commit now works with CIB_file
- scheduler: expired results shouldn't affect state
- scheduler: avoid remap log if not remapped
- scheduler: always treat degraded results as success
- watchdog-fencing: correctly derive timeout with topology
- watchdog-fencing: terminate dangling timer before watchdog-waiting
- scheduler: ensure resource history entries have an XML ID
- crm_resource: Add the --element option for --get-parameter
- libcrmcommon: Fix problems with pcmk__output_and_clear_error.
- libcrmcommon: Fix memleak in pcmk__output_xml_add_node_copy()
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* pacemaker-cts-StartCmd.patch
* Thu Mar 09 2023 ygao@suse.com
- Update to version 2.1.5+20230220.c4f6c191a:
- libcrmcommon: Fix handling node=NULL in pcmk__attrd_api_query.
- fencer: Avoid double source remove of op_timer_total (rh#2166967)
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* Mon Feb 20 2023 ygao@suse.com
- Update to version 2.1.5+20230216.ed8bc68bc:
- scheduler: count only containers' active nodes for bundles
* Fri Feb 10 2023 ygao@suse.com
- Update to version 2.1.5+20230208.231b58a40:
- cts: Add a basic cts-attrd program.
- daemons: Modify a couple log messages for testing.
- daemons: Add a -l argument to pacemaker-attrd.
- daemons: Skip connecting to the CIB in attrd standalone mode.
- daemons: Add some additional errors for when startup fails.
- daemons: Add a standalone argument for attrd.
- fencer: Prevent double g_source_remove of op_timer_one (rh#2166967)
- tools: Don't allow use of --name and --pattern at the same time.
- tools: Add sync point support to crm_attribute.
- tools: Add pattern support to attrd_updater.
- scheduler: handle cleaned migrate_from history correctly (bsc#1182313)
- scheduler: unknown_on_node() should ignore pending actions (bsc#1182313)
- daemons: Fix pointer management in attrd_client_update.
- scheduler: improve migration history validation
* Thu Feb 02 2023 ygao@suse.com
- Update to version 2.1.5+20230201.11c15a89f:
- crm_mon: Display the descriptions in crm_mon output
- libcrmcommon: parse_op_key() can now handle confirmed notifications
- xml: change resources-related schemas and bump PCMK__API_VERSION
- crm_resouce: Add the description to the XML output of crm_resource --list
- python: Disable a couple more pylint warnings.
- scheduler: correctly choose container vs inside resource for interleaving
- scheduler: ignore node when getting resource inside container
* Thu Jan 26 2023 ygao@suse.com
- Update to version 2.1.5+20230125.95bb4788a:
- libpacemaker: avoid assertion failure if a node_state entry doesn't have an uname yet (bsc#1207319)
- libpacemaker: unify bailing out in pcmk__inject_node() (bsc#1207319)
* Wed Jan 25 2023 ygao@suse.com
- Update to version 2.1.5+20230124.a29e52df9:
- executor: fix regression in remote node shutdown
- scheduler: avoid memory leak when finding compatible instance
* Tue Jan 24 2023 ygao@suse.com
- Update to version 2.1.5+20230123.f414133a7:
- libcrmcommon: avoid infinite regression when logging v1 patchsets
- controller: clear last failure from CIB even if executor state unavailable
- scheduler: downgrade message about instance where it shouldn't be
- controller: use %u with g_hash_table_size()
- fenced: use enum fenced_target_by consistently
- scheduler: update Chinese translation
* Wed Jan 18 2023 ygao@suse.com
- Update to version 2.1.5+20230117.dd503ddbb:
- libcrmcommon: bump feature set for crm_attribute --pattern with -v/-D and permanent attributes
- resource agents: add depth="0" to validate-all metadata
* Thu Jan 12 2023 ygao@suse.com
- Update to version 2.1.5+20230111.39e62b78e:
- rpm: Add a python3-pacemaker subpackage.
- python: Add a private pacemaker._cts module.
- python: Add the pacemaker.buildoptions module.
- python: Add the pacemaker.exitstatus module.
- python: Add the very beginnings of a pacemaker python library.
* Thu Jan 12 2023 ygao@suse.com
- Update to version 2.1.5+20230110.292d6bf6b:
- libpe_status: clarify more pointer arguments
- libcrmcommon: Improve prefix spacing in XML logging functions
* Fri Dec 23 2022 ygao@suse.com
- Update to version 2.1.5+20221220.51cc0bfbc:
- scheduler: order cloned fence device probes same as other clones
- libcrmcommon: Remove colon and space from log line after prefix
- libcrmcommon: Avoid out-of-bounds string access in log_data_element
- libcrmcommon: Don't use aliases in XML logging functions
- libcrmcommon: pcmk__output_xml_add_node() -> *_copy()
- libcrmcommon: Assert on failed copy in copy_xml()
- tools: Allow patterns for permanent attribute in crm_attribute.
* Thu Dec 22 2022 ygao@suse.com
- Update to version 2.1.5+20221212.b4db7685a:
- cts-scheduler: update test for preventing inactive instances from starting if probe is unrunnable on any nodes (bsc#1206263)
- scheduler: prevent inactive instances from starting if probe is unrunnable on any nodes (bsc#1206263)
- libpacemaker: ensure any pending recurring monitor gets updated if it fails (bsc#1206263)
- cts-scheduler: update test for preventing a leftover pending monitor from causing unexpected stop of other instances (bsc#1206263)
- scheduler: prevent a leftover pending monitor from causing unexpected stop of other instances (bsc#1206263)
- cts-scheduler: add test for preventing a leftover pending monitor from causing unexpected stop of other instances (bsc#1206263)
* Thu Dec 22 2022 ygao@suse.com
- Update to version 2.1.5+20221212.074e9c860:
- tools: Support setting transient utilization attrs from crm_attribute.
- scheduler: Unpack transient utilization attributes.
- daemons: Add support for transient utilization attributes.
- libcrmcommon: Add a block attr to an IPC update request.
- tools: Add a -z option to attrd_updater.
* Wed Dec 21 2022 ygao@suse.com
- Update to version 2.1.5+20221208.cd0f91f51:
- libcrmcommon: Warn if deprecated command line formats are used.
- controller: Don't nack joining node due to old CIB
- based: Successful CIB schema upgrade should always force a write
- based: Don't write to disk if CIB replace failed
- tools: Fix trivial memory leak in cibadmin
- based: Fix double free() in pacemaker-based.c
- libpe_status: avoid memory leak on regular expression error
- controller: Avoid election storm due to incompatible CIB
- libpacemaker: don't regfree() if regcomp() failed
- libpe_status: don't try to use compiled expression if regcomp() failed
- libcrmcommon: don't regfree() if regcomp() failed
- controller: Avoid error if a join request is received after fencing
- controller: Don't double-increment failcount for simulated failures
- daemons, tools: Unregister formats before exiting
- scheduler: Advertise metadata option in scheduler help output
- fencer: Use formatted output in pacemaker-fenced
- fencer: Correct refresh logic in update_cib_cache_cb()
- controller: Reduce CIB deletions during reprobe
- controller: Don't reprobe remotes when target is only cluster node
- add zh_cn translation for error (#2957)
- tools: Validate scope in cibadmin.c
- tools: Add status as valid cibadmin scope
- tools: Fix action danger check in cibadmin
- libcrmcommon: Null-check return value of pcmk__uid2username()
- daemons: Support cluster-wide sync points for multi IPC messages.
- tools: Fix scope/xpath parsing in cibadmin
- libcrmcommon: Bump feature set for daemon formatted output
- executor: Use formatted output in pacemaker-execd
- pacemaker-based: Use formatted output in pacemaker-based
- controller: Use formatted output in pacemaker-controld
- controller: Node exits fatally in response to join nack
- libcrmcommon: Retry pcmk_connect_ipc() if EAGAIN
- controller: Remove CRM_CHECK in update_dc for no current DC
- Pacemaker Explained: Clarify resource maintenance mode (CLBZ#5382)
- libpe_status: Node maintenance mode sets resource maintenance flag
- libpe_status: crm_mon shows "maintenance" for rsc maint meta
- schemas: resources schema supports maintenance attribute
- daemons: Check for NULL in attrd_do_not_expect_from_peer.
- tools: crm_mon fencing history is now in high resolution
- libpe_status: Use correct guint format specifier for failed action
- add zh_CN translation for pacemaker-schedulerd libexec
- daemons: Handle crm_ipc_new returning a NULL.
- tools: crm_mon now shows last_update origin
- schema: Add update origin to crm_mon output
- tools: crm_mon --daemonize should update when disconnected
- tools: Improve log messages in crm_mon.c
- tools: Remove an output format-based sleep() call from crm_mon
- tools: Include Pacemaker status in crm_mon output
- libcib: Preserve return code in cib__signon_query()
- libpacemaker: Use correct pcmkd state format in XML message
- daemons: Avoid infinite confirm loops in attrd.
- daemons: Handle an attrd client timing out.
- attrd: Fix removing clients from the waitlist when they disconnect.
- daemons: Handle cluster-wide sync points in attrd.
- daemons: Keep track of #attrd-protocol from each peer.
- daemons: Respond to received attrd confirmation requests.
- libpacemaker: Show pcmkd status if we can't get native CIB
- libpacemaker: Check conn status in pcmk__get_fencing_history()
- libcib: Allow cib client reuse in cib__signon_query()
- tools: Add --wait=cluster option to attrd_updater.
- libpacemaker: Improve invalid reply type logging in cluster queries
- includes: Bump CRM_FEATURE_SET for local sync points.
- daemons: Add support for local sync points on clearing failures.
- daemons: If a client disconnects, remove it from the waitlist.
- daemons: Add support for local sync points on updates.
- tools: Add --wait= parameter to attrd_updater.
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* Fri Dec 09 2022 ygao@suse.com
- Update to version 2.1.5+20221208.a3f44794f (Pacemaker-2.1.5):
- libs: Check for NULL in various functions.
- daemons: Check for NULL in attrd_create_attribute.
* Tue Nov 22 2022 ygao@suse.com
- Update to version 2.1.4+20221122.631339ca5 (Pacemaker-2.1.5-rc3):
- libcrmcommon: Wait for ACKs from the attrd clear failure command.
- daemons: Fix expanding ++ and += in multi-update IPC messages.
- daemons: Add host attr to the children of multi-update IPC messages.
- daemons: Copy all attrs from parent to child in multi-update IPC.
* Mon Nov 21 2022 ygao@suse.com
- Update to version 2.1.4+20221115.d3699a621 (Pacemaker-2.1.5-rc2):
- tools: quote timestamp in operation history output (bsc#1205279, bsc#1204581)
- tools: Fix setting utilization attrs with crm_attribute.
- cts-cli: add test for text output of crm_resource --list-operations/-O (bsc#1205279, bsc#1204581)
- daemons: Set an attribute on the child of a multi-attr message.
- scheduler: consider roles when blocking colocation dependents
- scheduler: when blocking starts, block children's starts as well
* Thu Nov 10 2022 ygao@suse.com
- Update to version 2.1.4+20221108.ba419204a:
- tools: crm_resource --constraints now accepts --force
- tools: crm_resource --constraints --recursive
- tools: fix syntax on resetting options in crm_resource (bsc#1198409)
* Wed Nov 02 2022 ygao@suse.com
- Update to version 2.1.4+20221031.0b3656e85:
- scheduler: prioritize group colocations properly
- scheduler: ignore empty groups in pcmk__add_colocated_node_scores()
- scheduler: properly consider effect of "with group" colocations
- scheduler: ensure group methods handle empty groups
- scheduler: improve error handling when unpacking resources
* Wed Nov 02 2022 ygao@suse.com
- Update to version 2.1.4+20221024.844c0640d (Pacemaker-2.1.5-rc1):
- fencer: compare fence action names case-sensitively
- fencer: check "on" support when checking whether device can fence
- fencer: improve eligibility logs
- fencer: improve argument validation and variable names
* Thu Oct 13 2022 ygao@suse.com
- Update to version 2.1.4+20221012.44db4ca5e:
- libpacemaker: Correct sys_from default in pacemakerd_health()
- tools: crm_mon --one-shot fails while pacemaker is shutting down (CLBZ#5501)
- libpacemaker: Fix pacemakerd-health XML output
- libpacemaker: HTML formatter for pacemakerd-health message
- libpacemaker: Memory leak in pcmk_cluster_queries.c:ipc_connect()
- libpacemaker: pacemakerd-health message accepts state
- libpacemaker: Correct default for pinged_buf in pacemakerd_event_cb
- libcrmcommon: Check invalid time value in pacemakerd API reply
- pacemaker-remoted: fix detection of __progname
- libcrmcommon: avoid memory leak in crm_time_subtract()
- fencer: skip "on" in remapped reboot when agent doesn't support it
- fencer: skip "on" in remapped reboot when pcmk_reboot_action="off"
* Tue Oct 11 2022 ygao@suse.com
- Update to version 2.1.4+20221010.79db170a4:
- controller: connect before updating node attribute list
- controller: log attribute errors correctly
* Mon Oct 10 2022 ygao@suse.com
- Update to version 2.1.4+20221006.d82151006:
- various: remove support for versioned agent parameters
* Mon Oct 10 2022 ygao@suse.com
- Update to version 2.1.4+20221006.5cb4f0b94:
- extra: skip ifspeed agent's host check at default check level
- extra: avoid deprecated command-line option in ifspeed agent
- extra: improve messages in ocf:pacemaker:ifspeed agent
- resources: ifspeed iface parameter is not required
- resources: update ifspeed agent to OCF 1.1
- extra: update ifspeed agent to avoid legacy terminology
* Mon Oct 10 2022 ygao@suse.com
- Update to version 2.1.4+20221005.8c568f599:
- scheduler: improve resource action ordering messages
* Fri Sep 30 2022 ygao@suse.com
- Update to version 2.1.4+20220929.708e532ba:
- fencer: don't try to free NULL GString
- scheduler: don't demote on expected node
- libcrmcommon: assert on UUID generation failure
* Fri Sep 30 2022 ygao@suse.com
- Update to version 2.1.4+20220928.4690461db:
- fenced: Add automatic_list devices to unfencing timeout when topology is presents.
- controld: Add missing option descriptions
- libcrmcommon: copy result reason/stdout/stderr correctly
- executor: work around flag value mistake
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
* Tue Sep 27 2022 sweiberg@suse.com
- Rename libraries in accordance to the packaging guidelines to
solve potential migration issue on SLE 15 SP5 (bsc#1203744)
* Thu Sep 22 2022 ygao@suse.com
- Update to version 2.1.4+20220920.4313595c6:
- controller: add messages when getting agent metadata
- liblrmd: use resource ID for metadata actions when available
- liblrmd: consider invalid agent specification a fatal error
- libcrmcommon: map ENODEV and ENOENT to CRM_EX_NOSUCH
- libstonithd: return CRM_EX_NOSUCH for bad agent namespace
- controller: pre-load agent metadata asynchronously
- controller: improve messages when metadata cache update fails
- controller: add failsafe for no executor connection
- libcrmcommon: deprecate CRM_OP_LRM_QUERY
- controller: ignore CRM_OP_LRM_REFRESH
- fencing: use requested timeout with RHCS metadata actions
- fencing: use a default timeout with metadata and validate
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
* Thu Sep 22 2022 ygao@suse.com
- Update to version 2.1.4+20220919.c650a480e:
- libcrmcommon: Ignore non-comment/element nodes in pcmk__xml_log()
- libcrmcommon: Prevent buffer overflow in pcmk__element_xpath() (rh#1822125)
- libpe_status, tools: Show guest node host only with --show-detail (CLBZ#5373)
- libpe_status, tools: Show container node in GuestOnline in crm_mon (CLBZ#5373)
* Thu Sep 22 2022 ygao@suse.com
- Update to version 2.1.4+20220919.9ba3fcd8a:
- libpe_status,tools: work with -D_TIME_BITS=64
* Thu Sep 22 2022 ygao@suse.com
- Update to version 2.1.4+20220915.2e7d3dc92:
- tools: Add locked_to= to resources XML output
- schemas: Add locked_to= to resources API schema
* Thu Sep 22 2022 ygao@suse.com
- Update to version 2.1.4+20220913.76eb273f1:
- schemas: Add schema for crm_error
- libcrmcommon: Bump feature set for crm_error formatted output
- tools: Use formatted output in crm_error
* Thu Sep 22 2022 ygao@suse.com
- Update to version 2.1.4+20220913.9baec5d68:
- fenced: Skipping devices that don't support the on action.(Fix:CLBZ#5495)
* Thu Sep 22 2022 ygao@suse.com
- Update to version 2.1.4+20220912.dab392c41:
- libpe_status: Deprecate "collocated" meta attribute for groups
- libpe_status: Deprecate "ordered" meta attribute for groups
- libpacemaker: Deprecate {with-,}rsc-instance in coloc constraints
- libpacemaker: Deprecate {first,then}-instance in order constraints
- schemas: Deprecate pacemaker-next and constraints-next
* Thu Sep 22 2022 ygao@suse.com
- Update to version 2.1.4+20220912.99c8b14fc:
- controller: Resource reordering doesn't cause transition abort
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220912.7bce48ad0:
- libcrmcommon: lower clients-at-exit message to warning
- scheduler: Fix types of arguments to formatted output functions.
- schemas: Make score[-attribute] optional for rules
- schemas: Add missing valid options for duration and date_spec
- schemas: Add missing valid date expr rule options
- tools: Use dynamic widths in crm_error list
- tools: crm_error should use last rc format given
- tools: List all RCs if none are specified for crm_error
- crm_error: Handle negative return code arguments
- scheduler: simplify some messages with node names
- Rebase:
* bug-943295_pacemaker-lrmd-log-notice.patch
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220907.aa8d5599a:
- resources, tools: Drop SystemHealth, ipmiservicelogd, ...
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220906.71885fb7c:
- schemas: crm_resource --validate validation fails (rh#2123727)
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220901.df90a631e:
- tools: Don't use fprintf in attrd_updater.
- daemons: Don't attempt to update the delay of an unknown attr.
- tools: If -B/-Y is given to attrd_updater, check for -d as well.
- daemons: Initial new server-side IPC support in attrd.
- libpacemaker: Standardize rule check error processing
- libpacemaker: EOPNOTSUPP for date_spec with moon in rule check
- tools: Improve crm_rule invalid date error message
- scheduler: disallow recurring reload-agent, migrate_from, and migrate_to
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220831.a81e8740b:
- SysInfo: Validate that min_disk_free contains an integer optionally followed by a unit
- SysInfo: Fix typo
- SysInfo: Implement the reload-agent action
- SysInfo: Add reloadable to appropriate <parameter> entries
- SysInfo: Enumerate appropriate <parameter> values
- SysInfo: Add unique-group to appropriate <parameter> entries
- SysInfo: Remove unique from all <parameter> entries
- SysInfo: Update OCF version to 1.1
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220830.68c64fbe1:
- libcrmcommon: Wait for ACKs from the attrd refresh command.
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220829.08693870a:
- libcib: cib__signon_query(): NULL-check correct pointer
- libcrmcommon: Out-of-order pcmk__rc_info array
- scheduler: rename pcmk__native_allocate()
- pacemaker-based: update primary terminology in messages and comments
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220825.c190d0d37:
- fencer: improve self-fencing logs
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220825.b676a8701:
- libcrmcommon: NULL-check pcmk__numeric_strcasecmp()
- libpe_status: Let pe__cmp_node_name() handle NULL values
- Rebase:
* pacemaker-Wno-format-signedness.patch
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220824.ad5b410ae:
- controld: Check all crm_is_true cases for globally-unique
- controld: Update for OCF 1.1
- resources: Use runstatedir in controld RA
- Rebase:
* bug-977201_pacemaker-controld-self-fencing.patch
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220823.7f07bda79:
- fenced: DC node fencing is unconditionally relayed.
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220822.367ae2d64:
- libcrmcommon: Validate env option strings
* Tue Sep 20 2022 ygao@suse.com
- Update to version 2.1.4+20220822.0b28d46b2:
- cts: Reimplement cts-regression in Python
- libcrmcommon: Free the output object if fopen fails.
- libcrmcommon: Set formatters to NULL after freeing it.
- libcrmcommon: Don't allow registering a format with an empty name.
- ClusterMon: Update deprecated -h flag
- ClusterMon: Add OCF_CHECK_LEVEL handling in the validate-all action
- ClusterMon: Update resource-agent version to 1.2
- ClusterMon: Add unique-group to appropriate <parameter> entries
- ClusterMon: Remove unique from all <parameter> entries
- ClusterMon: Update OCF version to 1.1
* Mon Sep 19 2022 ygao@suse.com
- Update to version 2.1.4+20220817.ad32bc505:
- rpm: Requires python-psutil for cts
- pacemakerd: improve core file limit messages
- fencer: log target consistently
- fencer: improve error-checking of request XML
- fencing: rename fence action IDs
* Mon Sep 19 2022 ygao@suse.com
- Update to version 2.1.4+20220816.71d8af5c0:
- daemons: Correct an error message.
- libcrmcommon: crm_generate_ra_key should fail if std or key are missing.
* Mon Sep 19 2022 ygao@suse.com
- Update to version 2.1.4+20220810.b794021e6:
- tools: correct minimum execution status shown by crm_resource -O (bsc#1205279, bsc#1204581)
* Mon Sep 19 2022 ygao@suse.com
- Update to version 2.1.4+20220808.e445c8a8b:
- libpacemaker: Free the CIB copy in pcmk__status.
- pacemaker: Free the CIB copy in pcmk__output_cluster_status.
- libpacemaker: Free the working set in pcmk__output_cluster_status.
- libcrmcommon: drop DOCTYPE from daemon option meta-data
- pacemakerd: lower level of messages about core file size
* Mon Sep 19 2022 ygao@suse.com
- Update to version 2.1.4+20220808.799e2c327:
- executor: don't finalize a failed monitor initiation twice
* Mon Sep 19 2022 ygao@suse.com
- Update to version 2.1.4+20220808.986d22dd5:
- libcrmcommon: Fix an IPC-related memory leak. (bsc#1208544)
* Wed Aug 03 2022 ygao@suse.com
- Update to version 2.1.4+20220802.1e2d5eacf:
- tools: Restrict ourselves to XML elements in command_query.
- tools: Support regexes with crm_attribute --delete and --update.
- libcrmservice: fix the trace logging about finishing reading stdout/stderr
- scheduler: avoid "left-hand"/"right-hand" terminology in colocation logs
* Wed Aug 03 2022 ygao@suse.com
- Update to version 2.1.4+20220725.bbb0e1b04:
- tools: Add the -q option back to attrd_updater. (rh#2110452)
* Wed Aug 03 2022 ygao@suse.com
- Update to version 2.1.4+20220725.90ed6fe66:
- daemons: Fix a bug processing child XML messages in attrd.
* Thu Jul 21 2022 ygao@suse.com
- Update to version 2.1.4+20220720.51519cdf8:
- HealthCPU: Complete implementation of the reload-agent action
- libcrmcommon: Check for NULL input
- ACLs: bail out early when creating element that'll be denied anyway
* Thu Jul 21 2022 ygao@suse.com
- Update to version 2.1.4+20220720.a0a66eefe:
- scheduler: calculate digests based on the crm_feature_set version of the cib if there's no corresponding operation history entry
- libpacemaker: correctly find the best operation history entry to calculate digests for
- scheduler,controller: consistently calculate and record secure digest based on all parameters only except private ones
- scheduler: restart a resource configured with extra operation parameters upon changes of any parameters
* Thu Jul 21 2022 ygao@suse.com
- Update to version 2.1.4+20220720.3b57f9b58:
- scheduler: avoid container ping-pong
- Rebase:
* pacemaker-nagios-plugin-dir.patch
* pacemaker-Wno-format-signedness.patch
* Thu Jul 21 2022 ygao@suse.com
- Update to version 2.1.4+20220719.6bf20e794:
- tools: Fix a segfault in error handling in crm_resource. (clbz#5496, bsc#1206761)
* Thu Jul 21 2022 ygao@suse.com
- Update to version 2.1.4+20220718.f11308913:
- do unfencing equally for cluster-nodes & remotes
* Thu Jul 21 2022 ygao@suse.com
- Update to version 2.1.4+20220714.2ab4412e6:
- HealthCPU: Validate that yellow_limit and red_limit are integers
- HealthCPU: Update resource-agent version to 1.1
- HealthCPU: Add OCF_CHECK_LEVEL handling in the validate-all action
- HealthCPU: Implement the reload-agent action
- HealthCPU: Add reloadable to appropriate <parameter> entries
- HealthCPU: Add unique-group to appropriate <parameter> entries
- HealthCPU: Remove unique from all <parameter> entries
- HealthCPU: Update OCF version to 1.1
* Thu Jul 21 2022 ygao@suse.com
- Update to version 2.1.4+20220714.cbbaf0b40:
- daemons: Convert schedulerd's hello message into a handler.
- daemons: Convert schedulerd's one message to new IPC handling.
- daemons: Use new IPC handling for unknown schedulerd messages.
* Thu Jul 21 2022 ygao@suse.com
- Update to version 2.1.4+20220713.b162888bf:
- scheduler: Resolves an issue where STONITH devices cannot be registered.
* Thu Jul 21 2022 ygao@suse.com
- Update to version 2.1.4+20220712.37b09e240:
- libcrmcommon: Remove double "error:" prefixes from messages.
- daemons: Convert pacemakerd's shutdown message to new IPC handling.
- daemons: Convert pacemakerd's ping message to new IPC handling.
- daemons: Use new IPC handling for some pacemakerd messages.
- scheduler: calculate group promotion scores correctly
* Fri Jul 08 2022 ygao@suse.com
- Update to version 2.1.4+20220707.4d02a795b:
- controller: log an info instead of a warning for a stonith/shutdown that is unknown to the new DC (bsc#1198715)
* Fri Jul 08 2022 ygao@suse.com
- Update to version 2.1.4+20220707.5e75c2173:
- schemas: update crm_resource --why schema for new health check
- schemas: simplify crm_resource --why schema
- tools: correct crm_resource --why schema to match actual output
- tools: crm_resource --why now checks node health status
- tools: crm_resource is-managed check should use meta-attribute table
- tools: crm_resource target-role check should use meta-attribute table
* Fri Jul 08 2022 ygao@suse.com
- Update to version 2.1.4+20220706.6b53629d2:
- libcrmcommon: no need for "Cleaning up memory" message
- libcrmservice: fix log message arguments
- libcrmcommon: don't try to log NULL
- various: improve messages that use pcmk__s()
- fencer: improve topology level validation
- scheduler: improve validation of resource XML
- libcib: validate requests better
- libcrmcommon: validate pacemaker-schedulerd messages better
- libcrmcommon: validate pacemakerd messages better
- libcrmcommon: validate controller IPC messages better
- libcrmcommon: validate attribute manager IPC messages better
- pacemaker-schedulerd: validate IPC messages better
- pacemakerd: validate IPC messages better
- controller: improve logs when routing messages
- controller: validate transition requests better
- controller: validate controller requests better
- controller: validate execution requests better
* Fri Jul 08 2022 ygao@suse.com
- Update to version 2.1.4+20220705.e7507cee6:
- libstonithd: Add the "Agent not found..." message to formatted output. (rh#2102292)
* Fri Jul 08 2022 ygao@suse.com
- Update to version 2.1.4+20220705.c6fdc985f:
- attrd: improve dampening logs
- tools: improve error message wording in crm_resource
* Fri Jul 01 2022 ygao@suse.com
- Update to version 2.1.4+20220630.8b0f865f4:
- Always null-check result in stonith__rhcs_get_metadata (rh#2102292)
- Use failed action result in rhcs_validate and _get_metadata (rh#2102292)
- Use correct boolean in stonith__validate_agent_xml (rh#2102292)
* Wed Jun 29 2022 ygao@suse.com
- Update to version 2.1.4+20220628.c791e26c4:
- scheduler: don't prefer greater anti-colocation when ordering instances for assignment
- scheduler: compare instance numbers not IDs for assignment order
* Wed Jun 29 2022 ygao@suse.com
- Update to version 2.1.4+20220628.36c594099:
- daemons: Atomically set certain attrs in controld.
* Wed Jun 29 2022 ygao@suse.com
- Update to version 2.1.4+20220628.2120dad10:
- cts-scheduler: add missing last-rc-change attributes to the faked lrm_rsc_op entries (bsc#1182313)
- scheduler: a failed migrate_from always matters for the source if the resource has no newer state there (bsc#1182313)
- scheduler: a failed migrate_to always matters for the source if there's no newer non-monitor operation there (bsc#1182313)
- scheduler: use the consistent way to check whether there's any newer non-monitor operation on the source (bsc#1182313)
- cts-scheduler: add missing last-rc-change attributes to the faked lrm_rsc_op entries (bsc#1182313)
- cts-scheduler: update expected output for changes of handling a failed migrate_to (bsc#1182313)
- scheduler: a failed migrate_to always matters for the target if the resource has no newer state there (bsc#1182313)
- scheduler: use the consistent way to check whether resource has newer state on the target (bsc#1182313)
- cts-scheduler: prevent resources from running on multiple nodes due to partial live migration (bsc#1182313)
- scheduler: prevent resources from running on multiple nodes due to partial live migration (bsc#1182313)
- cts-scheduler: update expected output for changes of handling a successful migrate_to (bsc#1182313)
- scheduler: a successful migrate_to no longer matters for the target if any newer probe/monitor indicates the resource was not running there (bsc#1182313)
- scheduler: a successful migrate_to no longer matters for the target if there's any newer non-monitor operation there (bsc#1182313)
- scheduler: a successful migrate_to no longer matters for the source if there's any newer non-monitor operation there (bsc#1182313)
- scheduler: add a parameter to pe__is_newer_op() indicating whether the two operations are on the same node by default (bsc#1182313)
- libpacemaker: record migrate_to/migrate_from separately from last/last_failure lrm_rsc_op entries (bsc#1182313)
* Wed Jun 29 2022 ygao@suse.com
- Update to version 2.1.4+20220627.812442e7f:
- tools: Don't output "(null)" in crm_attribute's quiet mode. (rh#2099331)
* Wed Jun 22 2022 ygao@suse.com
- Update to version 2.1.4+20220615.ce53c2c3f:
- libcrmcommon: use proper size for snprintf()
- Allow acl_target and acl_group elements to take a 'name' attribute to use a name different from 'id'
- Add ACL group support
- daemons: Allow setting multiple node attributes.
- libcrmcommon: finish XML for libpacemaker public API function errors
- libcrmcommon: Wait for replies to attrd update messages.
- libstonithd: use case-sensitive comparisons where appropriate
- daemons: Track the minimum attrd protocol version.
- remote: Shutdown if tls goes down while waiting for shutdown all-clear
- libcrmcommon: fix a wrong separator in the .warning CSS declaration (bsc#1196673, bsc#1203367, fate#320759)
- tools: report CRM feature set of nodes by crm_mon (bsc#1196673, bsc#1203367, fate#320759)
- controller: record CRM feature set as a transient attribute (bsc#1196673, bsc#1203367, fate#320759)
- schemas: copy API schemas in preparation for changes (bsc#1196673, bsc#1203367, fate#320759)
- cts-cli: fix too greedy version filter (bsc#1196673, bsc#1203367, fate#320759)
- tools: Support regexes with --query in crm_attribute.
- tools: Support querying all attributes on a given node.
- nls: format of XML-escaped string
- scheduler: do not enforce resource stop if any new probe/monitor indicates the resource was not running on the target of a failed migrate_to (bsc#1196340)
- scheduler: do not enforce resource stop on a rejoined node that was the target of a failed migrate_to (bsc#1196340)
- scheduler: do not enforce resource stop if any new probe/monitor indicates the resource was not running on the target of a failed migrate_to (bsc#1196340)
- scheduler: find_lrm_op() to be able to check against a specified target_rc (bsc#1196340)
- cts-scheduler: fix on_node attribute of lrm_rsc_op entries in the tests (bsc#1196340)
- scheduler: is_newer_op() to be able to compare lrm_rsc_op entries from different nodes (bsc#1196340)
- scheduler: compare ids of lrm_rsc_op entries case-sensitively (bsc#1196340)
- scheduler: functionize comparing which lrm_rsc_op is newer (bsc#1196340)
- scheduler: do not enforce resource stop on a rejoined node that was the target of a failed migrate_to (bsc#1196340)
- tools: Fix deleting by pattern in crm_attribute.
- tools: Use new attrd IPC interface in various tools.
- daemons: Use new IPC interface in pacemaker-controld...
- daemons: Use new IPC interface in pacemaker-attrd...
- tools: Convert attrd_updater to using new attrd IPC.
- Add pacemaker-controld Chinese translation
- fencer: avoid redundant result in XML
- fencing: add device/level description to configuration change notifications
- fencing: always add notification type to client notification data
- fencer: always add device ID to level removal notification
- fencer: always add device ID to level addition notification
- fencer: always add device ID to device addition notification
- fencer: avoid memory leaks when processing topology requests
- tools: respect crm_mon --show-detail for fencing actions
- fenced: Don't ignore CIB updates if stonith-enabled=false
- Fix print spec for unsigned int count
- libcrmcommon: Process the cmdline before saving as a request.
- tools: add more detail to stonith_admin error messages
- daemons: Use formatted output in pacemaker-attrd.
- Convert pacemaker-attrd to use glib for command line.
- tools: Convert iso8601 to using glib for command line.
- libcib: Check for NULL before calling g_ascii_strdown.
- fencing: prefer same delegate when checking equivalent fencing
- fencing: show delegate for later successful fencing actions
- fencer: make completion logs more consistent
- fencer: deprecate stand-alone mode
- tools: stonith_admin should display device/level errors
- executor: improve messages after fencing connection loss
- fencing: delegate shouldn't matter when checking equivalent fencing
- controller: downgrade successful fencing logs to info
- fencer: downgrade topology failure message to info level
- fencer: lower eligibility logs to info level
- fencer: log raw XML at trace level
- fencer: log device only if not null
- Rebase:
* bug-812269_pacemaker-fencing-device-register-messages.patch
* Tue Jun 21 2022 ygao@suse.com
- Update to version 2.1.4+20220615.dc6eb4362 (Pacemaker-2.1.4)
* Thu Jun 09 2022 ygao@suse.com
- Update to version 2.1.3+20220608.d7fce3868:
- libstonithd: pull exit reason directly from history replies
- fencer: assume unknown status from older fencers' history replies
- resources: add SystemHealth parameter to its meta-data
- resources: remove no-longer-relevant DTD reference from meta-data
- resources: typo in HealthSMART meta-data
* Tue Jun 07 2022 ygao@suse.com
- Update to version 2.1.3+20220603.ea9bebf6c (Pacemaker-2.1.4-rc1):
- fencer: avoid use-after-free with self-fencing and topology
- fencer: get target-by-attribute working again
- libcrmcommon: fix a wrong separator in the .warning CSS declaration
- fencer: avoid memory leaks when processing topology requests
- Fix print spec for unsigned int count
- fencing: delegate shouldn't matter when checking equivalent fencing
* Thu Jun 02 2022 ygao@suse.com
- Update to version 2.1.3+20220601.da2fd79c8 (Pacemaker-2.1.3)
* Thu May 26 2022 jengelh@inai.de
- Use the project upstream name for the -devel subpackage
(rename libpacemaker-devel to pacemaker-devel).
- Drop libpacemaker3-cluster separation, since it double-ships
a file that is already in libpacemaker3
- Rename libpacemaker3 to pacmekaer-libs following packages like
xrootd-libs et al so it does not get picked on by rpmlint
[boo#1191752].
* Thu May 26 2022 ygao@suse.com
- Update to version 2.1.2+20220526.b387f8972:
- libcrmcommon: avoid memory leak if IPC server fails to run
- nls: format of XML-escaped string
* Thu May 26 2022 ygao@suse.com
- Update to version 2.1.2+20220518.dff7c3a72 (Pacemaker-2.1.3-rc2):
- schemas: Use fence-event-2.15.rng (rh#2086230)
- scheduler: don't support versioned instance attributes in operations
- schemas: allow Promoted/Unpromoted in crm_resource output
* Thu May 12 2022 ygao@suse.com
- Update to version 2.1.2+20220511.0bf080da3:
- tools: Set options.command when "attrd_updater -Y" is used.
* Mon May 02 2022 ygao@suse.com
- Update to version 2.1.2+20220427.c01a90fd2:
- tools: Hook up the verbosity flag in crm_attribute.
- tools: Honor CIB_file when doing node name lookups in crm_attribute.
- tools: Handle a remote node's name differing from its hostname.
- libcrmcommon: Fix a bug in processing multiple IPC messages.
- libcrmcommon: Add EAGAIN as a return code from crm_ipc_read.
- libcrmcommon: Handle IPC ACKs from proxied connections too.
- fenced: Correctly log the total fencing timeout.
- scheduler: make multiple-active="stop_unexpected" actually work
- libcib: Check for NULL before calling g_ascii_strdown.
* Mon May 02 2022 ygao@suse.com
- Update to version 2.1.2+20220421.a988afd4e (Pacemaker-2.1.3-rc1):
- libpe_status: deprecate node_ping
- fencer: avoid core dump at exit
- fix Chinese garbled
- fencer: don't use constant within translatable string literal
- libcrmcommon: fix NLS issues with option meta-data
* Fri Apr 29 2022 ygao@suse.com
- Update to version 2.1.2+20220414.8cfa69660:
- tools: set command for `crm_resource -q/--query-xml` before changing any options (bsc#1198409)
- tools: prevent possible crm_resource segfaults if multiple commands are specified (bsc#1198409)
- tools: set commands in crm_resource before changing any options (bsc#1198409)
* Fri Apr 29 2022 ygao@suse.com
- Update to version 2.1.2+20220412.826f287ac:
- schemas: update some API schemas for node health change
- tools: add node health to crm_mon output
- libpe_status: tweak HTML output for node names
- libcrmcommon: tweak HTML CSS
- libpe_status: show node status components in separate HTML spans
- libpe_status: remove stray space from HTML class name
* Fri Apr 29 2022 ygao@suse.com
- Update to version 2.1.2+20220412.bd19767c9:
- libcib: Fix handling the return value of cib_internal_op.
* Fri Apr 29 2022 ygao@suse.com
- Update to version 2.1.2+20220408.6321f6534:
- libcrmcommon: bump feature set for multiple-active=stop_unexpected
- scheduler: implement multiple-active=stop_unexpected
- scheduler: log a warning if invalid value is given for multiple-active
* Fri Apr 29 2022 ygao@suse.com
- Update to version 2.1.2+20220407.844c3972e:
- scheduler: allow-unhealthy-nodes resource meta-attribute
* Wed Apr 20 2022 ygao@suse.com
- Update to version 2.1.2+20220407.56d93678c:
- tools: Handle an error case in crm_attribute.
- tools: Convert crm_ticket to using glib for command line.
* Wed Apr 06 2022 ygao@suse.com
- Update to version 2.1.2+20220405.1ec3db01e:
- schemas: Add host= to crm_attribute schema.
- libpacemaker: Don't output attribute settings for blank strings.
- tools: Override the attribute text message in crm_attribute.
- tools: Use the new attribute message in attrd_updater.
- libpacemaker: Add host to the attribute message.
- tools: Add formatted output boilerplate to attrd_updater.
- fencer: drop useless logs
* Sun Apr 03 2022 coolo@suse.com
- Create libltdl/config before autoreconf to fix an incompatibility
with autoconf 2.71
* Fri Apr 01 2022 ygao@suse.com
- Update to version 2.1.2+20220331.1ad8bbddd:
- tools: Fix the -v option to attrd_updater.
* Wed Mar 30 2022 ygao@suse.com
- Update to version 2.1.2+20220329.efdcb0bbf:
- resources: Add an OCF_RESKEY_dampen parameter to HealthSMART.
- resources: Mark HealthSMART parameters as reloadable.
- resources: Also fix HealthSMART_monitor.
- resources: Fix a bug in init_smart in HealthSMART.
- resources: Fix the stop action in HealthSMART.
- resources: Add an OCF_RESKEY_smartctl parameter to HealthSMART.
- resources: update HealthSMART agent for OCF 1.1
* Tue Mar 29 2022 ygao@suse.com
- Update to version 2.1.2+20220328.24d87d0b2:
- tools: Do not allow certain operations on clone instances.
- tools: Fix one method of restarting a cloned group.
- tools: Fix restarting clone instances in crm_resource. (rh#1930578)
- tools: If crm_resource is given an invalid node, error.
- tools: Fix one way to restart a cloned primitive.
- tools: Fix restarting implicit bundled resources without a host.
- tools: Fix double free errors in crm_resource.
- tools: Compare host names case insensitively...
* Mon Mar 28 2022 ygao@suse.com
- Update to version 2.1.2+20220328.2dd22a9d7:
- tools: Update a couple option help strings in attrd_updater.
- Convert attrd_updater to use glib for cmdline handling.
* Thu Mar 24 2022 ygao@suse.com
- Update to version 2.1.2+20220322.5129e5ca5:
- tools: Add XML schema for the crm_attribute output.
- tools: Fix indentation on crm_attribute help output.
- tools: Finish using formatted output in crm_attribute.
- tools: Switch crm_attribute to use formatted output.
- schemas: Add a schema for the new crm_rule output.
- tools: Allow passing -r to crm_rule more than once.
- tools: crm_rule is no longer experimental.
- tools: Convert crm_rule to formatted output.
- rpm: Remove the coverage support from the spec file.
* Thu Mar 24 2022 ygao@suse.com
- Update to version 2.1.2+20220309.d007690cb:
- cibadmin to be able to "render" access mode for selected user
* Tue Mar 08 2022 ygao@suse.com
- Update to version 2.1.2+20220307.022ae2d5f:
- rpm: depend on gettext-tools instead of gettext
- scheduler: Take case into account when finding resources.
- scheduler: improve fencing-related messages
* Mon Mar 07 2022 ygao@suse.com
- Update to version 2.1.2+20220304.b2c456e77:
- pacemakerd: override locale earlier in start-up
- libcrmcommon: initialize NLS only once
- tools: Fix a corner case in crm_mon outputting.
- tools: Always output to the HTML dest file. (clbz#5492)
- scheduler: shutdown locks apply to group members, not group itself
* Wed Mar 02 2022 ygao@suse.com
- Update to version 2.1.2+20220301.6981b549a:
- libpacemaker: Fix a segfault in crm_mon.
* Wed Mar 02 2022 ygao@suse.com
- Update to version 2.1.2+20220301.a5db0024f:
- scheduler: properly set data set flags when scheduling actions
- scheduler: determine cluster status more efficiently
* Wed Mar 02 2022 ygao@suse.com
- Update to version 2.1.2+20220222.250a6b0d7:
- rpm: add nls option
* Mon Feb 21 2022 ygao@suse.com
- Update to version 2.1.2+20220217.578a0bc42:
- libpacemaker: Add a public function for one-shot crm_mon mode.
* Thu Feb 17 2022 ygao@suse.com
- Update to version 2.1.2+20220216.41a118c10:
- NLS: expand translations to all executables
- libcrmcommon: match allocation and free functions
- executor: improve alert completion messages
- libcrmservice: improve exit reasons for timeouts/signals
- libcrmservice,tools: add more detail to exit reasons when available
- controller: don't retry an invalid remote key
- controller,fencer: add more detail to exit reasons when available
- scheduler: improve "friendly" failed action output
- libcrmservice: improve timeout message for alert agents
- fencing: assert that fencing actions are non-recurring
- libcrmservice: check parameter for NULL before dereferencing it
- scheduler: improve messages for action configuration changes
* Thu Feb 17 2022 ygao@suse.com
- Update to version 2.1.2+20220215.aa3779ec6:
- Add pacemaker(pacemaker-based) resource translatefile
* Thu Feb 17 2022 ygao@suse.com
- Update to version 2.1.2+20220215.c0ac153b7:
- libcrmcommon: Escape option metadata descriptions. (rh#2050259)
- libcrmservice: Escape systemd agent descriptions. (rh#2050259)
* Thu Feb 17 2022 ygao@suse.com
- Update to version 2.1.2+20220215.80e43ec90:
- libcrmservice: Additional metadata fix for systemd templates. (rh#2045096)
* Tue Feb 15 2022 ygao@suse.com
- Update to version 2.1.2+20220214.81e6a29e4:
- daemons: Add a longdesc to the pcmk_host_list parameter.
- daemons: Put shortdesc after longdesc for parameters, too. (rh#2049722)
- resources: Put shortdesc after longdesc in agents. (rh#2049722)
* Tue Feb 08 2022 ygao@suse.com
- Update to version 2.1.2+20220207.58dccbae0:
- libcommon: avoid race when process checked while going away
- pkg-config: libpacemaker requires libstonithd and libcrmservice.
- scheduler: assert on notification entry memory errors
- scheduler: avoid notification problems if node names are unknown
* Tue Feb 08 2022 ygao@suse.com
- Update to version 2.1.2+20220126.16c1bab10:
- controller: correctly match "node down" events
- controller: improve meta-data warnings
- scheduler: assert on memory allocation error
- pacemakerd: improve messages for subdaemon handling
* Tue Feb 08 2022 ygao@suse.com
- Update to version 2.1.2+20220126.57e783b4b:
- libstonithd: avoid controld shutdown hanging
- pacemakerd: have signal-handler take care of lost processes
- scheduler: avoid memory leak when displaying clones
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* Tue Feb 08 2022 ygao@suse.com
- Update to version 2.1.2+20220120.3f0398825:
- scheduler: implement utilization for bundles
- fencer: reset op result before grabbing new one (rh#1470834)
- schemas: update fence-event API schema for recent change (rh#1470834)
- fencing: display exit reasons with failed fencing events (rh#1470834)
- fencing: return exit reason with fencing history (rh#1470834)
- fencer: track full result in fencing history (rh#1470834)
* Tue Feb 08 2022 ygao@suse.com
- Update to version 2.1.2+20220119.2c937a4c0:
- ipc_client: use libqb async API for connect
- pacemakerd: keep tracking pacemakerd for liveness
- pacemakerd: tweak systemd unit respawn settings
* Tue Feb 08 2022 ygao@suse.com
- Update to version 2.1.2+20220119.eec504705:
- libcrmservice: improve exit reason for timeouts (rh#1470834)
- fencing: improve exit reason for fencing timeouts (rh#1470834)
- controller: improve exit reason for internal timeouts (rh#1470834)
- controller,libpacemaker: make history XML creation less chatty (rh#1470834)
- fencing: don't warn if cluster has no watchdog device (rh#1470834, bsc#1213125)
- libcrmcommon: don't say "Unknown error" (rh#1470834)
- libcrmcommon: improve description for "not connected" status (rh#1470834)
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20220118.de344dc33:
- tools: Fix the show detail toggle in crm_mon.
- corosync: Repeat corosync_cfg_trackstart
- tools: Handle output format arguments before doing daemonize mode.
- libpacemaker: avoid unnecessary limit on node names
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20220117.0fb17de37:
- tools: get stonith_admin -T option working again (rh#1470834)
- libpacemaker: compare fence action names case-sensitively
- libpacemaker: return exit reason for fencer connection failures
- tools: display failure reasons for stonith_admin fencing commands
- libpacemaker: improve result for high-level fencing API
- fencing: Don't set stonith action to pending if fork fails
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20220114.fb2dcedf1:
- controller: compare case-sensitively where appropriate (rh#1470834)
- controller,tools: improve description for fencing alerts/traps (rh#1470834)
- controller: improve messages when handling fencing notifications (rh#1470834)
- controller: compare fencing targets case-insensitively (rh#1470834)
- scheduler: Use the old RC code to log maskable probe failures.
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20220113.7c94f0367:
- liblrmd: Avoid double-free during notify operation (rh#2039675)
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20220112.b496b9826:
- low: Remove "formerly called..." text in metadata output.
- tools: Free metadata memory in crm_resource.
- daemons: Use formatted output for metadata in schedulerd.
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20220112.c894b0aff:
- fencing: add exit reason for results without a callback (rh#1470834)
- executor: set exit reason if no fencer connection (rh#1470834)
- executor: return an error for unsupported fence device actions (rh#1470834)
- executor: don't require a fencer connection for probes (rh#1470834)
- executor: improve result for fence device probes (rh#1470834)
- executor,scheduler: treat "no secrets" fence results as a hard error (rh#1470834)
- executor: use full result from fencer for fence actions (rh#1470834)
- controller: improve fencing result messages (rh#1470834)
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20220112.69a63fb99:
- scheduler: Handle masked probes in the scheduler. (rh#1506372)
- include: Bump feature set to 3.12.0.
- scheduler: Display the reason why a clone rsc probe failed. (rh#1506372)
- scheduler: Display the reason why a native rsc probe failed. (rh#1506372)
- scheduler: Don't output failed resource probes... (rh#1506372)
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20220112.08200a00e:
- scheduler: use plural correctly for fail count messages
- libcrmcommon: avoid file resource leak on decompression errors (clbz#5489)
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20211223.94ced1fa9:
- fencer: clarify timeout message (rh#1470834)
- fencer: free result memory when processing fencing replies (rh#1470834)
- fencer: restore check for invalid topology level target (rh#1470834)
- fencer: pass full result when sending notifications (rh#1470834)
- fencer: add full result to local replies (rh#1470834)
- fencer: set exit reasons for fencing timeouts (rh#1470834)
- fencer: set exit reason for timeouts waiting for peer replies (rh#1470834)
- fencer: grab and log full result when processing peer fencing replies (rh#1470834)
- fencer: pass full result in replies to requests (rh#1470834)
- fencer: track and log full result when handling requests (rh#1470834)
- fencer: handle topology level unregistration errors better (rh#1470834)
- fencer: handle topology level registration errors better (rh#1470834)
- fencer: pass full result in async command replies (rh#1470834)
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20211222.90769ae96:
- libpacemaker: catch bugs scheduling actions on unclean nodes
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20211215.5f767500a:
- fencer: get current time correctly
- Merge:
* 0001-Fix-fencer-get-current-time-correctly.patch
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20211208.e3c53cabb:
- fencer: avoid memory leak when broadcasting history differences
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20211206.3a6dc7c79:
- scheduler: handle memory errors explicitly for friendly failure output
- resources: use correct syntax in Stateful meta-data (rh#2027370)
- resources: remove DOCTYPE from OCF 1.1-compliant agents
- libcib: deprecate get_object_path() (clbz#5488)
- various: perform XPath searches for CIB element names case-sensitively
- libcib: compare section names case-sensitively for CIB modifications
- controller,libcib,tools: handle CIB XPath searches better
* Fri Feb 04 2022 ygao@suse.com
- Update to version 2.1.2+20211201.c93f6a460:
- fencer: handle malformed topology level removal requests better (rh#1470834)
- fencer: handle malformed manual confirmation requests better (rh#1470834)
- fencer: return -ETIME for peer fencing timeouts (rh#1470834)
- fencer: improve broadcasting replies for fenced originators (rh#1470834)
- fencer,scheduler: compare fence action names case-sensitively (rh#1470834)
* Thu Feb 03 2022 ygao@suse.com
- Update to version 2.1.2+20211201.18f4b5d83:
- OCF: controld: Give warning when no-quorum-policy not set as freeze while using DLM (bsc#1129707)
- libcrmservice: Handle systemd service templates. (rh#2003151)
* Thu Feb 03 2022 ygao@suse.com
- Update to version 2.1.2+20211124.91f4bad83:
- fencing: improve message for callback errors (rh#1470834)
- fencing,executor: improve mapping of legacy return code to execution status (rh#1470834)
- fencing: improve mapping of execution status to legacy return code
- attrd: Change to determine the processing of attrd depending on the section replacement location of CIB.
- based controld: Suppresses unnecessary Election execution.
- based: Makes the replace notification a comparison base for the hash value of the section.
- daemons: Convert schedulerd to the new IPC API.
- daemons: Use formatted output for scheduler help, errors, etc.
- Add a 'name' attribute to acl_target and acl_group elements (rh#1384420)
- libcrmservice: downgrade failed action messages (rh#1470834)
- fencer: improve messages for asynchronous results (rh#1470834)
- fencer: handle dynamic target query failures better (rh#1470834)
- fencing: set exit reason for internal execution errors (rh#1470834)
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
* Wed Dec 22 2021 ygao@suse.com
- fencer: get current time correctly
* 0001-Fix-fencer-get-current-time-correctly.patch
* Wed Dec 22 2021 ygao@suse.com
- Update to version 2.1.2+20211124.ada5c3b36 (Pacemaker-2.1.2):
- fencer: add missing space to topology message
- controller: handle remote connection start timeouts correctly
* Wed Dec 22 2021 ygao@suse.com
- Update to version 2.1.1+20211116.8db4569e4 (Pacemaker-2.1.2-rc2):
- fencing: mark state as done if remapped "on" times out
- Fix OCF_RA_INSTALL_DIR Autoconf variable name in pkg-config files
- daemons: Free memory at the end of fail_pending_op.
* Wed Dec 22 2021 ygao@suse.com
- Update to version 2.1.1+20211104.62c36e2b1 (Pacemaker-2.1.2-rc1):
- Use user_include_exclude_cb in crm_mon more. (clbz#5485)
- Only set default sections in crm_mon once. (clbz#5485)
- fencer: improve messages for dynamic target queries (rh#1470834)
- fencer: consolidate messages for asynchronous results (rh#1470834)
- fencer: log a message when out of memory for dynamic target search (rh#1470834)
- libcrmservice: distinguish local and global configuration errors (rh#1470834)
- libcrmservice: improve messages for pre-execution failures in child (rh#1470834)
* Wed Dec 22 2021 ygao@suse.com
- Update to version 2.1.1+20211028.70f82d2c0:
- attrd: check election status upon loss of a voter to prevent unexpected pending (bsc#1191676)
* Wed Dec 22 2021 ygao@suse.com
- Update to version 2.1.1+20211028.7ee8b5bdd:
- tools: select technical or human-friendly output of failed actions (rh#1470834)
- controller,executor: tweak action result messages (rh#1470834)
- install init scripts only if not using systemd
- executor: log execution status and exit reason with results (rh#1470834)
- executor: improve result message (rh#1470834)
- controller: log exit reason with action results (rh#1470834)
- controller: make executor result messages more consistent (rh#1470834)
- daemon metadata: Output OCF-1.1-style metadata for enum options
- libcrmservice: avoid memory leak when checking systemd unit existence
- fencer: avoid memory leak on async execution failure (rh#1470834)
- fencer: report correct code for CIB secret failure (rh#1470834)
- libcrmservice: improve exit codes for child execution failures (rh#1470834)
- cib,pacemakerd,libcrmcommon,libcrmservice: improve child completion logs (rh#1470834)
- executor: map nagios warnings to OCF "degraded" result code (rh#1470834)
- schemas: update crm_resource API schema for --force-* changes (rh#1470834)
- tools: show exit reason for crm_resource --force-* (rh#1470834)
- daemons: Be more careful about restarting subdaemons. (clbz#5225)
- daemons: Re-register UID/GID with corosync on restart.
- tools: handle crm_resource --force-* failures consistently (rh#1470834)
- tools: improve check for supported standards in crm_resource --force-* (rh#1470834)
- tools: map LSB status to OCF correctly with crm_resource --force-check (rh#1470834)
- tools: show detailed message with crm_resource --force-* failure (rh#1470834)
- daemons: Correct which subdaemons need the cluster.
- daemons: Keep track of which daemons need corosync.
- libcrmservice: improve handling of too many nagios parameters (rh#1470834)
- executor,libstonithd,libcrmservice: better error handling for generic actions (rh#1470834)
- libcrmservice: set exit reason for some memory errors when creating action (rh#1470834)
- executor,libcrmservice: set exit reason for invalid arguments (rh#1470834)
- executor: use exit reason from service library when available (rh#1470834)
- libcrmservice: set exit reason for internal errors (rh#1470834)
- tools: avoid double free with crm_resource --force-*
- tools: avoid error message when no stdout
- fencing: improve error handling when executing fence actions (rh#1470834)
- libcrmservice: check for memory errors when creating an action (rh#1470834)
- executor,libcrmservice: don't overwrite execution status from execute_action() (rh#1470834)
- executor,controller,libcrmservice: use PCMK_OCF_UNKNOWN_ERROR for timeouts (rh#1470834)
- libcrmservice: don't assert for mainloop error (rh#1470834)
- libcrmservice: ensure rc/status are set for meta-data failures (rh#1470834)
- libcrmservice: ensure synchronous file action always sets rc and status (rh#1470834)
- libcrmservice: use NAGIOS_STATE_UNKNOWN for internal nagios errors (rh#1470834)
- libcrmservice: use standard-appropriate exit code for signal management failures (rh#1470834)
- libcrmservice: properly detect systemd unit existence (rh#1470834)
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
* bug-943295_pacemaker-lrmd-log-notice.patch
* Mon Dec 20 2021 ygao@suse.com
- Update to version 2.1.1+20210924.be206af22:
- fenced: Change query timeout calculation.
- resources: update HealthIOWait agent for OCF 1.1
- resources: add integer parameter validation to HealthIOWait
- resources: fix HealthIOWait validate action
* Mon Dec 20 2021 ygao@suse.com
- Update to version 2.1.1+20210923.ce81ff72e:
- tools: Properly display supported output formats in crm_mon.
- libcrmservice: avoid possible use-of-NULL
- libcrmservice: update systemd agent meta-data for OCF 1.1
- libcrmservice: set default execution status for systemd actions to error (rh#1470834)
- libcrmservice: ensure status is set when masking systemd errors (rh#1470834)
- libcrmservice: ensure rc/status are set when parsing systemd results (rh#1470834)
- libcrmservice: ensure execution status is set after parsing status result (rh#1470834)
- libcrmservice: ensure rc/status are set after invoking systemd unit paths (rh#1470834)
- libcrmservice: ensure rc/status are set after systemd LoadUnit calls (rh#1470834)
- libcrmservice: ensure rc/status are set when loading systemd unit (rh#1470834)
- libcrmservice: set rc and status appropriately for systemd timeouts (rh#1470834)
- libcrmservice: handle corner cases when creating action (rh#1470834)
- libcrmservice: always set rc/status when executing files (rh#1470834)
- libcrmservice: always set rc/status when executing systemd actions (rh#1470834)
- libstonithd: check libcrmservice status rather than exit code for timeouts (rh#1470834)
- fencer: avoid assertions in delegate_from_xml()
- scheduler: quote execution status in failed action output (rh#1470834)
- liblrmd: don't mask errors from sending IPC (rh#1470834)
- executor: set exit reason for stonith resource action failures (rh#1470834)
- controller: set exit reason for executor communication timeout (rh#1470834)
- controller: use OCF timeout exit code for executor communication timeout (rh#1470834)
- controller: set exit reason when using synthesize_lrmd_failure() (rh#1470834)
- controller: set exit reason when using fake_op_status() (rh#1470834)
- controller,libpacemaker: set exit reason for internal errors (rh#1470834)
* Mon Dec 20 2021 ygao@suse.com
- Update to version 2.1.1+20210910.89c5b06a3:
- controller: use "not connected" status for remote execution failure (rh#1470834)
- controller: send error reply if can't initiate action via executor (rh#1470834)
- controller: improve messages for failed resource agent actions (rh#1470834)
- tools: better error message if crm_resource can't create action (rh#1470834)
- controller: set exit reason when remote connection start fails (rh#1470834)
- tools: better error messages for crm_resource executor failures (rh#1470834)
- fenced: add support for mapping pcmk_delay_base pr node
- scheduler: use existing epoch-to-string function in failed action display (rh#1470834)
- scheduler: add exit reason to failed action string only if present (rh#1470834)
- scheduler: add timing details to failed action strings only when available (rh#1470834)
- scheduler: ensure failed action display handles NULL values (rh#1470834)
- fence_watchdog: fix malformed xml in metadata
- fenced: support escaped characters as values in pcmk_host_map
- fenced: Added nanosecond field to operation completion data.
- controller: use sensible message for poke of disconnected executor (rh#1470834)
- controller: improve messages for remote executor connection failure (rh#1470834)
- controller: improve message for failed local executor connection (rh#1470834)
- scheduler: reword "multiply active" message (rh#1470834)
- libcrmcluster: reword initial quorum message (rh#1470834)
- libcrmcluster: downgrade message for CPG messages sent (rh#1470834)
- scheduler: improve migration threshold message (rh#1470834)
- fencer: downgrade reboot remapping to notice
- controller: handle malformed CIB diffs better
- scheduler: avoid memory leak for invalid ordering constraints
- scheduler: improve bad id-ref handling
- scheduler: downgrade inverse ordering failure to warning
- fence_watchdog: fix version output needed for help2man
- rpm: package fence_watchdog in base-package
- watchdog-fencing: Silence warning without node restriction
- tools: If there are no nodes, don't add an extra blank line.
- watchdog-fencing: allow restriction to certain nodes
* Wed Dec 08 2021 ygao@suse.com
- pacemaker.rpmlintrc: filter out shlib-policy-name-error (bsc#1191776)
* Wed Dec 08 2021 ygao@suse.com
- Update to version 2.1.1+20210909.77db57872 (Pacemaker-2.1.1):
- liblrmd: avoid segfault on TLS connection errors
- tools: Fix a segfault when calling "crm_simulate -U".
- tools: make exit-code stdout/stderr consistent with --version
* Fri Sep 10 2021 ygao@suse.com
- Update to version 2.1.0+20210816.c6a4f6e6c (Pacemaker-2.1.1-rc3) :
- crm_resource: translate LSB rc to exit code and fix resources_find_service_class() call
- controller: ensure newly joining node learns the node names of non-DCs (bsc#1180618)
- controller: ensure lost node's transient attributes are cleared without DC (rh#1986998)
* Fri Sep 10 2021 ygao@suse.com
- Update to version 2.1.0+20210806.a64ad221a (Pacemaker-2.1.1-rc2):
- pacemakerd: show correct error message if can't request shutdown
- scheduler: Output the clone header if there are no instances.
- scheduler: Sort brief output of resources.
- scheduler: Fix display of active resources on offline nodes.
- tools: avoid memory leaks in crm_mon (bsc#1211678)
- tools: avoid (insignificant) memory leaks (bsc#1211678)
* Fri Sep 10 2021 ygao@suse.com
- Update to version 2.1.0+20210727.9e3a841a3 (Pacemaker-2.1.1-rc1):
- scheduler: Fix XML output of cloned groups.
- scheduler: Condense group and clone status in output.
- scheduler: Only output the clone header if necessary.
- scheduler: Mark partially active groups in output.
- scheduler: Tweak resource filtering for groups.
- libcrmcommon: Also allow string arguments that start with a dash.
- tools: Audit command line options.
* Fri Sep 10 2021 ygao@suse.com
- Update to version 2.1.0+20210721.0bf0e8547:
- scheduler: respect runnable argument when creating pseudo op
- scheduler: pe_order_implies_first should matter if 'then' is required
- scheduler: don't make optional constraints with group members mandatory
- scheduler: avoid invalid transition when group member unmanaged (clbz#5423)
* Fri Sep 10 2021 ygao@suse.com
- Update to version 2.1.0+20210720.202b37962:
- libcrmcommon: Allow negative numbers as cmdline options.
- tools: The --get-value option does not require an arg.
* Fri Sep 10 2021 ygao@suse.com
- Update to version 2.1.0+20210716.1ee04e687:
- scheduler: add test for probe of unmanaged resource on pending node (bsc#1188653)
- scheduler: update existing tests for probe scheduling change (bsc#1188653)
- scheduler: don't schedule probes of unmanaged resources on pending nodes (bsc#1188653)
* Fri Sep 10 2021 ygao@suse.com
- Update to version 2.1.0+20210716.1029946ae:
- crm_resource: report not supported for --force-* w/systemd, upstart, nagios and bundled resources
- Pacemaker Explained: document how fence agent internal timeouts work (clbz#5473)
- Pacemaker Explained: clarify pcmk_host_check default (clbz#5475)
- cluster: Use most up-to-date corosync API calls
- rpm: assume _rundir macro is present
* Thu Sep 09 2021 ygao@suse.com
- Update to version 2.1.0+20210701.9df198b18:
- libcrmcommon: Correctly handle case-sensitive ids of xml objects when changing a value. (bsc#1187414)
* Thu Sep 09 2021 ygao@suse.com
- Update to version 2.1.0+20210701.b295080a7:
- scheduler: Fix group-by-node resource HTML output.
- scheduler: Fix list errors in bundle HTML output.
- scheduler: Remove an unnecessary blank line in HTML output.
- scheduler: Remove an unnecessary space in HTML output.
* Thu Sep 09 2021 ygao@suse.com
- Update to version 2.1.0+20210623.2a6d5ae68:
- cts: Update test files with crm_mon new xml output. (bsc#1187694)
- Increase PCMK__API_VERSION for new crm_mon xml output. (bsc#1187694)
- libpe: Added crm_mon xml output cluster timing settings. (bsc#1187694)
* Thu Sep 09 2021 ygao@suse.com
- Update to version 2.1.0+20210623.34ef9b169:
- pacemaker-attrd: avoid repeated unfencing of remote nodes (rh#1961857)
- pacemaker-attrd: ensure node ID is only set for attributes when known
- pacemaker-attrd: check for remote nodes in peer update callback
- controller: check whether unfenced node was remote node
* Mon Aug 16 2021 ygao@suse.com
- Update to version 2.1.0+20210622.485ce3a4d:
- libcrmcommon: Increase PCMK__API_VERSION for new crm_resource output. (rh#1686426)
- tools: Add the node-summary to crm_simulate output. (rh#1686426)
* Mon Aug 16 2021 ygao@suse.com
- Update to version 2.1.0+20210617.8c0c4eff9:
- Purge remote node attribute when the node is up. (bsc#1186693)
- Merge:
* bsc#1186693-clean-attrd-attributes-when-remote-node-is-up.patch
* Mon Aug 16 2021 ygao@suse.com
- Update to version 2.1.0+20210617.1df5eb2c1:
- fenced: Wrong device may be selected when "dynamic-list" is specified. (cl#5474)
* Mon Aug 16 2021 ygao@suse.com
- Update to version 2.1.0+20210616.dee8cafe5:
- attribute: Add OCF_CHECK_LEVEL handling in the validate-all action
- attribute: Add unique-group to appropriate <parameter> entries
- attribute: Remove unique from all <parameter> entries
- attribute: Update OCF version to 1.1
* Mon Aug 16 2021 ygao@suse.com
- Update to version 2.1.0+20210609.40b86522a:
- tools: Use the new resource-agent-action message. (rh#1644628)
- tools: Add an output message for resource actions. (rh#1644628)
- tools: Use simple XML lists for resource actions as well. (rh#1644628)
- tools: Add an overridden params output message. (rh#1644628)
- tools: Add an agent-status message for crm_resource. (rh#1644628)
- libcrmcommon: Increase PCMK__API_VERSION for new crm_resource output. (rh#1644628)
- xml: Update the crm_resource schema for XML output. (rh#1644628)
- libcrmcommon: Add OCF_OUTPUT_FORMAT to crm_resource environment. (rh#1644628)
* Mon Aug 16 2021 ygao@suse.com
- Update to version 2.1.0+20210608.3c1bae500:
- ping: Add OCF_CHECK_LEVEL handling in the validate-all action
- ping: Add a reload-agent action to handle the reloadable parameters
- include: Bump feature set to 3.10.2. (rh#1955792)
- tools: Add OCF_CHECK_LEVEL to crm_resource environment. (rh#1955792)
- ping: Add unique-group to appropriate <parameter> entries
- ping: Remove unique from all <parameter> entries
- ping: Update OCF version to 1.1
- xml: Add schema for pacemakerd.
- include: Bump CRM_FEATURE_SET for new pacemakerd args.
- daemons: Conditionally enable logging in pacemakerd.
- daemons: Output the pacemakerd feature list in XML.
- daemons: Convert pacemakerd to formatted output.
- pacemaker.service: Don't start pacemakerd with -f.
- daemons: Use glib for command line handling in pacemakerd.
- Add verbose debug mode which logs ping and fping output when set
- daemons: Use the new IPC API in pacemakerd for shutdown.
- daemons: Ignore ACK messages in pacemakerd dispatch.
* Mon Jul 19 2021 ygao@suse.com
- Update to version 2.1.0+20210608.7c3f66070 (Pacemaker-2.1.0):
- schemas: Add "digests" and "digest" elements to digests.rng. (rh#1967087)
* Mon Jul 19 2021 ygao@suse.com
- Update to version 2.0.5+20210601.b7762381d (Pacemaker-2.1.0-rc3):
- XML: bump API schema version
- tools: get `crm_verify --xml-pipe/-p` working again (bsc#1186576)
- rpm: respect prefix when installing resource agents
- tools: Return ENXIO from show_metadata.
- tools: Return ENOTUNIQ in find_resource_attr.
- executor: log OCF resource agent search path at start-up
- tools: Fix handling certain error codes in crm_resource.
- pcmk__pid_active: Lower the log level when readlink() is EACCES
- Drop obsolete:
* 0001-Log-libcrmcommon-lower-message-on-reading-proc-file-.patch
* Mon Jul 19 2021 ygao@suse.com
- Update to version 2.0.5+20210519.4edf50cc9 (Pacemaker-2.1.0-rc2):
- rpm: add option for sbd sync default
- tools: Return the right error codes in crm_resource.
- configure: add --with-sbd-sync-default option
- libcrmcommon: warn if sbd sync environment is invalid
- libcrmcommon: warn if can't get user information for log file
- pacemakerd: don't try to repeat shutdown when disconnecting CFG
- executor,fencer: tell user if additional logfile is unusable
- libcrmcommon: use return code correctly when getting daemon user ID
- rpm: minor clean-up of spec
- rpm: add configuration global for bug URL
- liblrmd: improve messages when loading Pacemaker Remote key
- liblrmd: return sensible value when remote connection fails
- liblrmd: improve failure messages when initializing remote key
- liblrmd: improve failure messages when cacheing remote key
- liblrmd: return sensible code for unsupported executor type
- liblrmd: improve messages for remote reply failures
- liblrmd: use sensible return code for disconnection in remote send/reply
- liblrmd: richer return code when sending remote message
- fencing: register/remove the watchdog device
- crm_resource: improve help text
- libpe_status: Don't output an extraneous header under crm_mon -b.
* Fri Jul 16 2021 ygao@suse.com
- Update to version 2.0.5+20210427.aa4bdaa2f:
- schedulerd: Correctly calculate priority-fencing-delay from Master resource stop failure.(Fix:#CLBZ5467)
* Fri Jul 16 2021 ygao@suse.com
- Update to version 2.0.5+20210427.529de7174:
- tools: avoid exception when pcmk_simtimes is used without --verbose
- libcrmcluster: improve CPG validation messages
- libcrmcluster: use more efficient payload length check
- liblrmd: correctly check for out-of-memory condition
- executor: properly initiate quicker fence device monitor
- Fix maint-mode output on curses mode.
* Fri Jul 16 2021 ygao@suse.com
- Update to version 2.0.5+20210422.d469c6340:
- controller: check for empty OCF version as well as NULL
- libcrmservice: always advertise OCF 1.1 support
- controller: always refresh agent meta-data after start
- controller: info message when agent supports newer OCF 1.x standard
- libcrmcommon: bump feature set for reload-agent support
- libcrmservice: advertise OCF 1.1 support to resource agents
- scheduler: support OCF 1.1 reload-agent action
- controller: support OCF 1.1 reload-agent action
- resources: support OCF 1.1 standard in ocf:pacemaker:remote
- resources: improve Pacemaker Remote meta-data
- controller: log the OCF version supported by a resource agent
* Fri Jul 16 2021 ygao@suse.com
- Update to version 2.0.5+20210420.e82d2a1bc:
- Convert crm_attribute to use glib for cmdline handling.
- Support "sync-crash" option with PCMK_panic_action
- tools: Don't reference the output object in cmdline processing.
- libcib: revert deprecation of cib_apply_patch_event()
- CIB: allow resource-stickiness default to be set at build time
- rpm: detect when to use --enable-compat-2.0 correctly
- Support "sync-reboot" option with PCMK_panic_action
- tools: Set the output object when running crm_resource --restart.
- pacemakerd,pacemaker-remoted: simplify help URL in systemd unit file
- crm_mon: try to connect CIB while pacemakerd shutting down
- Rebase:
* bug-995365_pacemaker-cts-restart-systemd-journald.patch
* pacemaker-cts-StartCmd.patch
* Fri Jul 16 2021 ygao@suse.com
- Update to version 2.0.5+20210409.6c31efd67:
- libcrmcommon: bump feature set to 3.9.0
- scheduler: provide notify_{,un}promoted_{resource,uname} variables
- schema: add promoted-only to crm_mon API schema
- libpe_status: use "promoted-only" in API schema for bans
- tools: deprecate crm_master
- tools: crm_attribute -p/--promotion option to operate on promotion score
- tools: crm_resource now supports --promoted option
- CIB: allow OCF 1.1 role names in configuration
- scheduler: accept case-insensitive role names in actions in templates
- tools: use OCF 1.1 role names in crm_resource --ban constraints
- scheduler: use OCF 1.1 role names in output
- scheduler: use OCF 1.1 role names in log messages
- scheduler: support OCF 1.1 role names in configuration
* Thu Jul 15 2021 ygao@suse.com
- Update to version 2.0.5+20210408.c71bd880c:
- tools: crm_simulate --pending is deprecated.
- tools: Make some small changes to the crm_simulate man page.
- controller: correctly handle remote node fencing after Y2038
- controller: correctly handle node shutdowns after Y2038
- libcrmcommon: bump feature set for recent configuration interpretation changes
- tools: constrain node IDs to non-negative values for crm_node -N
- tools: treat invalid error codes as unknown in crm_error
- scheduler: don't treat invalid duration fields as -1
- scheduler: constrain promoted-max and promoted-node-max to non-negative values
- scheduler: constrain clone-max to non-negative values
- scheduler: constrain clone-min to non-negative values
- scheduler: constrain clone-node-max to non-negative values
- all: allow full unsigned int range for PCMK_ipc_buffer
- scheduler: Use default when series max value is out of bounds
- scheduler: handle series max of 0 better
- scheduler: handle exit via signal or main loop similarly
- fencer: use 1 (default) instead of -1 (unlimited) for invalid pcmk_action_limit
- all: constrain minimum when parsing certain internally generated integers
- CIB: constrain remote-tls-port and remote-clear-port to port range
- scheduler: constrain resource priorities and node-health-base to score range
- controller: bound stonith-max-attempts to a minimum of 1
- scheduler: handle last-rc-change values after Y2038
- scheduler: handle ticket last-granted dates after 2038
- all: use default value when a long long integer can't be parsed
- tools: Don't print to stderr if crm_simulate -V is used.
* Thu Jul 15 2021 ygao@suse.com
- Update to version 2.0.5+20210406.6b23b2bb4:
- Add schema for new crm_simulate options. (rh#1686426)
- tools: Add new options to crm_simulate. (rh#1686426)
* Thu Jul 15 2021 ygao@suse.com
- Update to version 2.0.5+20210405.43fcdeb35:
- xml: Add schema for new crm_simulate output.
- include: Bump FEATURE_SET for new crm_simulate args.
- scheduler: Use formatted output for node weights.
- tools: Log crm_simulate output for certain cmdlines.
- Use formatted output for scheduler node actions.
- tools: Use formatted output for simulation timings.
- tools: Add the beginnings of formatted output to crm_simulate.
* Thu Jul 15 2021 ygao@suse.com
- Update to version 2.0.5+20210330.7fa194778:
- libcrmcommon: Allow setting the formatted output log level.
- libcrmcommon: Flush output in text_list_item.
* Thu Jul 15 2021 ygao@suse.com
- Update to version 2.0.5+20210319.c75f0a34a:
- crm/cib tools: implement CIB_file="-" to accept CIB from stdin
- tools: Promote a couple info messages to errors.
* Sun Mar 21 2021 ygao@suse.com
- Update to version 2.0.5+20210310.83e765df6:
- controller: re-joined node gets the host names of non-DC nodes (bsc#1180618)
- Merge:
* bsc#1180618-0001-Fix-crmd-update-crm_peer_cache.patch
* Sun Mar 21 2021 ygao@suse.com
- Update to version 2.0.5+20210309.90b3e455b:
- Allow the none format in other command line tools.
- scheduler,tools: stop using last-run in CIB status
* Sun Mar 21 2021 ygao@suse.com
- Update to version 2.0.5+20210302.64e0c771d:
- crm_mon.rng/crm_resource.rng: Change the schema type of 'expected' and 'call' to integer. (rh#1931332)
- Merge:
* rh#1931332-0003-Med-Change-the-schema-type-of-expected-and-call-to-i.patch
* rh#1931332-0002-Med-Copy-crm_mon.rng-and-crm_resource.rng-in-prepara.patch
* rh#1931332-0001-Med-Generate-xml-crm_mon.rng-from-the-contents-of-xm.patch
* rh#1931332-0000-Feature-xml-Move-resource-related-XML-schema-into-it.patch
* Sun Mar 21 2021 ygao@suse.com
- Update to version 2.0.5+20210302.f537b60c2:
- fenced: retry getting metadata until we get it
- require glib 2.42.0 or later
* Sun Mar 21 2021 ygao@suse.com
- Update to version 2.0.5+20210224.63d2fa7c2:
- pacemakerd: downgrade corosync connection loss messages
- libcrmcommon: be consistent with IPC server names in messages
- CIB: deprecate support for can_fail action meta-attribute
- CIB: deprecate remove-after-stop cluster property
- pacemakerd,tools: use high-resolution sleep in a couple of places
- pacemakerd: use high-resolution sleep functions if available
- configure: drop support for --with-acl option
- rpm: update for new legacy links default
- configure: add --with-concurrent-fencing-default option
- scheduler: allow 2.0 compatibility mode for certain output
- include: Bump CRM_FEATURE_SET to 3.7.2.
- tools: Convert crm_verify to use formatted output.
- tools: Use glib for command line handling in crm_verify.
- iso8601: prevent sec overrun before adding up as long long
- Merge:
* 0001-Fix-iso8601-prevent-sec-overrun-before-adding-up-as-.patch
- crmadmin: tweaks
- scheduler: route monitor cancellations behind moving remote connections correctly
- cluster: try to reconnect with corosync if it goes down
- Rebase:
* pacemaker-nagios-plugin-dir.patch
* Sat Mar 20 2021 ygao@suse.com
- Update to version 2.0.5+20210223.dbc27b2ac:
- fencer: optimize merging of fencing history by removing unneeded entries on creation of history diff (bsc#1181744)
- Merge:
* bsc#1181744-0004-Refactor-fencer-optimize-merging-of-fencing-history-.patch
- fencing: new function stonith_op_state_pending() for checking if a fencing operation is in pending state (bsc#1181744)
- Merge:
* bsc#1181744-0003-Refactor-fencing-new-function-stonith_op_state_pendi.patch
- fencer: update outdated pending operations according to returned ones from remote peer history (bsc#1181744)
- Merge:
* bsc#1181744-0002-Fix-fencer-update-outdated-pending-operations-accord.patch
- fencer: broadcast returned fencing operations to update outdated pending ones in remote peer history (bsc#1181744)
- Merge:
* bsc#1181744-0001-Fix-fencer-broadcast-returned-fencing-operations-to-.patch
* Sat Mar 20 2021 ygao@suse.com
- Update to version 2.0.5+20210212.a4892ccb5:
- Fix a problem with crm_resource exit code handling.
- Correct output of "crm_resource --locate" in case of clones. (rh#1925681)
- tools: Add newlines to the description string in crm_simulate.
- tools: Straighten out return codes in crm_diff.
- libcrmcommon: Set extra_headers to NULL after freeing it.
- tools: Mark a couple things as volatile in crm_mon.
- tools: Allow other output formats for crm_mon -d.
- libcrmcommon: Try to make sure formatted output is always written.
- libcib, tools: Use the formatted output password prompt.
- libcrmcommon: Add a prompt formatted output message.
- tools, libcrmcommon: Add a progress formatted output message.
* Sat Mar 20 2021 ygao@suse.com
- Update to version 2.0.5+20210205.46cf48d27:
- execd: Skips merging of canceled fencing monitors.(Fix:#CLBZ5393)
- Merge:
* 0001-Mid-execd-Skips-merging-of-canceled-fencing-monitors.patch
- crm_mon: detect when run on remote-node
- tools: get cibsecret stash working again
- Merge:
* 0001-Fix-tools-get-cibsecret-stash-working-again.patch
- fencing: remove any devices that are not installed
- Merge:
* 0001-Fix-fencing-remove-any-devices-that-are-not-installe.patch
- crm_mon: suppress pacemakerd-status for non-text output
- crm_mon: retry fencer connection as not fatal initially
- tools: Report pacemakerd in state waiting for sbd
- controller,scheduler,CTS: use ":" instead of "::" when displaying provider
* Sat Mar 20 2021 ygao@suse.com
- Update to version 2.0.5+20210128.7c8114f68:
- scheduler: process remote shutdowns correctly (rh#1898457)
- scheduler: warn if lrm_resource has no ID
- scheduler: warn if node state has no ID or uname
* Fri Mar 19 2021 ygao@suse.com
- Update to version 2.0.5+20210128.aa41a984d:
- cibsecret: use crmadmin -N (which also lists guest and remote nodes) to get nodes to sync to
- tools: Free --resource=/--node= memory in crm_mon. (bsc#1211678)
- scheduler: Free the result of pe__node_display_name in one place. (bsc#1211678)
- tools: Free command-line related memory. (bsc#1211678)
- libcrmcommon: Don't leak memory in pcmk__cmdline_preproc. (bsc#1211678)
- libcrmcommon: Free the results in various test cases. (bsc#1211678)
- libpe_rules, libcrmcommon: Free the whole xml doc, not just the node. (bsc#1211678)
- crmadmin: use cluster instead of member term and remove pacemaker_remote node type
- crmadmin: list remote/guest nodes and add parameter/variable to choose which node type(s) to list
* Fri Mar 19 2021 ygao@suse.com
- Update to version 2.0.5+20210121.55598be5e:
- tools: The 'm' key in crm_mon is a cycle, not a toggle.
- tools: Describe interactive crm_mon use in help and man page.
- tools: Attempt to reestablish connections in crm_mon. (rh#1880426, rh#1466875)
- tools: A lack of stonith history is not fatal in crm_mon. (rh#1880426)
- tools: Report if getting fencing history failed in crm_mon.
- tools: Adjust fencing shown indicator in crm_mon.
- corosync: Add cfg_trackstart/stop calls
* Tue Mar 16 2021 ygao@suse.com
- Update to version 2.0.5+20210114.ad074d869:
- all: use high-resolution timestamps in detail log when available (bsc#1197668)
- CIB: remove cibmon command
* Tue Mar 16 2021 ygao@suse.com
- Update to version 2.0.5+20210113.a4bbcb033:
- scheduler: implement new critical and influence options (rh#1371576)
- xml: allow colocation constraints to take "influence" option (rh#1371576)
* Tue Mar 16 2021 ygao@suse.com
- Update to version 2.0.5+20210112.631bb9c89:
- tools: bump feature set for crm_resource --digests (rh#1872376)
- tools: add crm_resource --digests option (rh#1872376)
- tools: handle required node names better in crm_resource
* Tue Mar 16 2021 ygao@suse.com
- Update to version 2.0.5+20210111.c600d9092:
- Build: tools: make stricter compilers happy
- Build: resources: drop ocf:pacemaker:pingd
- Build: require libqb 0.17.0 or later
- Build: require glib 2.32.0 or later
- Build,Doc,Test: all: drop support for Python 2
- Rebase:
* pacemaker-Wno-format-signedness.patch
* Tue Mar 16 2021 ygao@suse.com
- Update to version 2.0.5+20210108.1f1408ca7:
- scheduler: multiple issues with value-source in location rules (rh#1872376)
- tools: respect rules when showing node attributes in crm_mon (rh#1872376)
- scheduler: calculate secure digest properly for node attribute rules (rh#1872376)
- scheduler: treat NULL and empty string the same in literal attribute comparisons (rh#1872376)
- scheduler: don't include timeout in secure digests (rh#1872376)
- scheduler: filter non-private parameters properly for digest (rh#1872376)
- libcrmcommon: compare CRM_meta_ properly (rh#1872376)
- liblrmd: Limit node name addition to proxied attrd update commands (rh#1907726)
- Merge:
* rh#1907726-0001-Fix-liblrmd-Limit-node-name-addition-to-proxied-attr.patch
* Fri Jan 29 2021 ygao@suse.com
- pacemakerd: downgrade the warning about SBD_SYNC_RESOURCE_STARTUP to notice (bsc#1180966)
* bsc#1180966-0001-Log-pacemakerd-downgrade-the-warning-about-SBD_SYNC_.patch
* Thu Jan 28 2021 ygao@suse.com
- Update to version 2.0.5+20210104.8ae19fdf9:
- attrd: prevent leftover attributes of shutdown node in cib (bsc#1173668)
- Merge:
* bsc#1173668-0001-Fix-attrd-prevent-leftover-attributes-of-shutdown-no.patch
* Thu Jan 28 2021 ygao@suse.com
- Update to version 2.0.5+20201218.c67665496:
- books: enable Sphinx build
- books: remove Publican
- xml: Update XML schema for crm_resource changes.
- libpacemaker: Also flatten XML location constraint output.
- libpacemaker: Various small fixes to location-list.
- libpacemaker: Fix printing out location constraints.
- libpacemaker: Correct loop detection in rscs_colocated_with_list.
- libpacemaker: Flatten XML output for colocations.
- libpacemaker: Pass the correct resource to recursive calls.
- tools: Don't display generic lists for colocations and constraints.
- libpacemaker: Change the colocation list headings.
- libpacemaker: Don't show an empty locations list.
- libcrmcluster: properly check CPG payload size
- libcrmcluster: correctly return error for invalid payload size
- libcrmcommon: set errno properly on IPC connection failure
- scheduler: Don't output a resource header with no list.
- libcib: Cleanup at signoff.Fix(CLBZ#5457)
- scheduler: add class back to multiple recovery message
- fencer: standardize fence device references in log messages
- fencer: improve wording of various messages
- fencer: correct order of arguments to a message
- fencer: log operation IDs more consistently
- fencer: log operation state as readable string rather than integer enum value
- fencer: prefer "fencing" to "stonith"
- fencer: use singular or plural correctly in messages
- pacemakerd: improve error message when -S can't connect
- libcrmcommon: improve messages when adding a log file
- libcrmcommon: drop unformatted log message about log permissions (bsc#1190821)
- libcrmcommon: drop unnecessary parent check when adding log file
- daemons: improve client name used in log messages
- ipc_client: Use libqb to get auth data for ipcc connections
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* bug-728579_pacemaker-stonith-dev-id.patch
* bug-812269_pacemaker-fencing-device-register-messages.patch
* Mon Jan 25 2021 ygao@suse.com
- Update to version 2.0.5+20201203.dc64a43f9:
- libpacemaker: add public API functions for cluster queries
- libs: Remove extra whitespace in list_item calls.
- schedulerd: Fixed processing to expand meta_attributes. Fix(#CLBZ:5451)
- scheduler: Fix output of failed actions without an operation_key.
- scheduler: treat missing parameter as NULL in rules with value-source (rh#1872376)
- scheduler: correctly skip dangling id-ref(rh#1872376)
- controld: Retry connection failure when controld is stopped.(Fix:CLBZ#5445)
- travis: run cts-exec with --force-wait option (bsc#1177489)
- cts-exec: add --force-wait/-w option (bsc#1177489)
- cts-fencing: add --force-wait/-w option (bsc#1177489)
- cts-exec: add --timeout/-t option (bsc#1177489)
- cts-fencing: add --timeout/-t option (bsc#1177489)
- cts-exec: optimize exec regression testing via appropriate synchronization with execd (bsc#1177489)
- cts-fencing: optimize fencing regression testing via appropriate synchronization with fenced (bsc#1177489)
- Pacemaker Explained: Explain limitations of node attr expressions. (rh#1891929)
- include: Bump CRM_FEATURE_SET to 3.6.3.
- xml: Add a schema for new crm_resource output.
- tools: Use formatted output for stacks and constraints.
- tools: Use formatted output for resource searching.
- tools: Use formatted output for crm_resource checks.
- tools: Use formatted output for CTS printing in crm_resource.
- scheduler, tools: Add a new node-and-op output message.
- tools: Use formatted output for crm_resource info messages.
- tools: Use formatted output for finding resources.
- tools: Use formatted output for resource output in crm_resource.
- scheduler: Add a message for resource config printing.
- tools: Use formatted output for props, attrs, and metadata.
- liblrmd: Add output messages for agents, providers, and standards.
- tools: Use the existing resource-list message in crm_resource.
- tools: Add an output message for a list of resource names.
- tools: Add the beginnings of formatted output to crm_resource.
- scheduler: filter Pacemaker-supplied stonith parameters from secure hash (rh#1872376)
- scheduler: use same default private parameter list as controller
- libstonithd: improve filtering of Pacemaker-handled parameters
- scheduler: properly compute digest of non-sensitive resource parameters (rh#1872376)
- libcrmcommon: Prevent a segfault in pcmk__cmdline_preproc.
- tools: Save the optarg parameter for --list-ocf-alternatives.
- xml: Add a generic list XML schema file.
- xml: Move resource-related XML schema into its own file.
- libcrmcommon: Automatically lower case XML list names.
- xml: add schema for new crmadmin output
- crmadmin: implement formatted output (bsc#1178865)
- Drop obsolete:
* bsc#1178865-0001-Fix-crmadmin-printing-DC-quietly-if-needed.patch
* Sun Dec 06 2020 ygao@suse.com
- Update to version 2.0.5+20201202.ba59be712 (Pacemaker-2.0.5):
- xml: Revert to correct schema for alerts-3.5
- tools: match calloc() with free() in crm_resource
- tools: "Connectivity is lost" may not be displayed even if the ping communication is lost.
* Sun Dec 06 2020 ygao@suse.com
- Update to version 2.0.4+20201116.ae2c04b54:
- tools: make cibsecret use bash
- fencer: allow peer configuration requests
* Sun Dec 06 2020 ygao@suse.com
- Update to version 2.0.4+20201027.31aa4f551:
- pacemakerd: handle shutdown requests better
- daemons,libcrmcommon: send status code with client acks
- fencer: restrict certain IPC requests to privileged users (CVE-2020-25654, bsc#1177916)
- pacemakerd: ignore shutdown requests from unprivileged users (CVE-2020-25654, bsc#1177916)
- pacemakerd: check client for NULL before using it
- executor: restrict certain IPC requests to Pacemaker daemons (CVE-2020-25654, bsc#1177916)
- executor: return appropriate error code when no remote support
- executor: mark controller connections to pacemaker-remoted as privileged
- executor: show CRM_OP_REGISTER rc in debug message
* Sun Dec 06 2020 ygao@suse.com
- Update to version 2.0.4+20201022.354625c62:
- tools: revert some changes in crm_resource NULL checks
- xml: Mark new crm_mon attributes as optional.
- scheduler: fix build when DEFAULT_CONCURRENT_FENCING_TRUE is set
* Sun Dec 06 2020 ygao@suse.com
- Update to version 2.0.4+20201019.878658661:
- cib: create reply when needed for diff
- cib: only build reply when needed
* Fri Oct 30 2020 ygao@suse.com
- Update to version 2.0.4+20201014.b0ef36d82:
- cibsecret: read value to set from input (or stdin) if not specified
- libcrmcommon: Don't leak memory in pcmk__cmdline_preproc.
- tools: Don't leak options.xml_file in crm_simulate.
- tools: Prevent a potential memory problem in crm_resource.
- tools: Use glib for cmdline handling in crmadmin.
- tools: Apply resource filtering to failed actions in crm_mon.
- scheduler: require pre-/post-start notifications correctly
- tools: avoid memory leak if crm_mon --include/--exclude have bad syntax
- pacemakerd: change one message so CTS recognizes it
- libcrmcommon: check controller API object for NULL
- fencer: properly deactivate stonith API callbacks
- controld: Avoiding Broken pipe when shutdown.
- Stateful: add ability to return custom rc saved in state file
- Dummy: add ability to return custom rc saved in state file
- Use effective OCF rc-code to avoid increasing failcount for DEGRADED statuses (bsc#1205861)
- tools: Don't display crm_resource error messages twice.
- Accept PCMK_OCF_DEGRADED and PCMK_OCF_DEGRADED_MASTER status codes (bsc#1205861)
- libcrmservice: avoid dangling reference after DBus memory allocation error
- libcrmservice: avoid double logging an error
- libcrmservice: improve DBus log messages
- fenced: Avoiding Broken pipe when shutdown.
- controld: Avoiding Broken pipe when shutdown.
- attrd: Avoiding Broken pipe when shutdown.
- Dont add OCF_RESKEY_ prefix to OCF_CHECK_LEVEL
- controller: recognize reprobe requests correctly again
- tools: allow crm_resource --option to be specified multiple times again
- tools: only create validate parameters table when needed
- tools: use glib types/free in crm_resource where appropriate to GOption
- xml: Add a new schema version for crm_mon.
- scheduler: Display stop-all-resources in cluster options.
- scheduler: Add management status to group output. (rh#1748139)
- scheduler: Change output for disabled clones. (rh#1748139)
- scheduler: Change output for disabled groups. (rh#1748139)
- scheduler: don't select instance to be promoted on a guest that can't run
- fenced: Set the delegate correctly when fencing fails.
- scheduler: improve messages when creating actions
- libcrmcommon: Warn instead of err in scan_ll() (rh#1874391)
- libcrmcommon: Don't always write out a name attribute.
- scheduler, tools: Add a resource-list message.
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
* Fri Oct 30 2020 ygao@suse.com
- Update to version 2.0.4+20200820.09f345c49:
- controller, Pacemaker Explained: improve the documentation of `stonith-watchdog-timeout` cluster option (bsc#1174696, bsc#1184557)
- scheduler: improve the documentation of `have-watchdog` cluster option (bsc#1174696, bsc#1184557)
- libpe_status: downgrade the message about the meaning of `have-watchdog=true` to info (bsc#1174696, bsc#1184557)
* Fri Oct 30 2020 ygao@suse.com
- Update to version 2.0.4+20200820.216d5db57:
- tools: properly detect local node name
- various: improve client flag handling
-Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* bug-728579_pacemaker-stonith-dev-id.patch
* Fri Oct 30 2020 ygao@suse.com
- Update to version 2.0.4+20200819.643f19b71:
- scheduler: update migrate-fail-9 test for migration code change (bsc#1177212, bsc#1182607)
- scheduler: don't schedule a dangling migration stop if one already occurred (bsc#1177212, bsc#1182607)
* Thu Oct 29 2020 ygao@suse.com
- Update to version 2.0.4+20200819.114974685:
- controld: Log correct timeout for timed-out stonith monitor
- libpe_status: Use pcmk_monitor_timeout as stonith start timeout (rh#1856015)
- crm_mon: Displays completed failed actions as processed.
- libpe_status: Support integer as rule type attribute
- libpe_status: Error-check and expand range of type="number"
- xml: Support integer as rule type attribute
- daemons, lib, tools: Correct comparisons to string functions.
- libcrmcommon: Allow default formatted output message handlers.
- tools: Apply resource filtering to bans.
- tools: Apply resource filtering to --brief option.
- libpe_status: Allow filtering bundled resources.
- libpe_status: Allow filtering cloned resources.
- libpe_status: Allow filtering resource groups.
- libpe_status: Allow filtering primitive resources.
- tools: Add "No active resources" to one case in crm_mon output.
- tools: Allow filtering node history by resource.
- tools: Add --resource= to the crm_mon command line.
- cluster: Close corosync handles when they disconnect (rh#1614166)
- libcrmcommon: Use truly implicit deny for ACLs (rh#1833173)
- libpe_status: Destroy hash table after use
- controld: improve message indicating the RA execution request
- tools: Convert crm_resource to use glib for command line handling.
- Allow logfile perms to be set in sysconfig
- pacemakerd: improve logging when synced with SBD
- pacemakerd: interworking with sbd not using pacemakerd-api
- tools: Add -P to crmadmin to ping via pacemakerd-api
- sbd-integration: sync pacemakerd with sbd
- executor: only send executor notifications to executor clients
- ipc-api: avoid infinite loop when disconnected
- ipc-api: allow calling connect after disconnection
- fencer: don't log assertion if unable to create full request reply
- libcrmcommon: avoid assertion on controller protocol errors
- tools: Add the http-equiv header to crm_mon at the right time.
- tools, libcrmcommon: Reopen the output dest on reset.
- libcrmcommon: Make reset and finish work more similarly. (rh#1857728)
- libcib: Update known_paths
- tools: Update valid scope values for cibadmin --help
- controld: Show action timer plus cluster-delay in action_timer cb (rh#1856035)
- Rebase:
* bug-943295_pacemaker-lrmd-log-notice.patch
* Tue Aug 25 2020 ygao@suse.com
- Update to version 2.0.4+20200702.813fdbfdc:
- libcrmcommon: deprecate create_hello_message() as public API (bsc#1170346, rh#1796824)
- pacemakerd: properly conditionalize corosync calls (bsc#1170346, rh#1796824)
- pacemakerd: use existing handle for corosync shutdown (bsc#1170346, rh#1796824)
- pacemakerd: improve messages (bsc#1170346, rh#1796824)
- pacemakerd: functionize removing core file limit (bsc#1170346, rh#1796824)
- pacemakerd: remove unneeded IPC and CPG commands (bsc#1170346, rh#1796824)
- tools: crm_node -l and -p now work from Pacemaker Remote nodes (bsc#1170346, rh#1796824)
- functionize numeric comparisons of strings (bsc#1170346, rh#1796824)
- controller: add new IPC API command for getting node list (bsc#1170346, rh#1796824)
* Tue Aug 25 2020 ygao@suse.com
- Update to version 2.0.4+20200701.556cef416:
- tools: convert crmadmin to use new controller IPC model (bsc#1170346, rh#1796824)
- tools: remove dead code from crm_node (bsc#1170346, rh#1796824)
- tools: convert crm_node to use new controller IPC model (bsc#1170346, rh#1796824)
- tools: convert crm_resource to use new controller IPC model (bsc#1170346, rh#1796824)
- libcrmcommon: add C API for controller IPC (bsc#1170346, rh#1796824)
- libcrmcommon: new model for daemon IPC API (bsc#1170346, rh#1796824)
* Tue Aug 25 2020 ygao@suse.com
- Update to version 2.0.4+20200630.107af1896:
- tools, libs: Use pcmk__str_any_of and pcmk__str_all_of.
- libcrmcommon: Add pcmk__str_any_of and pcmk__str_none_of.
* Tue Aug 25 2020 ygao@suse.com
- Update to version 2.0.4+20200624.67a6a9b31:
- lib, tools: Correct types given to PCMK__OUTPUT_ARGS.
* Mon Aug 24 2020 ygao@suse.com
- Update to version 2.0.4+20200623.e36fe309d:
- sysconfig: remove outdated reference to wildcards in PCMK_trace_files
- rpm: use https in package URL
- resources: don't check host-specific conditions in attribute validate
* Mon Aug 24 2020 ygao@suse.com
- Update to version 2.0.4+20200622.c7e75c04b:
- libpacemaker: Don't allow a potential NULL in a format string.
* Mon Aug 24 2020 ygao@suse.com
- Update to version 2.0.4+20200622.4bb3b23a2:
- libcrmcommon: bump CRM feature set
- scheduler: support "demote" choice for no-quorum-policy option (rh#1837747)
- scheduler: new on-fail="demote" recovery policy for promoted resources (rh#1837747)
- xml: add on-fail="demote" option to resources schema (rh#1837747)
- libpacemaker: check for re-promotes specifically
- libpacemaker: don't force stop when skipping reload of failed resource
- scheduler: disallow on-fail=stop for stop operations
* Mon Aug 24 2020 ygao@suse.com
- Update to version 2.0.4+20200520.81d4b3976:
- xml: Add rsc_expression and op_expression to the XML schema. (rh#1628701)
- scheduler: Pass rsc_defaults and op_defaults data. (rh#1628701)
- scheduler: Add new rule tests for op_defaults and rsc_defaults. (rh#1628701)
* Mon Aug 24 2020 ygao@suse.com
- Update to version 2.0.4+20200508.3f6514f01:
- tools: functionize listing nodes from CIB in crmadmin (bsc#1170346, rh#1796824)
- tools: use proper type for glib timeout value in crmadmin (bsc#1170346, rh#1796824)
- tools: handle memory cleanup better in crm_node (bsc#1170346, rh#1796824)
- libcrmcommon: new function for draining and quitting a main loop (bsc#1170346, rh#1796824)
- libcrmcommon: drop generate_hash_key() (bsc#1170346, rh#1796824)
- libcrmcommon: move get_message_xml() and add_message_xml() definition (bsc#1170346, rh#1796824)
- libcrmcommon: separate IPC code into multiple files (bsc#1170346, rh#1796824)
- libcrmcommon: combine IPC internal headers (bsc#1170346, rh#1796824)
* Wed Aug 12 2020 ygao@suse.com
- rpm: use the user/group ID 90 for haclient/hacluster to be consistent with cluster-glue (bsc#1167171)
* Tue Jul 07 2020 callumjfarmer13@gmail.com
- Fixes for %_libexecdir changing to /usr/libexec
* Wed Jun 24 2020 ygao@suse.com
- Update to version pacemaker-2.0.4+20200616.2deceaa3a (Pacemaker-2.0.4):
- cibsecret: don't use pssh -q option unless supported
- tools: verify newly created CIB connection is not NULL
- tools: check resource separately from managing parameter in cibsecret
- tools: improve cibsecret help
* Thu Jun 18 2020 ygao@suse.com
- Update to version 2.0.3+20200608.44045c027:
- scheduler: Add the node name back to bundle instances.
* Thu Jun 18 2020 ygao@suse.com
- Update to version 2.0.3+20200605.0db37d66f:
- rpm: add spec option for enabling CIB secrets
- build: avoid resource-agents as build dependency when cibsecrets are enabled
* Thu Jun 18 2020 ygao@suse.com
- Update to version 2.0.3+20200603.4ff9c412f:
- based: use crm_exit to free qb-logging
* Thu Jun 18 2020 ygao@suse.com
- Update to version 2.0.3+20200602.f7f36e8a8:
- libpe_status: Modify filtering of inactive resources.
* Tue Jun 02 2020 ygao@suse.com
- Update to version 2.0.3+20200527.e67fb5c73:
- rpm: put user-configurable items at top of spec
- tools: free IPC memory after closing connection
- resources: attribute name parameter doesn't have to be unique
* Wed May 20 2020 ygao@suse.com
- Update to version 2.0.3+20200516.b06fc662e:
- crm_ticket: avoid unnecessary issues with dynamic allocation
- crm_resource: avoid unnecessary issus with dynamic allocation
- crm_mon: NULL output-pointer when buffer is freed
- crm_error: use g_free for a proper match
- libreplace: closedir when bailing out dir traversal
- libcrmcommon: return ENOMEM directly instead of errno
- libcrmcommon: free basename after setting prgname
- silence some false positives static analysis stumbled over
- move bcond_with/without up front for e.g. pcmk_release
- fencer: avoid infinite loop if device is removed during operation
* Tue May 12 2020 ygao@suse.com
- libcrmcommon: lower message on reading proc file to info
* 0001-Log-libcrmcommon-lower-message-on-reading-proc-file-.patch
* Tue May 12 2020 ygao@suse.com
- Update to version 2.0.3+20200511.2b248d828:
- tools: get stonith_admin --list-targets working again
* Mon May 11 2020 ygao@suse.com
- Update to version 2.0.3+20200511.e7d7b1aa5:
- libpe_status: Apply node filtering to clone resource lists.
- tools: Remove an extra space in crm_mon filtered output.
- libpe_status: Don't output unnecessary resource headers.
- libpe_status: Handle filtering of inactive resources.
- tools: Print inactive resources by default with crm_mon xml output.
* Mon May 11 2020 ygao@suse.com
- Update to version 2.0.3+20200511.a9e085d8c:
- fencer: avoid possible use-of-NULL when parsing metadata (bsc#1171372)
- libstonithd: make the assert message from stonith__device_parameter_flags() more clear (bsc#1171372)
* Fri May 08 2020 ygao@suse.com
- Update to version 2.0.3+20200507.c8529193e:
- libstonithd: respect `pcmk_host_argument=none` on `validate` (bsc#1171372)
- libstonithd: add `port` or `plug` parameter according to metadata on `validate` if no `pcmk_host_argument` specified (bsc#1171372)
- Pacemaker Explained: update the default value and the description of `pcmk_host_argument` (bsc#1171372)
- fencer: add `port` or `plug` parameter according to metadata for RHCS-style fence-agents (bsc#1171372)
- libstonithd: add function to check supported parameters according to the metadata of a fence agent (bsc#1171372)
* Thu May 07 2020 ygao@suse.com
- Update to version 2.0.3+20200506.a212e4fa3:
- fenced: Remove relayed stonith operation.(Fix:CLBZ#5401) (bsc#1181744)
- controller: properly detect remote node info requests
- cotrold: Notify tengine of completion of CRM_OP_LRM_DELETE.(Fix:CLBZ:#5424)
* Mon May 04 2020 ygao@suse.com
- Update to version 2.0.3+20200429.029571144:
- stonith_admin: --delay is an optional option for --fence/--unfence/--reboot commands (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- controller: avoid possible use-of-NULL on logging fencing message (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
* Mon May 04 2020 ygao@suse.com
- Update to version 2.0.3+20200428.f0a4d08c9:
- cib: populate cib_nodes when 'cibadmin -R -scope=configuration'
* Mon May 04 2020 ygao@suse.com
- Update to version 2.0.3+20200423.01b9bbdbe:
- cts: add `plug` parameter for fence_dummy agent (bsc#1171372)
- libstonithd: `plug` parameter of RHCS-style fence-agents is shown as non-required in the metadata (bsc#1171372)
- libstonithd: `action` parameter of RHCS-style fence-agents is shown as non-required in the metadata (bsc#1171372)
- libstonithd: functionize fudging metadata of RHCS-style agent to make specific parameter non-required (bsc#1171372)
* Mon May 04 2020 ygao@suse.com
- Update to version 2.0.3+20200423.5194e4a0d:
- libpe_status: Skip summary output of cloned resources.
- tools: Remove yet more extra newlines from crm_mon errors.
- tools: Quitting crm_mon shouldn't be an error.
- tools: Remove an extra log bump in crm_simulate.
- tools: Convert crm_error to use glib for command line handling.
- tools: Fix --html-title= in crm_mon.
- libpe_status: Add space between role and state strings.
- tools: Filter fencing actions using --node=.
- tools: Filter resources using --node= option.
- tools: Filter failed resource actions using --node= option.
- tools: Filter node summary and attributes using --node= option.
- tools: Filter nodes using --node= option.
- tools: Add --node= to the crm_mon command line.
* Thu Apr 09 2020 ygao@suse.com
- Update to version 2.0.3+20200408.cfb1746ec:
- libcrmcluster: use uint64_t type for corosync ringid (membership id) when updating node state (bsc#1168771)
* Thu Apr 09 2020 ygao@suse.com
- Update to version 2.0.3+20200403.eb73f2237:
- fencer: update cpg_topology_delay test to also verify pcmk_delay_base is added (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- controller: requested priority fencing delay defaults to 0 (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- stonith_admin: --delay option defaults to 0 (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- fencer: any delays from pcmk_delay_base/max are added to requested fencing delay (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- scheduler: do not differentiate the case where all the nodes have equal priority (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- scheduler: priority-fencing-delay defaults to 0 meaning disabled (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
* Thu Apr 09 2020 ygao@suse.com
- Update to version 2.0.3+20200402.0a67b34c5:
- libpacemaker: don't output "0 events found" for stonith history cleanup
- tools: use return codes consistently in stonith_admin
- Use glib for cmdline processing in crm_simulate.
- tools: Only free things in crm_simulate that aren't NULL.
* Thu Apr 09 2020 ygao@suse.com
- Update to version 2.0.3+20200326.508402483:
- scheduler: don't incorporate dependencies' colocations multiple times
- controller: improve shutdown messages
- tools: make static analysis happy
- xml: Add a new version of the tags schema.
- tools: Apply various fixes to the crm_diff man page.
- libcib: improve messages for CIB sign-on
- libcrmcommon: close logging *after* logging an exit message
- tools: be extra safe with freeing API connections when exiting
- fencer,libstonithd: fix Y2038 issue in fence history
* Thu Apr 09 2020 ygao@suse.com
- Update to version 2.0.3+20200321.3e73aefb8:
- Pacemaker Explained: document priority-fencing-delay cluster option (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- fencer: add cpg_topology_delay test to verify enforced fencing delay with fencing topology (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- fencer: handle any enforced fencing delay (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- stonith_admin: add --delay option to support enforced fencing delay (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- controller: request fencing with any enforced priority fencing delay (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- libstonithd: introduce fence_with_delay() operation (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- scheduler: add regression test for priority-fencing-delay (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- scheduler: implement priority-fencing-delay (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
- scheduler: add priority-fencing-delay cluster option (jsc#ECO-1611, jsc#SLE-12239, jsc#SLE-12240)
* Thu Apr 09 2020 ygao@suse.com
- Update to version 2.0.3+20200320.e16e5121f:
- tools: Close the channel created with g_io_channel_unix_new.
- libcrmcommon: Don't allocate a ptr array until it's needed.
- tools: Free the result of g_option_context_get_help.
- various: improve configuration warnings and errors
- based: avoid memory leak when reading CIB
- xml: Add a new minor version of the crm_mon schema.
- libstonithd: Report an error getting history in output.
- tools: Use new formatted output return codes in crm_mon.
- tools: Eliminate nested execution of bye() processing and clear data_set.
- tools: Add clear cib connection pointer.
- fix compilation -Werror compilation issue with GCC 10 with s390x
- tools: Print errors to stderr for crm_mon's legacy xml.
- tools: Rework error reporting and exiting in crm_mon.
- tools: Don't automatically show cluster options in crm_mon.
- tools: Use glib for command line handling in crm_rule.
- tools, lib: Use standard pacemaker return codes in crm_rule.
- tools: Allow crm_rule to check some date_specs.
- tools: Add better error reporting in crm_rule.
- executor: record correct last run and last rc change times
- libcrmcommon,libpe: validate interval specs correctly
- executor: correctly set first run time
- tools: Remove an extra space from last-failed strings in crm_mon.
- tools: Properly close ncurses output in crm_mon.
- controller: don't ack same request twice
- controller: improve message routing messages
- tools: Try to remove blank lines from the end of text output.
- tools: Don't display an empty "Migration Summary" header.
- tools: Handle corner case of printing cluster options.
- xml: Add a new schema version for crm_mon.
- tools: Add an option for printing failed resource actions.
- libcrmcommon, tools: Handle displaying maintenance mode.
- tools: Add more fine grained fencing arguments.
- tools: Conditionalize more output in crm_mon.
- tools: Add a real cluster-options message for text output.
- tools: Add --include= and --exclude= to crm_mon.
- controller: improve client IPC hello validation
- tools: clean up before exiting crm_resource
- libcrmcommon: improve messages when sending IPC request
- libcrmcommon: improve messages for IPC hello creation
- executor: correctly convert nanoseconds to milliseconds
- executor: handle systemd execution times under 1 second
- executor: improve process completion message
- tools: Use formatted output for more errors in crm_mon.
* Thu Mar 19 2020 ygao@suse.com
- Update to version 2.0.3+20200218.4544c9b82:
- rpm: Run "make check" as part of %check and in travis.
* Thu Mar 19 2020 ygao@suse.com
- Update to version 2.0.3+20200218.a290911ef:
- libcrmcommon: correctly check configuration options for positive values
* Thu Mar 19 2020 ygao@suse.com
- Update to version 2.0.3+20200213.68bd2b4da:
- cib_attrs: Fix mismatching deallocation
- controller: clear leaving node's transient attributes even if there is no DC
* Wed Jan 29 2020 ygao@suse.com
- Update to version 2.0.3+20200128.df6c286d9:
- scheduler: ensure attenuated scores still have some effect
- scheduler: ignore colocation constraints with 0 score
* Tue Jan 28 2020 ygao@suse.com
- Update to version 2.0.3+20200127.cdf84f849:
- libpe_status: Remove extra colons from operations output.
- libpe_status: correctly check for implicit resource ID collision
- libpe_status: Use the same message for headers and history.
- get ready for implicit -fno-common with upcoming GCC 10 (bsc#1160410)
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
* Tue Jan 21 2020 ygao@suse.com
- Update to version 2.0.3+20200116.92a6f7e97:
- controller: bump feature set for shutdown-lock
- scheduler: clear resource history when appropriate
- tools: for down nodes, crm_resource --refresh should clear CIB only
- controller: allow CRM_OP_LRM_DELETE to clear CIB only
- tools: crm_resource resource checks should show shutdown locks
- scheduler: display when a resource is shutdown-locked to a node
- controller: don't clear shutdown locks when node rejoins
- controller: mark shutdown-locked resources in resource history
- scheduler: respect shutdown locks when placing inactive resources
- scheduler: respect shutdown locks when placing active resources
- scheduler: add shutdown lock cluster options
- tools: improve error checking for crm_resource cleanup/fail commands
- tools: improve crm_resource "why" messages
- controller: improve messages when deleting CIB resource history
* Tue Jan 21 2020 ygao@suse.com
- Update to version 2.0.3+20200116.ea5b06fae:
- rectify thinko possibly behind spurious "process will not die" msg
- tools: Adapt stonith_admin to new return codes.
- libpacemaker: Fix handling of some operation return values.
- tools: Re-enable CGI output from crm_mon.
- tools: Correct sec vs. msec discrepancy in stonith_admin.
- libpe_status: Update the maint mode message for HTML output.
- libpe_status: Use a separate log formatter for cluster options.
- tools: Move --watch-fencing to under "Additional Options".
- libpacemaker: Convert to new return codes.
- libpacemaker: Add higher level stonith functions.
- tools: Handle request being NULL.
- tools: Be sure to free the GError when done with it.
* Fri Jan 10 2020 ygao@suse.com
- Update to version 2.0.3+20200106.bc6f54495:
- attrd: properly declare global variables as extern in header (bsc#1160410)
- libcrmcommon: introduce new set of return codes
* Fri Jan 10 2020 ygao@suse.com
- Update to version 2.0.3+20200102.1e3b41f65:
- controller: improve CIB status deletion messages
- controller: improve join messages
- fenced: Clearly log merged STONITH operations.
- iso8601: Fix crm_time_parse_offset() to parse offset with plus sign.
- libcrmcommon: correctly raise detail log line length
- libcrmservice: handle child wait errors appropriately
- libcrmservice: improve messages when waiting for child process
* Thu Dec 05 2019 ygao@suse.com
- Update to version 2.0.3+20191203.d671faa22:
- scheduler: make sure cluster-wide maintenance-mode=true overrides per-resource settings (bsc#1154881)
- tools: Correct the crm_mon man page.
- pengine: formatted output for log
- libcrmcommon: Add a formatter for logs
- tools: Use glib for cmdline handling in crm_diff.
* Tue Nov 26 2019 ygao@suse.com
- Update to version 2.0.3+20191125.4b1f869f0 (Pacemaker-2.0.3):
- libcrmcommon: memory leak when comparing time with invalid specification
- scheduler: only add successfully unpacked members as group children
- scheduler: include execution time when logging action failure
- libcrmservice: use "error" instead of "unknown error"
- tools: update blocked description in html output
* Mon Nov 11 2019 ygao@suse.com
- Update to version 2.0.2+20191108.e39096b5a:
- tools: Print nodes_maintenance in crm_mon.
- libcrmcommon: Use <h3> when outputting a nested list.
- tools: Explain what happens if crm_mon.cgi is run.
- libcrmcommon: Update formatted output help.
- tools: Add a space to "CLUSTER OK: 5nodes online". (bsc#1158180)
- scheduler: count disabled and blocked resources correctly
- scheduler: simplify logging resource info
- libpengine: Correct display of master resources.
* Thu Nov 07 2019 ygao@suse.com
- Update to version 2.0.2+20191106.eef56dcd6:
- libcrmcommon: Make sure to free the --output-as description.
- libcrmcommon: Rename formatted output cmdline options.
- libcrmcommon: Group all output options together.
* Mon Nov 04 2019 ygao@suse.com
- Update to version 2.0.2+20191031.1d695899e:
- scheduler: clarify message about when watchdog will be used
- scheduler: properly detect whether guest node is fenceable
- scheduler: initialize unfencing digests to null
- scheduler: improve graph synapse logging
* Tue Oct 29 2019 ygao@suse.com
- Update to version 2.0.2+20191023.7a12ccbe4:
- tools: Explain TIMESPEC in crm_mon help output.
- tools: crm_mon --interval should understand more formats.
- libcrmservice: don't close descriptors above current limit
- rpm: pacemaker-cts requires pacemaker
- tools: restore ability to show groups in crm_mon console mode
- tools: Deprecated old-style output options in crm_mon.
- cts-scheduler: test "year-2038" only runs for 64bit systems
- fencer: clarify more messages
- tools: don't ignore cib_new() errors in crm_mon
- tools: avoid memory leak in crm_mon when displaying nodes
- libpe_status: avoid memory leak when outputting resources
- libcrmcommon: avoid memory leak when IPC compression fails
- Security: introduce restrictive usage libxslt's security framework
- libcrmservice: try not to spam close() file descriptors
- tools: Support "crm_mon --as-html=<filename>".
- tools: Don't output nodes if they don't have failures.
- tools: Update checks around crm_mon --daemonize.
- libpe_status: Use CSS to style messages.
- tools: Add formatted output messages for resource history.
- tools: Add output messages for operations history.
- tools: Add full output to node messages.
- xml: Add a schema for new crm_mon output.
- tools: Use formatted output for nodes and their attrs.
- tools: Enable formatted output in crm_mon.
- tools: Use formatted output for failed actions.
- tools: Use formatted output for bans and tickets.
- tools: Use formatted output for cluster summary.
- tools: Use formatted output for stonith messages.
- tools: Add cluster summary messages.
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* Wed Oct 16 2019 ygao@suse.com
- Update to version 2.0.2+20191014.09114c357:
- fencer: improved log messages regarding fencing actions (bsc#1151007)
- cts: ComponentFail: killed corosync doesn't respawn immediatelly.
- fencer: no need to check the length of a non-empty list for pending fencing actions (bsc#1151007)
- tools: crm_attribute should skip attrd if CIB is file
- controller: improve throttle mode messages
- libcrmcommon: improve messages when waiting for child processes
- scheduler: greatly improve efficiency of interval-origin
- tools: improve crm_resource --cleanup/--refresh help text
- fencer: Indicate fencing target in the logs when scheduling and executing fencing command (bsc#1151007)
- fencer: Make sure concurrent fencing commands get triggered to execute (bsc#1151007)
- fencer: Don't let a fencing command with a long delay block any other commands pending on the device (bsc#1151007)
- scheduler: de-duplicate inputs even if not adding to transition graph
- scheduler: check for invalid orderings when applying orderings
- scheduler: improve messages when adding actions to transition graph
- tools: new tool to compare crm_simulate profiling output
- tools: add crm_simulate option to repeat profiling tests
- tools: Use glib for cmdline handling in crm_node.
- fencing: Do not block concurrent fencing actions on a device (bsc#1151007)
- fencing: handle fence meta-data errors better
- libcrmcommon: avoid buffer overflows when converting date to string
- executor: handle remote server socket consistently
- tools: improve help text for crm_resource --validate
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
* Tue Oct 08 2019 ygao@suse.com
- Update to version 2.0.2+20190930.7fd98a2c5:
- controller: allow more cluster properties to take ISO 8601 specification
- scheduler: allow failure-timeout to take ISO 8601 interval
- libcrmcommon,tools: handle NULL values better in time handling
- libcrmcommon: allow 24:00:00 time as equivalent to next day's 00:00:00
- libcrmcommon: allow ISO 8601 strings of form "<date>T<time> <offset>"
- libcrmcommon: always mark durations appropriately
- libcrmcommon: look for magic string "epoch" correctly
- libcrmcommon: improve ISO 8601 error handling
- tools: print correct variable in iso8601 error messages
- tools: improve iso8601 error handling
- tools: improve stonith_admin error message
- CIB: improve message when handling op with CIB_file
- tools: correct iso8601 help for -D/-E
- libcrmcommon: Allow spaces in forced output cmdline args.
- libcrmcommon: Be more lenient when freeing private data.
- libpe_status: Don't output empty lists in clone sets.
- tools: crm_mon --output-as html should default to stdout.
- tools: Examples in crm_mon should reference new args.
- Pacemaker Remote: allow environment variable file for PID 1
- controller: use dynamic cluster recheck interval
- controller: allow full interval specs for relevant cluster properties
- scheduler: track "recheck by" for nvpair blocks with date/time rules
- scheduler: track "recheck by" for location constraints with date/time rules
- scheduler: add ability to track when date expression evaluation will next change
- scheduler: improve configuration validation for date expressions
- libcrmcommon: improve error messages when parsing date strings
- libpe_status: track "recheck by" for failure timeouts
- libcrmcommon: Accept a single dash on the command line.
- libpe_status: improve messages for expired failures
- libpe_status: check for parameter changes for any unexpired operation
- libpe_status: match last failures more exactly
- libpe_status: warn if user specified negative migration-threshold
- SysInfo: Add support for other units (K, T and P) in SysInfo_megabytes function
- libcrmcommon: Allow printing blank lines with the info message.
- libpe_status: Fix segfaults in pe__bundle_*.
- tools: crm_mon -L does not require an argument.
- all: avoid Year 2038 issues
- libcrmcommon: add XML getter for epoch time values
- libcrmcommon,libcrmcluster: improve usage of timeval with XML
- libcrmcommon: add XML getter and setter for long long values
- libcrmcommon: improve error-checking when parsing integers from XML
- CIB: formally deprecate last-run in operation history XML
* Tue Oct 08 2019 ygao@suse.com
- Update to version 2.0.2+20190910.f1b697557:
- tools: Re-enable verbosity in crm_mon.
- tools: Don't add extra newlines to curses lists.
- tools: Fix crm_mon -t.
- tools: Don't output two asterisks in curses lists.
- libcrmcommon: Don't output two asterisks in text lists.
- crm_resource: inherit resource attributes
* Wed Sep 11 2019 ygao@suse.com
- Update to version 2.0.2+20190909.d4e0fef91:
- systemd: use correct name for unit directory variable
- configure: add --with-runstatedir option
- crm_mon: Displays completed fault actions as processed.
- libstonithd: Changing the log level.
- libcrmcommon: reword output options header
- logrotate: use correct name for bundle logs
- Pacemaker Remote: tell systemd not to respawn after fatal failure
- Pacemaker Remote: correctly detect bind/listen failure
- Pacemaker Remote: allow user to specify listen address
- tools: re-enable verbosity in stonith_admin
- rpm: add soft dependency on tar and bzip2
- add truly noarch indirection towards pacemaker schemas
- all: restrict XML children loops to XML elements where appropriate
- libcrmcommon: handle pcmk_strerror(INT_MIN)
- tools: avoid memory leak in crm_mon when displaying help
- pacemakerd: tweak messages for checking for existing instance
- pacemakerd: log a better warning if unable to create /var/run/crm
- libcrmcommon: Support old-style XML output.
- tools: Add a curses formatter to crm_mon.
* Thu Aug 08 2019 ygao@suse.com
- Update to version 2.0.2+20190801.122c32115:
- libcib: install cib_types.h
- tools: Use glib for cmdline handling in crm_mon.
- libcrmcommon: Handle no digits in crm_int_helper.
- libcrmcommon: Allow glib cmdline parsing without formatted output.
- extra: calculate #health_disk correctly in SysInfo
- extra: handle run-as-user properly in ClusterMon
- extra: advertise promote and demote in Stateful meta-data
- extra: formally deprecate the ocf:pacemaker:pingd agent
- extra: quote shell variables in agent code where appropriate (bsc#1175557)
- extra: use ":=" where appropriate in agent code
* Tue Jul 30 2019 ygao@suse.com
- Update to version 2.0.2+20190725.4b4fea3eb:
- Rebase:
* bug-977201_pacemaker-controld-self-fencing.patch
- libcrmcommon: Restore getopt behavior in stonith_admin.
- controller: document the cluster-name cluster property
- controller: allow configurable reaction to local node fencing
- pacemakerd: make daemon exit detection messages more consistent
- executor: stonith probes should fail only if previously registered
- libstonithd: handle API creation errors better
- spec: avoid long-broken (in a pristine tree state) "make all"
- controller: panic local host if notified of own fencing
- controller: clear "required" bit when disconnecting scheduler
- libcrmcommon: Remove -q from global cmdline options.
- tools: Allow HTML output in stonith_admin.
- libstonithd: Add HTML support to fencing messages.
- st_client: Reword stonith_event_text.
- controld: Use XML output to check for pending status.
- pengine: formatted output for html
- executor: don't pass /dev/null to resource agents as log
- executor: improve resource registration/unregistration messages
- controller: don't print "successfully started" if not true
- controller: monitor change can arrive in transition it was scheduled in
- controller: improve action result messages
- controller: confirm cancel actions by task key and node UUID
- controller: allow graph update when confirming action
- controller: improve remote RA connection messages
* Mon Jul 15 2019 ygao@suse.com
- Update to version 2.0.2+20190712.662793aac:
- scheduler: wait for probe actions to complete to prevent unnecessary restart/re-promote of dependent resources (bsc#1130122, bsc#1032511)
- Merge:
* bsc#1130122-0001-Fix-scheduler-wait-for-probe-actions-to-complete-to-.patch
* bsc#1130122-0002-Test-scheduler-wait-for-probe-actions-to-complete-to.patch
* Fri Jul 12 2019 ygao@suse.com
- Update to version 2.0.2+20190711.8a638d418:
- st_client: cleanup token whenever setting api to disconnected
- libcrmcommon: Add a "none" output formatter.
- libcrmcommon: Add a formatted outputter for HTML.
- remote: allow run-time configurable TLS priorities
- pengine: formatted output for text
- scheduler: properly detect dangling migrations (bsc#1177212)
- scheduler: only successful ops count for migration comparisons (bsc#1177212)
- libpe_status: add sanity check when unpacking migration history (bsc#1177212)
- libpe_status: check for stops correctly when unpacking migration (bsc#1177212)
- controller: reset expected reply when disconnecting from scheduler
- cts-scheduler: convert to python
- tools: Use a copy of argv in stonith_admin.
- libcrmcommon: Add a new version message.
- libcrmcommon: Add an error message.
- tools: Convert command line handling in stonith_admin.
- controller: set timeout on scheduler responses
- libcrmcommon: tweak ACL log messages
- libcrmcommon: pengine: formatted output for xml
- libstonithd: improve error checking when sending command
- fencer: don't require API registration for list and status commands (bsc#1148236)
- fencer: improve error checking and log messages for API action requests (bsc#1148236)
- executor: don't cancel stonith monitors when device is not registered
- executor: return error for stonith probes if stonith connection was lost
- libcrmcommon: assert on ACL memory allocation errors
- libcrmcommon: improve ACL messages
- libcrmcommon: avoid use-after-free when enforcing creation ACLs
- controld-fencing: add notice-log for successful fencer-connect (bsc#1181744)
- st_client: make safe to remove notifications from notifications (bsc#1181744)
- attrd: ensure node ID is initialized properly
- tools: avoid unlikely small memory leaks in attrd_updater
- fence-history: resync fence-history after fenced crash (bsc#1181744)
- based: check for writeability of cib.xml.sig alongside cib.xml
- based: make "preventive rename" on CIB access fault path-specific
- fence-history: add notification upon history-synced (bsc#1181744)
- controld-fencing: remove-notifications upon connection-destroy (bsc#1181744)
- fence-history: fail leftover pending-actions after fenced-restart (bsc#1181744)
* Fri Jul 05 2019 ygao@suse.com
- Update to version 2.0.2+20190614.9f18a420a:
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
- libpe_status: don't add /var/log mount to bundles if user did
- libpe_status: don't order implied stops relative to a remote connection
- scheduler: remote state is failed if node is shutting down with connection failure
- libpe_status: fail connection resource if remote action gets "not connected"
- libcrmcommon: bump CRM feature set
- controller: use op status, not rc, for execution in invalid state
- controller: use op status, not rc, for executor disconnection
- libpe_status: calculate secure digests for unfencing ops
- Increase STONITH execution start log level to notice
- Fix the log level to notice when the node attribute changes
- libcrmcommon: add stderr source correctly when outputting XML
- tools: stonith_admin --list-targets should show what fencer would use
- Fix monitor's log to match other operation's log level
- controller: don't check join status after remote node appears
- pacemaker-remoted: use different default log if pid 1
* Fri Jun 07 2019 ygao@suse.com
- Update to version 2.0.2+20190606.73beea82f:
- stonith-ng's function cannot be blocked with CIB updates forever (bsc#1188212)
- libpe_status: offer compile-time option to change concurrent-fencing default
- libstonithd: return proper error code for async stonith action
- various: improve fencer connection messages
- stonith_admin --help: specify the usage of --cleanup (bsc#1135317)
- Merge:
* bsc#1135317-0001-Low-stonith_admin-help-specify-the-usage-of-cleanup.patch
- pacemaker.service: Add option that does not restart Pacemaker if Corosync stops
- controller: confirm cancel of failed monitors (bsc#1133866)
- Merge:
* bsc#1133866-0001-Fix-controller-confirm-cancel-of-failed-monitors.patch
- libcrmcommon: return error when applying XML diffs containing unknown operations (bsc#1127716)
- Merge:
* bsc#1127716-0003-Fix-libcrmcommon-return-error-when-applying-XML-diff.patch
- libcrmcommon: avoid possible use-of-NULL when applying XML diffs (bsc#1127716)
- Merge:
* bsc#1127716-0002-Fix-libcrmcommon-avoid-possible-use-of-NULL-when-app.patch
- libcrmcommon: correctly apply XML diffs with multiple move/create changes (bsc#1127716)
- Merge:
* bsc#1127716-0001-Fix-libcrmcommon-correctly-apply-XML-diffs-with-mult.patch
* Fri Jun 07 2019 ygao@suse.com
- Update to version 2.0.2+20190606.744a30d65 (Pacemaker-2.0.2):
- libcrmcommon: export logfile environment variable if using default
- libstonithd: Change stonith-event XML output.
* Mon May 27 2019 ygao@suse.com
- Update to version 2.0.1+20190522.660ef6b13:
- fence-lib: regression introduced with fork callback
* Tue May 21 2019 ygao@suse.com
- Update to version 2.0.1+20190520.dc4103b37:
- Drop obsolete:
* 0001-Revert-Fix-service-lib-avoid-call-pattern-leading-to.patch
* 0002-Revert-use-common-service-interface-for-fence-agents.patch
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
- fence-lib: avoid use-after-free on early failure return
- libcrmcommon: Don't segfault in text_begin_list.
* Wed May 01 2019 ygao@suse.com
- Update to version 2.0.1+20190430.8e851b084:
- controller: avoid memory leak when duplicate monitor is scheduled
- Merge:
* 0001-Low-controller-avoid-memory-leak-when-duplicate-moni.patch
- libcrmcommon: return proper code if testing pid is denied (bsc#1131353, bsc#1131356)
- Merge:
* bsc#1131353-bsc#1131356-0001-Low-libcrmcommon-return-proper-code-if-testing-pid-i.patch
* Tue Apr 30 2019 ygao@suse.com
- Update to version 2.0.1+20190424.a365fc58d:
- libcrmcommon: avoid use-of-NULL when checking whether process is active (bsc#1131353, bsc#1131356)
- Merge:
* bsc#1131353-bsc#1131356-0001-Fix-libcrmcommon-avoid-use-of-NULL-when-checking-whe.patch
- daemons: make start-up log messages consistent across all daemons
- executor: downgrade disappeared remote client message to notice
- remote: include channel name in IPC proxy failure message
- fencing: clarify device search messages
- libcrmcluster: improve CPG membership messages
- tools: Use formatted output in stonith_admin.
- libstonithd: Add custom formatting to fencing types.
- libcrmcommon: Add formatted output.
- xml: Add a schema for API results.
* Thu Apr 18 2019 ygao@suse.com
- Update to version 2.0.1+20190417.13d370ca9:
- controld: fix possible NULL pointer dereference (bsc#1131353, bsc#1131356)
- pacemakerd vs. IPC/procfs confused deputy authenticity issue (CVE-2018-16877, bsc#1131356) (CVE-2018-16878, bsc#1131353)
- libservices: fix use-after-free wrt. alert handling (CVE-2019-3885, bsc#1131357)
- executor: systemd starts should return UNKNOWN_ERROR instead of NOT_RUNNING
- pacemaker-remoted: improve proxy accept failure message
- executor: consider stonith resource stopped only if stop succeeded
- executor: improve stonith operation rc and status mapping
- executor: reschedule recurring stonith monitor if not connected
- executor: put recurring stonith failsafe stop in correct place
* Thu Apr 11 2019 ygao@suse.com
- Rebase:
bug-728579_pacemaker-stonith-dev-id.patch
- Revert "use common service interface for fence-agents and RAs" (bsc#1132123)
* 0002-Revert-use-common-service-interface-for-fence-agents.patch
- Revert "service-lib: avoid call-pattern leading to use-after-free"
* 0001-Revert-Fix-service-lib-avoid-call-pattern-leading-to.patch
* Tue Apr 09 2019 ygao@suse.com
- Update to version 2.0.1+20190408.1b68da8e8:
- scheduler: avoid error log in harmless situation
- libcrmcommon: use INT_MIN/INT_MAX instead of -1 for out-of-range integers
- service-lib: avoid call-pattern leading to use-after-free
- libp-i: Renamed to libpacemaker.
* Thu Apr 04 2019 jengelh@inai.de
- Drop %if..%endif guards around %packages which does not
affect the build result.
* Thu Apr 04 2019 ygao@suse.com
- spec: no need to explicitly require the virtual dependency on libqb
* Thu Apr 04 2019 ygao@suse.com
- Update to version 2.0.1+20190402.e091f4f0c:
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
- scheduler: one group stop shouldn't make another required
- libcrmcommon: compare_version: drop superfluous heap allocation
- libfencing: enumerate installed RHCS-style agents alpha-sorted
- xml diff'ing: prevent 'id' attribute reordering in "diff-removed"
- libcrmcommon: downplay "Creating RNG parser context" as debug prio
- controller: improve failed recurring action messages (bsc#1133866)
- controller: improve lost action logs
- use common service interface for fence-agents and RAs
- libcrmcommon: allow whitespace in name/value pairs
- libcrmcommon: pcmk_nvpair_t should handle NULL values
* Wed Mar 13 2019 ygao@suse.com
- Update to version 2.0.1+20190312.059e2e26b:
- spec: move stonith_admin to -cli where it belongs
- tools: Add crm_rule.
* Tue Mar 12 2019 ygao@suse.com
- Update to version 2.0.1+20190311.e91ee92e5:
- libfencing: Change return type on stonith_agent_exists.
- scheduler: cl#5301 - respect order constraints when relevant resources are being probed (bsc#1117934, bsc#1128374)
* Wed Mar 06 2019 ygao@suse.com
- Update to version 2.0.1+20190304.1ac166cd3:
- build: Update pkgconfig files for libpe.
- libp-i: Add a pkgconfig file for libp-i.
- libs: Rename libpengine to libpacemaker-internal.
- tools: Add new validate options to crm_resource.
- Add HealthIOWait provider which checks hosts's IOWait
- tools: crm_resource --clear should print out what it does
* Tue Mar 05 2019 ygao@suse.com
- Update to version 2.0.1+20190304.9e909a5bd (Pacemaker-2.0.1):
- libcrmcommon: complete interrupted live migrations correctly
* Thu Feb 28 2019 ygao@suse.com
- Update to version 2.0.0+20190225.22ee9a769:
- scheduler: skip all native constraints for unmanaged resources
- scheduler: sort nodes when creating constraints
* Thu Jan 31 2019 ygao@suse.com
- Update to version 2.0.0+20190130.57cc9c14b:
- CTS: really don't require nodes to be specified if listing tests (bsc#1114840)
- controller: really avoid closing attrd IPC for temporary failures
- controller: clear election dampening when DC is lost
* Mon Jan 28 2019 ygao@suse.com
- Update to version 2.0.0+20190125.788ee2c49:
- attrd: clear election dampening when the writer leaves
- libcrmcluster: *really* write only one election storm black box
- attrd: log previous writer *before* clearing it
* Fri Jan 25 2019 ygao@suse.com
- Update to version 2.0.0+20190124.c3c9c6e66:
- scheduler: don't order non-DC shutdowns before DC fencing
- scheduler: improve fence action ordering
- scheduler: don't disable waiting for DC fencing
- libcrmservice: cancel DBus call when cancelling systemd/upstart actions
- libcrmservice: null-terminate string *before* printing it
- libcrmservice: improve logs when cleaning up an operation
- spec: add hint about sbd compatibility
* Thu Jan 24 2019 ygao@suse.com
- Update to version 2.0.0+20190122.3f993c74f:
- crm_mon: remove duplicity of fence-action-state in xml-output
- cts: temporarily disable any enabled cluster serivces when running remote tests
- cts: service counts as enabled only if it's explicitly enabled
* Mon Jan 14 2019 ygao@suse.com
- Update to version 2.0.0+20190111.750c5bd01:
- cts-exec: still run the tests for the other resource classes even without python systemd bindings (bsc#1121808)
* Fri Jan 11 2019 ygao@suse.com
- Update to version 2.0.0+20190111.f07d766f3:
- controller: directly acknowledge unrecordable operation results
- resources: clean serialized file on SIGTERM in Dummy
- libcrmcommon: downgrade empty output logging to trace level
* Fri Jan 11 2019 ygao@suse.com
- Update to version 2.0.0+20190110.7bbbeb6f6:
- tools: Clear all prefer constraints when performing a move (bsc#1155290)
- tools: Fix moving a resource with a lifetime constraint (bsc#1155290)
- attrd: check for alert changes after CIB is replaced
- attrd: start new election if writer is lost
- attrd: handle shutdown more cleanly (bsc#1173668)
- attrd: don't start a new election when receiving a client update (bsc#1215446)
- attrd: clear lost updates
- attrd: don't delay re-attempted writes unless original failed
- attrd: connect to the CIB before connecting the cluster
* Tue Jan 08 2019 ygao@suse.com
- Update to version 2.0.0+20190103.5b36d4e10:
- scheduler: downgrade clone pre-allocation message
- libpe_status: downgrade remote node fence-before-clear message
- libpe_status: improve trace messages when finding actions
- libpe_status: avoid use-after-free when logging at trace level
- libpe_status: avoid double free of stop_needed list
- tools: stonith_admin -I doesn't require an agent
- pacemakerd,libcrmcommon: don't touch kernel.sysrq
- fencing: use next device's name where intended
- tools: Implement crm_resource --expired.
- CTS: ignore monitor failures when testing remote node fencing
- CTS: lower remote connection failure detection time
- attrd: Ignoring delayed updating of attributes when integrating disjointed clusters without stonith.
- pacemakerd: only one active process check needed
- cts: use bash in the pacemaker-cts-dummyd
- cts: clear constraints on cluster nodes (bsc#1121272)
- cts: resume any possibly frozen pacemaker_remoted when cleaning up the test (bsc#1121272)
- cts: simulate failure of pacemaker_remoted by freezing it with SIGSTOP (bsc#1121272)
- scheduler: order resource moves after connection starts
- scheduler: get rid of now-unused stonith_complete pseudo-action
- scheduler: get rid of now-unused all_stopped pseudo-action
- scheduler: order start after particular stonith op
- controller: be more tolerant of malformed executor events
- scheduler: don't send clone notifications to a stopped remote node
- tools: avoid memory leak at failure exit in crm_resource --restart
- controller: improve debug messages for remote connection events
- CTS: don't require nodes to be specified if only listing tests (bsc#1114840)
- tools: Remove extra newlines from crm_resource output.
- tools: Change crm_resource output for attributes.
- cts: set default number of iterations to 1
- crm_report: Add sanitize drbd to remove values of sensitive attributes.
- crm_report: remove deprecated drbd-overview and add drbd configuration
- scheduler: avoid container stop on wrong node
- scheduler: check bundle remote connection actions properly
- scheduler: downgrade addr replacement message
- scheduler: don't trace implicit resource XML
- spec: split -schemas standalone noarch package
- pacemaker-fenced: fix easily plausible NULL pointer dereference
- tools: crm_simulate -P should return consistent exit code
- tools: end crm_ticket error messages with newline
- libcrmcommon: make blackbox logger compatible with newer libqb
- tools: make crm_verify return reliable exit codes
- libpe_status: add constructor/destructor for pe_working_set_t
* Fri Nov 09 2018 ygao@suse.com
- Update to version 2.0.0+20181108.62ffcafbc:
- fenced: trigger device-update on resource-defaults changed
- fenced: adhere meta-attributes when triggering device-update
* Thu Nov 08 2018 ygao@suse.com
- Update to version 2.0.0+20181105.fb362c0c9:
- scheduler: formally deprecate score in rsc_order
- pacemaker-remote: skip remote_config_check for guest-nodes
* Fri Nov 02 2018 ygao@suse.com
- Update to version 2.0.0+20181101.a21fd0099:
- rhbz#1644076 - Ensure the bundle stop/demote notifications are directed to the correct host
- libcrmservice: override removal failure is not a problem
- libcrmcommon,execd: pass remaining timeout to drain function
- tools: log user-specified time correctly in crm_simulate
- libcrmcluster: log microseconds sensibly
- libcrmservice: order systemd resources relative to pacemaker_remote
- scheduler: order guest pseudo-fencing properly after clean-up
- scheduler: avoid unnecessary recovery of cleaned guest nodes
- scheduler: improve bundle address fixing messages
- attrd: record tentative writer only if election not already lost
- attrd: skip election check if peer election op had error
- attrd: disregard lost nodes' election votes
- attrd: improve election messages
- attrd: initialize election before broadcasting protocol
- controller: remove node's vote as soon as it is inactive
- controller: don't register DC input twice
- controller: don't stop election timer for nonexistent election
- controller: improve election messages
- libcrmcluster: don't write more than one election storm black box
- libcrmcluster: only count no-vote if an election is in progress
- libcrmcluster: validate election cluster messages better
- libcrmcluster: improve election log messages
* Tue Oct 16 2018 ygao@suse.com
- Update to version 2.0.0+20181012.dc40c8037:
- schedulerd: Improve internal bundle ordering
- execd: Allow the SBD check to be explicitly disabled for bundles
- fenced: Handle fencing requested with nodeid by utilizing the membership cache of known nodes (bsc#1094208, bsc#1107270, bsc#974108)
* Drop merged bsc-1094208-Refactor-fenced-Handle-fencing-requested-with-nodeid.patch
- controld: able to manually confirm unseen nodes are down (bsc#1094208, bsc#1107270)
* Drop merged bsc-1094208-Fix-controld-able-to-manually-confirm-unseen-nodes-a.patch
* Fri Oct 05 2018 ygao@suse.com
- fenced: Handle fencing requested with nodeid by utilizing the membership cache of known nodes (bsc#1094208, bsc#1107270, bsc#974108)
* bsc-1094208-Refactor-fenced-Handle-fencing-requested-with-nodeid.patch
- controld: able to manually confirm unseen nodes are down (bsc#1094208, bsc#1107270)
* bsc-1094208-Fix-controld-able-to-manually-confirm-unseen-nodes-a.patch
* Thu Oct 04 2018 ygao@suse.com
- Update to version 2.0.0+20180927.b67d8d0de:
- logrotate: set a maximum size for logs
- tools: ensure crm_resource --force-* commands get stderr messages
- libcrmcommon: properly check whether resource supports parameters
- tools: "return" from crm_mon after calling functions that don't
- alerts: send all MIB OIDs with all SNMP alerts
- resource-agents: add "s"-suffix where missing in metadata
- libcommon: do not write to /proc/sys/kernel/sysrq when unneeded
- pacemaker-based: drop declared, errant option never backed in tree
- crm_mon: don't exit directly from cib_connect on error
- scheduler: honor asymmetric orderings even when restarting
* Thu Sep 13 2018 ygao@suse.com
- Update to version 2.0.0+20180911.b7803d27c:
- libcrmcommon: allow configurable bounds for DH prime length
- CIB,executor: improve remote server-side messages
- CIB: give more detail when TLS handshake fails
- libcrmcommon: get DH prime bit length from GnuTLS API
- libcrmcommon: improve TLS session initialization failure handling
- CIB: raise exit escalation timer to 10s
- cts,tools: make static analysis happy
- crm_mon: no sense in having --as-xml in daemon-mode
- attrd: Adding the ignore_delay parameter to reduce the number of scans of the attribute hash table.
- crm_mon: rhbz#1625231 - disable fence-history in file-mode
* Thu Sep 06 2018 ygao@suse.com
- Update to version 2.0.0+20180831.e41c7d6d6:
- XML: schemas.c: ensure proper upgrade-enter fallback & guard strdup arg
- controller: trigger join after both peer and join notifications
- controller: handle shutdown completion only when needed
- libcrmcluster: reset "when lost" when a peer becomes a member
- libcrmcluster: improve CPG membership messages
- controller: improve membership messages
- stonith-history: keep history recorded within boundaries
- tools: crm_resource -C should wait for all replies (bsc#1140519)
- libcrmcommon: explicitly include stdint.h in util.h (bsc#1108303)
- attrd: improve log messages
- attrd: delay re-attempted writes
- crm_mon: in case of html-output avoid missleading output
- tools: make crm_resource messages tool-agnostic
- scheduler: show promotable clones as "(promotable)" rather than "Master/Slave"
- tools: make crm_resource --lifetime specify rule with local time zone
- crm_mon: rhbz1419548: show standby-node with active resources
- crm_mon: rhbz#1486869 - common language on connection-errors
- avoid possible printf vs. scanf format specifiers disrepancy
- also utilize configured format specifiers serving uint32_t
- configure: fix overkill format specifier serving uint64_t check
- controller: shut down DC if unable to update node attributes
- libcrmcommon: assume unprivileged user if can't get user info
- libcrmcommon,libcib: improve messages when unable to get user info
- Initial podman support
- scheduler: sort node names with leading zeroes
- scheduler: add regression test for anonymous instance numbering
- fenced: g_hash_table_insert has no returnvalue till glib 2.40
- scheduler: sort node names numerically and case-insensitively
- scheduler: Act on clone instances in numerical order
- scheduler: assign anonymous clone instances properly
- scheduler: print pending node if no active node
- scheduler: print clone instances individually when action is pending
- stonith-API: free history reply in client
- controller: avoid error message if node state not known in peer callback
- tools: document crm_master -r option
- stonith_admin: no sense in calling without action option
- fence-API: empty history-query-reply is OK without history-tag
- scheduler: reword messages when finding anonymous clone instances
- scheduler: make inc6 regression test input more sane
- tools: simulation should use same history name as live cluster
- scheduler: avoid unnecessary probe loop for anonymous clones
- scheduler: improve efficiency of checking for clone instance on node
- scheduler: never probe more than a single instance for anonymous clones
- crm_mon: default to showing pending fence actions
- tools: already latest schema is not failure for cibadmin --upgrade
- pacemaker-based: inform originator of CIB upgrade failure
- controller: set exit-reason when faking failure
- crm_mon: default to showing fence-failures
- fence-history: automatically sync history
- crm_mon: use new fence-history notifications
- fence-history: add cleanup & sync & history-notify
- RPM: don't package servicelog-related binaries
- agents: remove references to corosync plugin daemons from controld meta-data
- controller: log variables *after* setting them
- cts-scheduler: add test for forced anonymous clone
- scheduler: clear globally-unique correctly when forcing anonymous
- scheduler: respect lower clone-max for forced anonymous clones
- scheduler: reword force-anonymous message
- scheduler: only some agent standards support unique clones
- controld: No update by already confirmed events.
- Present exec_time in event environment
* Fri Jul 27 2018 ygao@suse.com
- Update to version 2.0.0+20180726.3d81c89b8:
- Shutdown corosync after a fatal error
- tools: ipmiservicelogd FTBFS on ppc64le
- tools: notifyServicelogEvent FTBFS on ppc64le
- tools: detect CIB directory correctly
- tools: avoid memory leak when crm_resource checks resource
- controller: avoid any chance of use-of-NULL when doing LRM op
- resources: controld doesn't need to check for corosync 1 plugin
- resources: use correct variable name in Stateful
- cts-scheduler: restore ability to pass arguments to single test run
- resources: use ocf_is_true in SysInfo
- spec: drop superfluous dependency of -libs-devel on -cts
- tools: update URL in crm_simulate help
- crm_mon: rhbz#1461964 - add fence history features (bsc#968055)
* Fri Jul 27 2018 ygao@suse.com
- Update to version 2.0.0+20180706.8cf3fe749 (Pacemaker-2.0.0):
- tools: Multiple -V increase debug level (#1526)
- scheduler: clarify multiple-anonymous-instances message
- scheduler: avoid use-after-free when on-fail=block
- controller: add node name to meta-data call environment
- controller: filter certain synthesized failures from CIB
- controller: filter certain action timeouts from CIB
- controller: don't record pending notifies in CIB
- executor: cancel recurring monitors if fence device registration is lost
- controller: avoid memory leak if start-up fails
- XML: schemas.c: fix possible memleak + less magic with numeric constants
- tools: stonith_admin -h/-H options are queries
- libstonithd: avoid memory leak when getting meta-data
- XML: resources-3.1.rng: relaxed schema after tight upgrade enforcement
- XML: schemas.c: take severities of XSLT messages into account properly
- XML: assets/upgrade-2.10-htmldiff.xsl: express message severity visually
- XML: upgrade-2.10{,-leave}.rng: distinguish message severity
- XML: upgrade-2.10-roundtrip.xsl et al.: new tests incl. browser view
- XML: upgrade-2.10.xsl: simplify thanks to diehard assumptions wrt. input
- XML: upgrade-2.10-leave.xsl: post-upgrade output restoring stylesheet
- XML: upgrade-2.10-enter.xsl: pre-upgrade input normalizing stylesheet
- XML: schemas.c: implement & employ full round-trip apply_upgrade
- XML: schemas.c: switch to using add_schema_by_version
- XML: schemas.c: prepare the ground for unfold-transform-refold logic
- XML: schemas.c: crm_schema_init: simplify for/break, call add_schema 1x
- XML: schemas.c: shortcut upgrade transformation when not needed
- st_client, stonith_admin: cleanup memory of stonith-history
- XML: cib_ops.c: make use of cib_verbose flag for RNG/XSLT handling
- XML: xml_internal.h: accept changing priority over particular chunks
- CIB: no schema violating oversimplified patching with @id-ref
- schemas.c: cleanup XSLT extension modules' data and whatnot
- spec: move crm_node to -cli package
- attrd: support removing node by ID
- tools: query controller for crm_node -n
- controller: add CRM_OP_NODE_INFO operation
- xml.c: fix cleaning of own vs. XSLT's XML node's _private load
- xml.c: properly "staticize" or drop eligible functions
- scheduler: print to stdout when appropriate
- tools: treat INFINITY correctly in crm_failcount
- libcrmservice: support mount, path, and timer systemd unit types
- libcrmcluster: avoid use-of-NULL when searching for remote node (bsc#1128772)
- spec: add procps-ng & psmisc dependencies as suitable
- libcrmcommon: lower maximum IPC flush delay to 1.5 seconds
- CTS: fix python3 usage
- libstonithd: show error if agent not found for meta-data call
- fencing: add stonith_admin --validate option
- libstonithd: add client API for device validation
- based_callbacks.c: restore -Werror buildability, avoid truncation
- tools: handle stonith_admin exit codes better
- tools: stonith_admin should print error if stonithd connection fails
- tools: improve stonith meta-data error messages
* Mon Jun 04 2018 ygao@suse.com
- Update to version 1.1.18+20180531.63ff11d35:
- scheduler: ensure orphaned recurring monitors have interval set
- scheduler: improve action creation messages
- XML: regression.sh + upgrade-2.10.xsl + test-2: browser-based test drive
- XML: upgrade-2.10.xsl: use namespacing and/or modes for easier mash-ups
- XML: regression.sh + upgrade-detail.xsl: fix minor cosmetic issues
- scheduler: "requires" shouldn't apply to guest node fencing
- libpe_status: handle "requires" properly for anonymous clones
- scheduler: avoid unnecessary delay of start actions
- scheduler: order implicit actions more strictly
- all: prefer appropriate node when multiply active
- libpe_status: find active instances properly according to requires
- libpe_status: handle pending migrations correctly (bsc#1177212)
- tools: correctly check crm_resource --move for master role
- scheduler: update wiki URL in log message
- libcrmcommon: use proper IPC buffer size when reading
- CIB manager: improve notification failure messages
- liblrmd: improve TLS key reading
- XML: upgrade-2.10.xsl: rsc op instance_attrs [2/2]: remaining meta attrs
- XML: upgrade-2.10.xsl: rsc op instance_attrs [1/2]: meta-like requires
- XML: upgrade-2.10.xsl: resource meta_attributes: in-situ exchange
- XML: upgrade-2.10.xsl: simplify "should diagnostics be emitted" decision
- XML: upgrade-2.10.xsl: related commits in "./regression.sh -X" output
- XML: regression.sh + upgrade-2.10.xsl: remove commented out leftovers
- XML: resources-3.0.rng: omit "isolation*" resource meta_attributes
- XML: upgrade-2.10.xsl: normalize indentation of new rsc meta attributes
- executor: give more detail when TLS handshake fails
- fenced: be more paranoid about freeing memory
- cts: use python2/3-compatible comparison
* Fri May 18 2018 ygao@suse.com
- Update to version 1.1.18+20180517.adf4d77b8:
- spec: unify quoting in {pre,post}* scriptlets' action soliciting
- spec: add a simple retention of pre-existing log move targets
- libcrmcommon,libcrmcluster,liblrmd: recognize daemons under new names
- XML: upgrade-2.10.xsl: resource meta_attributes: tweak diagnostic msg
- XML: upgrade-2.10.xsl: re-apply on scheduler CTS test cases
- XML: upgrade-2.10.xsl: resource meta_attributes: validity conformance
* Mon May 14 2018 ygao@suse.com
- Update to version 1.1.18+20180511.acd8ff5a7:
- execd: avoid memory leak when testing remote key
- cts-scheduler: avoid unsupported usage of requires
- controld: avoid memory leak when synthesizing failure
- XML: upgrade-2.10.xsl: resource meta_attributes: isolation* items
- XML: upgrade-2.10.xsl: make diagnostics more direct wrt. context
- XML: upgrade-2.10.xsl: remaining "marking" space with op meta_attributes
- XML: upgrade-2.10.xsl: simplify 2/2: HelperIdentity, no INNER-RECURSION
- XML: upgrade-2.10.xsl: simplify 1/2: resource instance_attributes
- XML: regression.sh: avoid doubts when tests expected at stdin with '-'
- XML: regression.sh: modularize "XSLT processor", allow substitutes
- tools: improve error messages from crm_resource --move
- tools: use output redirection correctly in crm_standby
- tools: handle multiple values properly in crm_attribute
- tools: bash portability issue in crm_failcount
- libcrmservice: don't consider a cancelled recurring operation as failed
- tools: cibsecret checks pacemaker-controld instead of crmd
- tools: cibsecret --help/--version doesn't require cluster to be running (bsc#1102915)
- spec: package cts-exec-helper with main package instead of -cli
- spec: move old logs after upgrade
- scheduler: improve failed op message
- libcrmservice: find absolute paths when used with "service:"
- libcrmservice: separate LSB-specific code into own source files
- execd: handle systemd actions correctly when used with "service:"
* Wed May 09 2018 ygao@suse.com
- Update to version 1.1.18+20180504.70fe3d6e9:
- all: take advantage of new libqb features
- contoller,scheduler: guard hash table deletes (bsc#1136712)
- controller: don't abort after delay if we're no longer DC
- libcrmcommon,pacemakerd: kernel task name is at most 15 characters
- cts: install dummy systemd daemon via helper script
- cts: externalize log watcher script
- Maint: make systemctl react to pacemaker-remote as with underscored one
- make some old daemon references traceable with "man -K OLDNAME"
- io.c: restore -Werror buildability, put conversion specifier last
* Tue May 08 2018 ygao@suse.com
- Update to version 1.1.18+20180430.c0d7ba798:
- libcrmcommon: avoid memory leak on failed IPC send
- daemons: add configure option to create links at old daemon names
- controld: rename "crmd-*" cluster options
- all: change log file message format
- daemons: improve connection loss messages
- libcrmcommon: improve connection loss message
- pacemaker_remote: correct documentation URL in systemd unit file
- libcrmcommon: check file/directory writability better
- spec: no more buildroot XML to modify
- cib: rename cib daemon to pacemaker-based
- cts-stonithd: rename cts-stonithd to cts-fencing
- fenced: rename stonith-test to cts-fence-helper
- fencing: rename stonithd to pacemaker-fenced
- rename cts-pengine to cts-scheduler
- pengine: rename pengine daemon to pacemaker-schedulerd
- crmd: rename crmd daemon to pacemaker-controld
- pacemaker-execd: rename pacemaker_remoted to pacemaker-remoted
- rename cts-lrmd to cts-exec
- pacemaker-execd: rename lrmd_test to cts-exec-helper
- lrmd: rename lrmd daemon to pacemaker-execd
- attrd: rename attrd daemon to pacemaker-attrd
* Wed May 02 2018 ygao@suse.com
- Update to version 1.1.18+20180430.b12c320f5:
* XML: upgrade-2.10.xsl: fix "mark space" issue (bsc#1091661)
* Sat Apr 28 2018 ygao@suse.com
- Update to version 1.1.18+20180427.a34ccd926:
- crmd: avoid double free after ACL rejection of resource delete
- lib: Changed to lowercase comparison.
- all: correct misspellings
- controld: remove deprecated configdir parameter
- controld: deprecate and ignore configdir parameter
- controld: consistently indent with spaces instead of tabs
- libcrmcommon: don't record pending notify actions as completed
- crmd: improve messages when a node is unexpectedly lost
- cib: improve shutdown messages
- cts-regression: allow specifying to run multiple tests again (bsc#1091360)
* Wed Apr 18 2018 ygao@suse.com
- Update to version 1.1.18+20180417.24df451b5:
- alerts: Delete redundant code.
- liblrmd: cast time_t to long long when printing
- cts: separate dummy systemd service into separate files
* Drop obsolete fate-323526_pacemaker-tests-shebang-python3.patch
- crm_diff: rhbz#1561617 - Ignore attribute placement when comparing in 'cib' mode
- spec: remove reference to long-gone file
- spec: mark -cts & -doc packages as noarch
- spec: fix malformed conditional macros for systemd-less cases
- alerts: Change timestamp of Alert of snmp.
* Thu Apr 12 2018 ygao@suse.com
- Update to version 1.1.18+20180411.2f77f4922:
- libcrmcommon: free signal triggers when cleaning up mainloop
- libcrmcommon: fix memory leak in schema workaround
- fencing: avoid memory leaks when freeing remote operation
- fencing: free dynamic memory at stonithd shutdown
- crmd: delete resource from lrmd when appropriate (bsc#1117381)
- Test: rhbz#1565187 - Ensure failures that cause fencing are not removed until after fencing completes
- rhbz#1565187 - Ensure failures that cause fencing are not removed until after fencing completes
* Mon Apr 09 2018 ygao@suse.com
- Update to version 1.1.18+20180406.633845120:
- libcrmcommon: add a byte to pid file holder
- attrd,cib,libcrmcommon: avoid %z
- crmd: avoid memory leak when synthesizing operation result
- tools: avoid memory leak on invalid resource
- crmd: log rc code as extended information
- cib: avoid file descriptor leak on temporary file creation
- pengine: avoid redundant test
- libcrmcommon: handle compression failures properly
- libcrmcommon: improve empty string check
- various: improve NULL checks
- libcrmcommon: improve patch xpath searches
- libcrmcommon,tools: use format strings appropriate to variables
- libcrmcommon: use correct argument type for duration
- libcrmcluster: avoid potential use-of-NULL
- libcrmcommon,libstonithd: avoid resource leaks
- tools: get sensor lun in ipmiservicelogd before using it
- schema upgrade: temporary fix to avoid crash on newly present text
* Fri Apr 06 2018 ygao@suse.com
- Update to version 1.1.18+20180406.ce623681e:
- fencing: convert fence_legacy to python
- fencing: fix typos in messages
* Fri Apr 06 2018 ygao@suse.com
- Update to version 1.1.18+20180406.18fe1cc2b:
- XML: upgrade-2.10.xsl: add transform for automatic upgrades to latest schema
- Log: establish correct character string literals also with qb_logt sink
- pengine: fix swapped warning message arguments leading to segfault (bsc#1090538)
- cts-pengine: add regression test for notifications for unrunnable actions
- cts-pengine: update regression tests for notification changes
- rhbz#1545449 - Do not perform notifications for events we know wont be executed
- bundle: Added add-host option.
- liblrmd: add API function for new lrmd op
- lrmd: add new lrmd op to list recurring ops
- spec: require corosync >= 2.0.0
- crmd,libcrmcommon,libpe_status: guint can't be negative
- xml: Allow local "kind" in resource_set within rsc_order (bsc#1085515)
- Pacemaker Explained: "symmetrical" defaults to "false" for serialize orders (bsc#1085515)
- pengine: "symmetrical" defaults to "false" for serialize orders (bsc#1085515)
- pengine: Avoid potential use-of-NULL in unpack_simple_rsc_order() (bsc#1085515)
- cts-pengine: add new regression test for interval handling
- libpe_status: handle ISO8601 intervals when checking for blocking failures
- pengine: properly cancel recurring monitors
- pengine: improve recurring operation messages
- pengine: check for duplicate intervals properly
- libcrmcommon: avoid misuse of crm_get_msec()
- pengine: treat reconnect_interval more consistently with action intervals
- libpe_status: use default timeout rather than 0 if timeout spec is bad
- libpe_status: use correct default timeout for monitors
* Fri Mar 23 2018 ygao@suse.com
- Update to version 1.1.18+20180322.d37067b2a:
- spec: Make sure shadow package is installed before adding user and group
* Tue Mar 13 2018 ygao@suse.com
- Update to version 1.1.18+20180313.2c83c6872:
- cts-pengine: add regression test for changing bundle replica count
- libpe_status: handle unique bundle children correctly
* Tue Mar 13 2018 ygao@suse.com
- Update to version 1.1.18+20180312.31c732adc:
- spec: make shadow dependency explicit
- spec: drop requirements for bison and flex
* Sat Mar 10 2018 ygao@suse.com
- Update to version 1.1.18+20180309.e51687162:
- crmd,liblrmd,libcrmcommon: improve remote node disconnection logs
- libcrmcommon: add function to get text equivalent of client type
- crmd: always write faked failures to CIB whenever possible
- liblrmd: add function to create resource info structure
- crmd: functionize setting fake operation status
- crmd: always assert when operation can't be created
- crmd: avoid core dump if remote connection doesn't exist
- crmd: improve lrmd failure handling
- crmd: return rich error codes from get_lrm_resource()
- crmd: match only executed down events
- crmd: functionize pieces of do_lrm_invoke()
- crmd: don't abort for v2 diff LRM refresh if actions pending
- crmd: validate CIB diffs better
* Wed Mar 07 2018 ygao@suse.com
- Update to version 1.1.18+20180305.9cd0f6cb8:
- libcrmcommon: avoid memory leak when schema transform not found
- tools: warn if crm_resource --wait called in mixed-version cluster
- Install /etc/pacemaker directory for storing authkey file (bsc#1082883)
* Wed Feb 28 2018 ygao@suse.com
- Update to version 1.1.18+20180226.f788652cf:
- crmd: log transition ID when aborting
- crmd: always log unmatched down events at least at debug level
- pengine: deprecate require-all in rsc_order (fate#324508)
- libpe_status: deprecate stonith-action=poweroff (fate#324508)
- tools: already latest schema is not failure for cibadmin --upgrade
- libcrmcluster: prefer corosync name over ring0_addr (fate#324508)
- spec: add gcc to BuildRequires
- attrd: Synchronize attributes held only on own node.
* Fri Feb 23 2018 ygao@suse.com
- Build: Ship cibsecret by pacemaker instead of cluster-glue (bsc#1082456)
* Drop obsolete pacemaker-cibsecret-tool-temp-disabled.patch
* Tue Feb 20 2018 ygao@suse.com
- Update to version 1.1.18+20180216.ae50b7f5d:
- various: improve string allocation
- XML: upgrade-2.10.xsl: re(drop) rsc_colocation/@score-attribute{,-mangle}
- XML: upgrade-*.xsl: bump the validate-with field from within stylesheet
- XML: upgrade-*.xsl: omit XML declaration
- upgrade-*.xsl: don't be picky about comments, PIs, etc.
* Wed Feb 14 2018 ygao@suse.com
- Update to version 1.1.18+20180213.965befd59:
- libcrmcommon: use /tmp when creating temporary XML file
- tools: crm_master should always work on node attribute
- tools: crm_resource --cleanup couldn't match clone instances
- tools: crm_resource --refresh should ignore --operation and --interval
- crmd: quorum gain should always cause new transition
- rhbz#1527072 - Correctly observe colocation constraints with bundles in the Master role
- Bug rhbz#1519812 - Prevent notify actions from causing --wait to hang
- libpe_status: recover after failed demote when appropriate
- lrmd: always use most recent remote proxy
- libpe_status: limit resource type check to primitives
- PE: correct mispelled constant
- PE: Ensure stop operations occur after stopped remote connections have been brought up
- PE: Remote connection resources are safe to to require only quorum
- PE: Only allowed nodes need to be considered when ordering resource startup after _all_ recovery
- PE: Ordering bundle child stops/demotes after container fencing causes graph loops
- PE: Passing boolean instead of a pointer
* Sat Feb 10 2018 ygao@suse.com
- Update to version 1.1.18+20180209.7acb22379:
- use proper way to make output files executable
- spec: move lrmd_test to cli package
- spec: make log directories owned by cli package
- spec: move all test data into cts package
- pengine: move regression test to cts as cts-pengine
- lrmd: move regression test to cts as cts-lrmd
- fencing: move regression test to cts as cts-stonithd
- tools: move CLI regression test to cts as cts-cli
- rename top-level testing files and move to cts directory
- tools: drop crmadmin -i and -d options (fate#324508)
* Fri Feb 09 2018 ygao@suse.com
- Update to version 1.1.18+20180208.f6a261987:
- Feature: crmd: modify feature set handling
* Wed Feb 07 2018 ygao@suse.com
- Update to version 1.1.18+20180205.b44c57e35:
- pengine,doc,tools: rename "master score" to "promotion score" (fate#324508)
- libpe_status: rename bundle 'masters' to 'promoted-max' (fate#323415)
- pengine,libpe_status: rename master-{max,node-max} to promoted-* (fate#324508)
- various: merge clone resource type and master/slave resource type (fate#324508)
- attrd,pacemakerd,libcrmcommon: make "Exiting" last message
- don't use corosync logging settings (fate#324508)
- crmd,libpe_rules: drop support for notification-agent/recipient
- tools: improve crm_failcount exit code usage
* Tue Jan 30 2018 ygao@suse.com
- Update to version 1.1.18+20180129.c801ab11e:
- allow configuring specific python intepreter version (fate#323526)
* Drop obsolete fate-323526_pacemaker-pacemaker-configure-AM_PATH_PYTHON-python3.patch
- use auto-configured python executable in python shebangs (fate#323526)
* Update fate-323526_pacemaker-tests-shebang-python3.patch
- xml: drop score-attribute and score-attribute-mangle
- pengine: avoid misuse of function parameter
- libcrmservice,pacemakerd: improve privilege dropping
* Sat Jan 20 2018 ygao@suse.com
- Update to version 1.1.18+20180119.9146c3c20:
- crmd: Avoid double-removal of glib event source on stopping
* Fri Jan 19 2018 ygao@suse.com
- Update to version 1.1.18+20180118.9c3f7a49c:
- libcrmcommon: put exit/return handling in own source/header files
- Build: bump build dependencies
- Rebase:
* pacemaker-Wno-format-signedness.patch
* Thu Jan 18 2018 ygao@suse.com
- configure: Check for python3 with AM_PATH_PYTHON (fate#323526)
* fate-323526_pacemaker-pacemaker-configure-AM_PATH_PYTHON-python3.patch
* Sat Jan 13 2018 ygao@suse.com
- Update to version 1.1.18+20180112.bd7115b8c:
- tools: improve help text
- libpe_status: deprecate restart-type and role_after_failure
* Wed Jan 10 2018 ygao@suse.com
- Update to version 1.1.18+20180109.57d48a1b1:
- libcluster,libcrmcommon: improve BZ2 error messages
- all: use consistent exit status codes
- libcrmcommon,tools: improve XML write error handling
- stonithd,libcrmcommon: auto-calculate stonith-watchdog-timeout when requested (fate#324508)
- logrotate: switch user when rotating logs
* Tue Jan 09 2018 ygao@suse.com
- cts: Operate pacemaker service on startup to prevent triggering StopWhenUnneeded of corosync service
* pacemaker-cts-StartCmd.patch
* Fri Jan 05 2018 ygao@suse.com
- Update to version 1.1.18+20180104.7ba28d854:
- tools: improve crm_standby option handling
- tools: improve crm_standby help and error messages
- tools: improve crm_master option handling
- tools: improve crm_master help and error messages
- tools: remove deprecated stonith_admin option (fate#324508)
- tools: remove deprecated crm_verify option (fate#324508)
- tools: remove deprecated crm_attribute --node-uuid option (fate#324508)
- tools: avoid using deprecated options
- tools: remove deprecated crm_resource options (fate#324508)
- libpe_status: use consistent monitor for implicit remotes
- all: overhaul log locations (fate#324508)
* Wed Jan 03 2018 ygao@suse.com
- spec: Switch dependencies from python to python3 (fate#323526)
- tests: Switch shebang from /usr/bin/python to /usr/bin/python3 (fate#323526)
* fate-323526_pacemaker-tests-shebang-python3.patch
* Tue Jan 02 2018 bliu@suse.com
- Update to version 1.1.18+20180101.494eacba4:
- migrate cts to python3 (fate#323526)
* Sat Dec 23 2017 ygao@suse.com
- Update to version 1.1.18+20171221.c91a650ec:
- libcrmcommon: drop special handling of pre-1.1.7 failed recurring op history
- libcrmcommon: drop special handling of pre-1.1.4 migration history entries
- crmd: drop support for DCs that don't support throttling
- cib,libcrmcommon: drop support for PCMK_legacy variable
* Fri Dec 22 2017 ygao@suse.com
- libcrmcluster: use crm_strdup_printf() instead of calloc()
- attrd: avoid small memory leak at start-up
- systemd unit files: restore DBus dependency
- libcrmservice: avoid memory leak on DBus error
- pengine: validate more function arguments
- Upstream version cs: 098d557cc495944e1b6ebd9d05b819d6da74825e
* Mon Dec 18 2017 ygao@suse.com
- libpe_status: drop support for "requires" operation meta-attribute (fate#324508)
- tools: crm_resource --cleanup with no resource specified (bsc#1071503)
- tools: crm_resource --cleanup (bsc#1071503)
- crmd,libpe_status: drop support for legacy option aliases (fate#324508)
- libstonithd,libpe_status: drop support for pcmk_poweroff_action (fate#324508)
- libstonithd,libpe_status: drop support for pcmk_arg_map (fate#324508)
- libstonithd,libpe_status: drop support for pcmk_*_cmd (fate#324508)
- libpe_status,libpe_rules: drop support for default-action-timeout (fate#324508)
- libpe_status: use correct default timeout for probes
- libpe_status: drop support for operation meta-attributes in instance_attributes (fate#324508)
- libpe_status: fix precedence of operation meta-attributes
- libpe_status,libpe_rules: remove support for is-managed-default (fate#324508)
- libpe_status,libpe_rules: drop support for default-resource-stickiness (fate#324508)
- crmd: drop support for LRMD_MAX_CHILDREN environment variable (fate#324508)
- tools: remove crm_mon SMTP support (fate#324508)
- tools: remove crm_mon SNMP support (fate#324508)
- lrmd: remove deprecated -r/--dummy command-line option (fate#324508)
- tools: crm_resource --cleanup for non-primitive resources (bsc#1071503)
- pengine: unfence before probing or starting fence devices
- Upstream version cs: 4528eb3b726197ab077243ab923ed291473f0ed7
* Thu Nov 30 2017 ygao@suse.com
- attrd: ensure node name is broadcast at start-up (CLBZ#5330)
- Upstream version cs: 407ded8de381543e71c5b94b3ade296fcfd2c828
* Thu Nov 30 2017 ygao@suse.com
- libpe_status: remove support for default-resource-failure-stickiness (fate#324508)
- libpe_status: remove support for resource-failure-stickiness (fate#324508)
- various: remove support for pre-Pacemaker-1.0 CIB XML (fate#324508)
- libpe_status,tools: remove support for legacy ticket state entries (fate#324508)
- various: remove isolation wrapper support (fate#324508)
- systemd unit files: enable TasksMax=infinity (bsc#1028138, bsc#1066710)
* Drop obsolete bug-1028138_pacemaker-pacemaker.service-TasksMax.patch
- Upstream version cs: 53a3fe14b15b087bbde9ccb524d11d0a413cc6e9
* Wed Nov 29 2017 ygao@suse.com
- RA: NodeUtilization RA is now shipped by resource-agents package (bsc#1070347)
* Drop bug-1015842_pacemaker-NodeUtilization-RA.patch
* Wed Nov 29 2017 ygao@suse.com
- crmd: default record-pending to TRUE (fate#324508)
- tools: enable new crm_resource --cleanup/--refresh behavior (fate#324508)
- Upstream version cs: f36ad364748880815bf00151c516a1f2deae2fed
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
* Mon Nov 20 2017 ygao@suse.com
- Update to version 1.1.18
- libpe_status: always use default key location with bundles
- attrd,stonithd: more efficient regular expression parsing
- libpe_status: avoid potential NULL dereference
- tools: use proper variable in message from crm_resource -g
- tools: use uber-parent for crm_resource -a/-A
- tools: use g_main_loop_is_running() properly
- libpe_status: monitors are rescheduled, not reloaded
- crmd: determine restart/private digests correctly
- systemd: add TasksMax comment to pacemaker_remote unit (bsc#1028138, bsc#1066710)
- tools: make regression test insensitive to line number changes
- pengine,tools,libpe_status: avoid unnecessary use of pe_find_current
- pacemaker.service: Recommend not to limit tasks (bsc#1028138, bsc#1066710)
* Update bug-1028138_pacemaker-pacemaker.service-TasksMax.patch
- tools: set the correct OCF_RESOURCE_INSTANCE env when crm_resource --force-* executes RA
- typo: overriden -> overridden
- portability: the difference of time_t values is given by difftime()
- pengine: avoid not-really-possible use-of-NULL
- PE: Have bundles log to stderr so that 'journalctl -M' works (rkt)
- tools: don't expect reply to failed send
- pengine: use newer Pacemaker Remote terminology
- pengine: memory leak when writing graph to file
- tools: don't reinvent the glib wheel
- tools: implement clean-up dry-run correctly
- pengine: avoid potential use-of-NULL
- Update regression test outputs
- PE: Improved logging of reasons for stop/restart actions
- PE: Allow all resources to stop prior to probes completing
- PE: Correctly defer processing of resources inside containers
- crm_resource: Ensure we wait for all messages before exiting
- crm_resource: Have cleanup operate only on failures
- PE: Have bundles log to stderr so that 'docker logs' works
- PE: Resources are allowed to stop before their state is known everywhere
- PE: Use the node we already have and know isnt NULL
- PE: Flag resources that are acting as remote nodes
- crmd: Scale all cib operation timeouts
- PE: Bare metal remotes _can_ run resources now and must be probed
- PE: Bundles only need to wait for other containers on the same node to be probed
- crmd: Scale timeouts with the number of remotes too
- PE: There is no need for port mapping directives when net=host is specified
- PE: Do not always expire failed operations of nested remotes
- PE: Consolidate REMOTE_CONTAINER_HACK logic
- PE: Exclude resources and nodes from the symmetric_default constraint in some circumstances
- crm_resource: Don't cleanup on nodes not meeting the discovery conditions
- PE: Restore the ability to send the transition graph via the disk if it gets too big
- crm_resource: Prevent disconnection from crmd during cleanup
- PE: Do not probe connection resources until the container is active
- PE: Detailed resource information should include connection resource state
- Tools: Allow crm_resource to operate on anonymous clones in unknown states
- tools: Clean up everywhere if we don't know anything about the resource
- crm_resource: See what cleanup would have done for a saved configuration
- PE: Only pass requests for promote/demote flags onto the bundle's child
- Upstream version cs: 2b07d5c5a908998891c3317faa30328c108d3a91 (Pacemaker-1.1.18)
* Thu Nov 02 2017 ygao@suse.com
- pengine: if ignoring failure, also ignore migration-threshold
- libcrmcommon,liblrmd,lrmd: improve messages for failed remote sends
- libcrmcommon,lrmd: meaningful error codes when sending remote messages
- libcrmcommon: lower watchdog messages when default
- tools: set meta_timeout env when crm_resource --force-* executes RA
- fencing: don't print event twice with stonith_admin --verbose
- fencing: memory leak in stonith_admin --env
- fencing: improve stonith_admin help
- crmd: hard error if remote start fails due to missing key
- libcrmcommon,liblrmd: report meaningful async connection errors
- libcrmcommon: return meaningful error codes to connection callbacks
- libcrmcommon: async connection callback must get negative error codes
- libcrmcommon,liblrmd: improve remote connection messages
- pacemaker_remote: warn if TLS key can't be read at start-up
- lrmd: tweak TLS listener messages
- pengine: don't probe offline or unclean guest nodes (fate#324441)
- agents: ifspeed - Try to detect interface name from ip address.
- pengine: don't keep unique instances on same node
- pengine: improve messages when assigning resources to nodes
- Upstream version cs: 23be51236edc34477a99d6979bc0e2cc1e1a7684
* Tue Oct 24 2017 ygao@suse.com
- libpe_status: avoid use-after-free (again)
- lrmd: don't reject protocol 1.0 clients (bsc#1009076)
- tools: print descriptive messages for OCF exit code
- tools: differentiate trace log level for RAs
- tools: show RAs debug logs only when verbose mode for crm_resource --force-*
- tools: suppress an invalid error message for crm_resource --force-* options
- pengine: don't schedule reload and restart in same transition
- libcrmservice: list systemd agents alphabetically
- libcrmcommon: add function to sort list alphabetically
- pengine: new regression test for unrecoverable remote connection
- libcrmservice: avoid infinite loop on bad DBus reply
- libcrmservice: list systemd unit files, not only active units
- libpe_status: print container type in lowercase when outputting XML
- tools: re-enable crm_resource --lifetime option (CLBZ#5251, bsc#950128)
- libcrmcluster: improve error checking when updating node name
- tools: fix crm_resource --why output when resource and node are specified
- libcrmservice: parse LSB long description correctly
- libcrmservice: follow LSB standard for header block more strictly
- libcommon: Erase old exit_reason
- Upstream version cs: 36d2962a8613322fc43d727d95720d61a47d0138
* Fri Oct 13 2017 ygao@suse.com
- crm_mon: error-exit child if execl should return
- crmd: avoid memory leak when caching meta-data
- tools: ensure crm_resource data set is initialized
- libcib: ensure xpath result isn't empty
- tools: missing break statement in attrd_updater
- libcrmcommon: check sscanf() result when parsing schema version
- tools: check sscanf return value when parsing failed op list
- tools: treat bundles with replicas like clones when restarting
- tools: allow crm_resource to be called without arguments
- tools: update regression test for recent message changes
- tools: improve crm_resource --show-metadata error messages (CLBZ#5287)
- libcrmcommon: add functions for using agent specifications
- tools: improve crm_resource help (CLBZ#5251, bsc#950128)
- libcrmcommon: improve cluster option parsing
- Upstream version cs: 27b631162104d90e944cbc107c2d46e983f94ca7
* Fri Oct 06 2017 ygao@suse.com
- spec: Disable deprecated crm_mon SNMP/ESMTP support (configure alerts instead)
* Fri Oct 06 2017 ygao@suse.com
- pengine: add tests for no-quorum-policy=suicide
- libpe_status: properly detect when nodes should suicide
- libpe_status: always log startup-fencing value
- libpe_status: generalize ability to log warning only once
- pengine: reset loss-policy from fence to stop if no fencing
- pengine: avoid use-of-NULL when unpacking tickets
- tools: ensure crm_resource works if no command is specified
- libpe_status: validate no-quorum-policy=suicide correctly
- tools: use-after-free in crm_diff
- RA: ClusterMon - Correctly handle "update" parameter
- attrd: "peer peer loss" -> "peer loss"
- Tools:Refactored Crm_resource to have proper assignments for require_*
- Upstream version cs: c4a09cfec99570a2509831f4b8974457dcdb1af6
* Fri Sep 29 2017 ygao@suse.com
- Log: Reduce verbosity of developer logging
- PE: We most definitely need to probe connection resources
- PE: Ensure the bundle nodes get set with the correct discovery mode
- PE: Implement probing of container remote nodes (fate#324441)
- attrd: Tweak log messages for clarity
- crm_resource: Do not send history erasure commands for nodes where this is none
- PE: Resources in bundles should also respect failcounts
- PE: Do not send notifications to unclean bundles
- PE: Prevent graph loops when fencing the host out from underneath a bundle
- Tools: Allow bundle resources to read/write master scores based on the same logic as attrd (cf34f4c)
- PE: bundle: Send an additional host list when container-attribute-target=host
- PE: Correctly interpret colocation with bundles
- PE/attrd: Allow bundle resources to read/write attributes based on the physical host rather than the container name
- Upstream version cs: 4328c6a65424d1caf9785107664ec1b7fc824664
* Thu Sep 28 2017 ygao@suse.com
- Rebase:
* bug-728579_pacemaker-stonith-dev-id.patch
- Fix: -Wformat-truncation=2: prevent format truncation
- snprintf: use correct signedness in print format specifiers
- snprintf: use sizeof(X) as size + prevent off-by-ones
- crmd,libcrmcommon,libcluster,tools: handle PID as string properly
- tools: use right size for string buffer in fake_transition.c
- crm_resource: fix a memleak
- pengine: sprintf -> snprintf
- libcrmcommon: fix possible infloop in buffer_print
- crm_snprintf_offset like parts: fix off-by-ones
- attrd: improve update messages
- stonithd,lrmd,pengine: spelling/formatting corrections
- build: install ifspeed resource agent
- libcrmservices: avoid assert for HB resource with no parameters
- crmd: re-enable local collection of meta-data for remote nodes
- crmd,pengine,libpe_status,libpe_rules: remove support for versioned attributes
- crmd: avoid memory leak when node state is unknown
- crmd: avoid assert if LRM query fails
- libpe_status: more error checking when unpacking bundles
- libpe_status: bundles now respect PCMK_authkey_location
- libcrmcommon,liblrmd,lrmd: validate PCMK_remote_port
- PE: Bundles: add support for rkt bundle type
- libcrmcommon,libpe_rules: unpack new alert filter syntax
- xml: allow specifying alertable events
- Fix: a proper calculation of a speed in case of hfi1 for ifspeed RA.
- pengine: detect proper clone name at startup
- pengine: don't ignore permanent master scores at startup
- pengine: handle resource migrating behind a migrating remote connection
- stonith-ng: advertise pcmk_on_action via metadata
- liblrmd: Make sure the operation of a remote resource returns if setup of the key fails (bsc#1053463)
- libcrmcommon,pengine: improve log messages
- PE: only print to stdout if run from command line
- crmd: eliminate size restriction on node state xpath
- pengine: add regression test for remote connect interval wait
- pengine: re-enable unrecoverable remote fencing
- pengine: Make sure calculated resource scores are consistent on different architectures (bsc#1054389)
- PE: Allow resources inside bundles to receive notifications
- PE: Update unfencing device change test output
- attrd,crmd: erase attributes at attrd start-up, not first join
- attrd: accept connections only after CIB connection is active
- attrd: make CIB connection function self-contained
- attrd: improve messages
- stonith-ng: make fencing-device reappear properly after reenabling
- crmd: don't need meta-data after resource is deleted
- crmd: only get meta-data for OCF and stonith agents
- libcrmcommon: generate agent key without :: if no provider
- pengine: avoid fence loop for remote nodes
- attrd: don't log error if CIB doesn't have an alerts section
- PE: Only retrigger unfencing on nodes that ran operations with the old parameters
- PE: Output resource changes in a friendlier format
- PE: Attempt to indicate why resources are changing state
- Mechanism for recording why an action is required
- Support unfencing of remote nodes
- PE: Ignore optional unfencing events and report the fencing type
- Upstream version cs: 20cffae1e9c64217339173c197edac8612ad02b9
* Mon Jul 31 2017 ygao@suse.com
- logging: ensure blackbox gets generated on arithmetic error
- crm_mon: overcome crm_system_name no longer influenced with argv
- crm_mon: make CGI bail out on suspicious arguments
- crm_mon: make CGI bail out properly and w/o help screen
- crm_mon: canonical casing of Content-Type CGI header field
- libcrmcommon: handle schema versions properly
- attrd: don't reconnect to lrmd if already connected
- PE: Ensure nested container connections run on the same host
- crmd: send alerts via lrmd
- lrmd: execute alerts as cluster daemon user
- libservices: add ability to specify user to run an action
- libcrmcommon: improve user lookup messages
- extra: correct ClusterMon metadata
- attrd: avoid memory leak when disconnecting from lrmd
- attrd,tools: avoid memory leaks from use of crm_itoa()
- attrd: be consistent about attr/host logging
- attrd: delay lrmd connect until needed
- attrd: add timestamp to alert just when needed
- attrd: improve log messages
- libcrmcommon,libpe_rules: avoid crash when alerts section has comments
- libcrmcommon: add API call for next named XML child
- liblrmd: only set environment variables with a value
- attrd,liblrmd: handle adding env var at head of list
- lrmd: drain alerts at shutdown
- attrd,lrmd: generate alert sequence number in lrmd
- liblrmd: better trace message when creating command
- stonith-ng: avoid double-free of pending-ops in free_device
- crmd: log correct feature set revision
- PE: update start-failure-is-fatal help
- cib: avoid unnecessary memory allocation
- stonith-ng: add pcmk_delay_base as static base-delay (fate#324488)
- XML: upgrade-1.3.xsl: be explicit about non 1:1 wrt. ACL @attributes
- enable upgrade XSLTs to use <xsl:message> meaningfully
- Tools: Added option of --why/Y to crm_resource to inform the status of resources if running or not
- various: fix spelling in messages and comments
- cib: reword trace message
- PE: Prevent use-after-free when creating bundle constraints
- add versioned operations support
- TE: don't bump counters when action or synapse is invalid
- obtain metadata in CRMd via async call
- tools: add version options for cibsecret
- alerts: Support of meta attributes(kind, attribute_name).
- attrd,lrmd,lib: Addition of the transmission function of the attribute alert to attrd.
- extra: Change alert_xxx.sh.sample for attribute alerts.
- extra: Change PCMK-MIB.txt for attribute alerts.
- XML: upgrade-1.3.xsl: simplify branching
- XML: upgrade-1.3.xsl: drop superfluous branching
- XML: upgrade-1.3.xsl: simplify "weak identity" transform rules
- XML: upgrade-1.3.xsl: easy simplifications + redundant declarations drop
- re-enable versioned attributes
- Upstream version cs: d134f83b4f0188f6d7cd381c8cdda1a2a7c38bd5
* Wed Jul 19 2017 ygao@suse.com
- Update to version 1.1.17
- PE: Ensure unrecoverable remote nodes are fenced even if no resources can run on them
- iso8601: strftime needs fully populated struct tm (bsc#1058844)
- crmd: abort transition whenever we lose quorum
- PE: Ensure bundle nodes and child resources are correctly cleaned up
- PE: Generic ordering for anything with bundles
- PE: Default to non-interleaved bundle ordering for safety
- PE: Functional inter-bundle ordering when either side has no child
- PE: Basic inter-bundle ordering when both sides have children
- PE: Implement bundle ordering
- libpe_status: properly disallow other resources from bundle nodes
- libcib: get remoteness correctly from node status
- libpe_status: avoid memory leaks when creating bundle remote resource
- libpe_status: disallow resources on bundle nodes
- pengine: make checks a little safer
- PE: Clones within bundles may also have notifications enabled
- PE: Correctly implement pe_order_implies_first_printed
- PE: Do not re-add a node's default score for each location constraint
- PE: Bundle location constraints should only apply to the IP and docker resources
- PE: Bundles: Allow clones to be colocated with bundles
- PE: Bundles: Implement colocation of primitives and groups with bundles
- cib,libcib: support option for IPC eviction threshold
- libcib: correctly search for v2 patchset changes
- libcib: always use current values when unpacking config
- libcrmcluster: fix spelling error in error message
- crmd: DC should update stonith fail count before aborting transition
- cib: Broadcasts of cib changes should always pass ACLs check (bsc#1042054)
- Upstream version cs: b36b869ca8fe74caa077c286304f653f0be117ef (Pacemaker-1.1.17)
* Fri Jun 02 2017 ygao@suse.com
- pengine,libpe_status: revisit fencing messages
- PE: Improve logging of node fencing and shutdown
- PE: Fence unrecoverable remote nodes with no resources
- libpe_status: propagate multiple-active=block for bundles
- libpe_status: set parent for bundle components
- attrd: broadcast local overrides of sync'ed attributes
- crmd: attribute write-out not needed with atomic attrd
- PE: Prevent use-after-free when creating bundle constraints
- PE: Ensure remote nodes are fenced when the connection cannot be recovered
- PE: Improved fencing logging
- PE: Assume resources on remote nodes do not need to be restarted until absolutely necessary
- PE: Correctly compare a point with NULL instead of FALSE
- libpe_status: correctly flag remote connection resources
- pengine: improve internal bundle constraints
- pengine: re-phrase trace log for internal constraints
- libpe_status: set #kind to "container" for bundle nodes
- pengine,libpengine: avoid potential use-of-NULL
- pengine: avoid use-of-NULL in bundle without primitive
- libpengine: don't double score when adding first allowed node
- pengine: improve detection of invalid constraints
- PE: Prevent use-of-NULL when expanding containers
- PE: Partially restore 62ed004 to ensure remote connections are available before attempting resource recovery
- stonith-ng: Trigger on constraints added to cib (bsc#1042374)
- Upstream version cs: e47bd5bc77a3d1b38589b3716f5112ed39329e7b
* Mon May 15 2017 ygao@suse.com
- RA: NodeUtilization - Use xl if available (bsc#1015842)
* Drop obsolete:
* * bug-1015842_pacemaker-NodeUtilization-RA-1.patch
* * bug-1015842_pacemaker-NodeUtilization-RA-2.patch
* * bug-1015842_pacemaker-NodeUtilization-RA-3.patch
* Add bug-1015842_pacemaker-NodeUtilization-RA.patch
- Drop obsolete pacemaker-lrmd.h-include-libxml.patch
- lrmd,pengine: remove versioned parameters from documentation and tests
- lrmd,pengine: don't support versioned attributes by default
- Containers: Relax docker/remote colocation constraint when appropriate
- Containers: Ensure remote resources are only allocated to full cluster nodes
- lrmd: Ensure verbosity options are handled after crm_log_init()
- pengine: unmanage guest-container puts guest in maintenance
- pengine: unique ids for meta-attributes of guest-connection
- pengine: update regression tests for probes of guest-connections
- pengine: have guest-node connection-resources probed
- crmd: clean up throttle memory on exit
- libcib: avoid use-after-free when deleting CIB connection
- systemd unit files: add dependency on resource-agents-deps
- pengine: Allow use of resource params and meta-params in location rules
- libcrmcommon: avoid evicting IPC client if messages spike briefly
- libcrmcommon: don't delay next flush by more than 5 seconds
- libcib: downgrade ACL status message to trace
- crmd: don't destroy election structure twice
- crmd: avoid use-after-free when disconnecting from CIB
- libcib: functionize destroying op callback table
- crmd,libcrmcommon: update throttle when CPUs are hot-plugged
- crmd: remove I/O load checks
- libcrmcommon: add function to get number of CPU cores
- crmd: functionize checking throttle thresholds
- crmd: functionize setting throttle load target
- CTS: update corosync fail patterns
- crmd: check correct timer for being started
- crmd: improve fencing result message
- lrmd: Have pacemaker-remote reap zombies if it is running as pid 1
- pengine: add test for per-op fail count
- libcrmcommon: filter attributes with '#' from XML fields
- extra: Dummy stop shouldn't fail if monitor is in progress
- extra: use whitespace consistently in Dummy
- crmd: don't fence old DC if it's shutting down as soon-to-be DC joins
- crmd: avoid DC sending offer to itself twice
- crmd: don't restart transition if no fence devices
- crmd: skip restart at (not above) stonith-max-attempts
- crmd: allow clearing all stonith fail counts
- crmd: track stonith fail counts on all nodes
- crmd: forget stonith failures when forgetting node
- crmd: consider target when checking stonith failures
- crmd: check for too many stonith failures only when aborting for that reason
- PE: Remote: Allow remote nodes that start containers with pacemaker remote inside
- fencing: ignore empty 'action' parameter in fence devices
- crmd: fix remove attr_id from update_attr_delegate()
- Fix log showing the node status so that it is easily distinguishable from other logs
- crmd: don't abandon fencing after one "no devices" failure
- libcrmcommon: more useful message if can't open dump file
- libcib: use new convenience function for sanitizing ID
- libpe_status: implement active check for bundles
- tools: update crm_mon RNG schema for bundles
- crmd: add set_join_state()
- crmd: fix line wrapping
- crmd: update_attr_delegate() instead of set_standby()
- PE: Containers: Allow custom docker run commands
- logrotate: rotate pacemaker logs inside bundled containers
- libpe_status: improve bundle docker defaults
- tools: crm_resource should free result if re-running function returns one
- libpe_status: avoid memory leak when counting failures
- crmd: remove functions from crmd_utils.c
- PE: Containers: Ensure replicas_per_host=1 is respected during rediscovery and startup
- libcib: change the format of the state id in set_standby()
- PE: Containers: Allow the internal and external ports to optionally differ
- PE: Containers: Allow custom control ports when using the machine's local address
- crmd: set_standby in first_join
- PE: Bundles: Better support for net=host, allow the pacemaker-remote port to change
- Remote: Allow the port to listen on to be specified on the commandline
- libpe_status: allow more than 254 containers in a bundle
- crmd,liblrmd: handle crmd-local proxy requests properly
- common: Prevention of the double definition.
- pacemaker_remoted: Allow compilation with glib older 2.36
- PE: Containers: Default 'replicas' to the same number of 'masters'
- PE: Containers: Correctly find the right anonymous child resource running in a container
- PE: Clone: Simplified allocation function
- PE: Contaienrs: Better checks when assuming a container will start
- PE: Preferred nodes are only accepted if their scores are equal to the otherwise best candidate
- PE: Containers: Remove containers on termination by default
- PE: Container: Add support for non-default docker networks and supplying external IPs to container resources
- PE: Containers: Allow specifiying the maximum number of peers per host
- PE: Containers: Force a sane hostname
- PE: Containers: Add support for nic and netmask parameters
- PE: container: Parse network and mount options
- PE: Allow the graph to assume container nodes will come up and schedule actions for it
- PE: Force node scores for containerized resources
- PE: Basic allocation of containers
- Core: Track the line number of callers of crm_(set|clear)_bit
- xml: Correctly find the first child element
- PE: Basic container parsing and expansion (fate#323415)
- PE: Correctly test for clone functionality
- Improve recovery when demote fails with OCF_NOT_RUNNING
- Upstream version cs: ce86684f5d0672791e9fd3043a84f0931cdd97ea
* Thu Mar 23 2017 ygao@suse.com
- libcrmcluster,crmd: log join phase as text rather than integer
- pacemaker-remote: pacemaker_remoted shutdown while unmanaged
- tools: disable agent stdout/stderr for crm_resource --validate
- tools: Add "--validate" command to crm_resource
- tools: crm_resource should set OCF_RESKEY_crm_feature_set
- tools: make crm_failcount compatible with per-operation failcounts
- tools: support clearing failure of a single operation with crm_resource -C
- crmd: support clearing failure of a single operation
- crmd: make clearing last failure more efficient
- attrd,libcrmcommon: support clearing failure of a single operation
- attrd,crmd,libraries,tools: track resource failures per-operation
- tools: support crm_failcount -q as advertised
- Upstream version cs: 77ea74d01bcb6b7100e1c7acab0e66e79aceaf8b
* Fri Mar 17 2017 ygao@suse.com
- NodeUtilization: Never set hv_memory to a negative value (bsc#1015842)
* bug-1015842_pacemaker-NodeUtilization-RA-3.patch
- NodeUtilization: Fix mixed indentation, set executable bit (bsc#1015842)
* bug-1015842_pacemaker-NodeUtilization-RA-2.patch
- RA: NodeUtilization - Use xl if available (bsc#1015842)
* Drop obsolete bug-1015842_pacemaker-NodeUtilization-RA.patch
* Add bug-1015842_pacemaker-NodeUtilization-RA-1.patch
* Fri Mar 17 2017 ygao@suse.com
- spec: Merge the SLE and Factory versions
* enable_fatal_warnings=0
* Thu Mar 16 2017 ygao@suse.com
- crmd: new cluster option stonith-max-attempts with default value 10 (fate#323417)
- crmd: Change of the log level and addition of uuid.
- crmd: use new attrd op to clear fail counts
- tools: crm_resource -C should clear last-failure
- libcrmcommon: add API for new attrd clear-failure operation
- attrd: add more detail to legacy attrd messages
- attrd: add API for clearing failures
- Upstream version cs: e55d506cc390f0a0335b4ec6e365ea89da30b6b1
* Mon Mar 13 2017 ygao@suse.com
- pacemaker.service: Add presetting TasksMax=4915 (bsc#1028138)
* bug-1028138_pacemaker-pacemaker.service-TasksMax.patch
* Tue Mar 07 2017 ygao@suse.com
- Build: lrmd: Include libxml/tree.h in lrmd.h
* pacemaker-lrmd.h-include-libxml.patch
* Mon Mar 06 2017 ygao@suse.com
- libfencing,fencing: properly remap "action" in configuration
- libservices: ensure recurring actions table is created before using
- libservices: improve error messages when creating operation
- libservices: properly detect in-flight systemd/upstart ops when kicking
- libservices: properly cancel in-flight systemd/upstart op
- libservices: handle in-flight case first when cancelling an operation
- libservices: prevent use-after-free when freeing an operation
- libservices: ensure completed ops aren't on blocked ops list
- libcrmcommon: assert if can't generate operation key
- libcrmcommon: improve remote connection polling messages
- crmd: clear failure only for requested node
- crmd: improve message when clearing failures
- pengine,libpe_status: make failcount clearing messages more helpful
- pengine,libpe_status: don't clear same fail-count twice
- cib: properly mark variable as volatile
- libcib: avoid memory leak in query_node_uuid()
- tools: avoid NULL dereference in crm_resource debug message
- cib,libcrmcommon,lrmd: handle IP addresses better in messages
- tools: crm_attribute should prefer node name from environment
- libcrmcommon: Correctly delete XML comments according to their positions (bsc#1024037)
- libcrmcommon: Correctly compare XML comments to prevent crmd from getting into infinite election loop (bsc#1024037)
- crmd,libcrmcluster: minor log message improvements
- tools: avoid deprecated function in notifyServicelogEvent
- libcrmcommon,pengine,tools: pass local node name to resource agents
- use callback instead of sync call
- libcib: make querying node uuid more efficient
- tools: allow regular expression with crm_attribute
- attrd: support regular expressions in legacy attrd
- attrd: support Pacemaker Remote node attributes in legacy attrd
- use status scope to start node in standby mode
- attrd: ignore unsupported requests in legacy attrd
- attrd,crmd: implement peer remove requests in legacy attrd
- crmd: don't clear remote node transient attributes unnecessarily
- crm_mon: protect against non-standard or failing asctime
- libservices(sync): partially prevent killing foreign process
- libservices (sync): ensure no zombie is left behind
- cib: improve re-sync handling
- tools: implement crm_failcount command-line options correctly
- tools: use correct regular expression for fail counts in crm_resource
- cib: never disable legacy mode with corosync 1 stacks
- cib: improve warning when legacy diff fails
- libcrmcommon: ensure filename is not NULL before opening
- crmd: be more resilient when checking an LRM command's "from"
- crmd: improve crmd's LRM-related log messages
- tools: properly ignore version with crm_diff --no-version (bsc#888726)
- Ability to start node in standby (fate#323416)
- Upstream version cs: a7825f4f0a8db272d1ce0b1f93e8044cbcaa5144
* Mon Mar 06 2017 ygao@suse.com
- libservices: properly watch writable DBus handles
- tools: don't reference hidden parameter in crm_resource help text
- Alert: Set SNMP_PERSISTENT_DIR directory for the snmp-trap tool.
- dbus: Prevent lrmd from hanging on dbus calls (bsc#1015264)
- spec: add %check to run a subset of tests on rpmbuild
- crmd: update cache status for guest node whose host is fenced
- pengine: consider guest node unclean if its host is unclean
- pengine: create a pseudo-fence for guest node recovery
- pengine: guest node fencing doesn't require stonith enabled
- pengine: remove unnecessary assert
- mcp: Correction of the difference in access permission setting.
- stonith_admin: Addition of the list-targets option.
- stonith: Check for missing params in new device and dup
- libservices: treat systemd service reloading as OK (bsc#1059187)
- crmd: increase severity when fencing didn't happen (bsc#1011240)
- rng: Create resources-2.7.rng to update template class validation
- libcrmcommon: Don't report error if the output file isn't syncable
- crmd: bump feature set
- pengine: disable migration for versioned resources
- add versioned parameters support
- Upstream version cs: 2817a2081e9e70e7412f0d0a253495611afab55e
* Mon Mar 06 2017 ygao@suse.com
- wd: Fix to not compare NULL when environment variable is not set
- mcp,pacemaker_remote: order after time-sync
- configure: fix fouled parameter expansion
* Drop obsolete pacemaker-configure-systemd-detection.patch
- xml: rng: Keep score-attribute{,-mangle} in the existing RelaxNG schema files for graceful upgrades
- Upstream version cs: 94ff4df51a55cc30d01843ea11b3292bac755432 (Pacemaker-1.1.16)
* Mon Mar 06 2017 ygao@suse.com
- RA: NodeUtilization - Use xl if available (bsc#1015842)
* bug-1015842_pacemaker-NodeUtilization-RA.patch
* Mon Mar 06 2017 ygao@suse.com
- spec: Prevent overwriting existing sysconfig files by conditionally running %fillup_only (bsc#1022807, bsc#980341)
* Mon Mar 06 2017 ygao@suse.com
- spec: cts brings an RA that needs python-systemd
* Wed Feb 22 2017 dimstar@opensuse.org
- Explicitly own %{_defaultdocdir}/%{name}.
* Tue Nov 08 2016 ygao@suse.com
- Revert "Build: configure: make systemd detection akin to + before Upstart one"
* pacemaker-configure-systemd-detection.patch
- libcrmcommon: fix CVE-2016-7035 (improper IPC guarding) (bsc#1007433)
- sysconfig: minor tweaks (typo, wording)
- various: issues discovered via valgrind and coverity
- attrd_updater: fix usage of HAVE_ATOMIC_ATTRD
- Upstream version cs: b6f251a13fadca0cb74702b0c007a55275c8ea09
* Fri Oct 21 2016 ygao@suse.com
- Rebase:
* pacemaker-NodeUtilization-RA.patch
- extra: add resource agent for managing a node attribute
- crmd: cl#5185 - Record pending operations in the CIB before they are performed (bsc#1003565)
- ClusterMon: fix to avoid matching other process with the same PID
- mcp: improve comments for sysconfig options
- spec: require libqb >= 0.13.0
- tools: crm_standby --version/--help should work without cluster
- spec: reorganize so %pre etc. blocks are self-contained
- spec: require python >= 2.6
- spec: comment better
- libpengine: ensure child is not null before looking up value
- libpengine: only log startup-fencing warning once
- Upstream version cs: 722276c442bf023931842313bfe0dfb7d90a7c15
* Mon Sep 26 2016 ygao@suse.com
- pacemaker.service: do not mistakenly suggest killing fenced
- pacemaker.spec: consume "systemdunitdir" via %_unitdir
- libcrmcommon: report errors consistently when waiting for data on connection (bsc#986644)
- libservices: use DBusError API properly
- remote: Correctly calculate the remaining timeouts when receiving messages (bsc#986644)
- libfencing: report added node ID correctly
- crm_mon: Do not call setenv with null value
- pacemaker_remote: allow remote clients to timeout/reconnect
- pengine: Do not fence a maintenance node if it shuts down cleanly (bsc#1000743)
- install README in doc instead of now-removed AUTHORS file
- ping: Avoid temporary files for fping check (bsc#987348)
- all: clarify licensing and copyrights
- schemas.c: treat CIB with unrecognized validate-with better
- schemas.c: avoid downgrade validate-with in a corner case
- xml.c: better info in cli_config_update on no validation success
- fix infloop when no schema validates on update_validation
- xml.c: internal self-or-less reference inflicted infloop guard
- crmd: Resend the shutdown request if the DC forgets
- ping: Avoid temp files in fping_check (bsc#987348)
- crmd: Ensure the R_SHUTDOWN is set whenever we ask the DC to shut us down
- crmd: clear remote node operation history only when it comes up
- libcib,libfencing,libtransition: handle memory allocation errors without CRM_CHECK()
- tools: make crm_mon XML schema handle resources with multiple active
- tools: make crm_mon resources section more consistent
- crmd: bump feature set
- pengine: set OCF_RESKEY_CRM_meta_notify_active_* for multistate resources
- LSB init: try to be a little more compliant
- pengine: avoid null dereference in new same-node ordering option
- lrmd,libcluster: ensure g_hash_table_foreach() is never passed a null table
- crmd: don't log warning if abort_unless_down() can't find down event
- lib: Correction of the deletion of the notice registration.
- stonithd: Correction of the wrong connection process name.
- crmd: Keep a state of LRMD in the DC node latest.
- pengine: avoid transition loop for start-then-stop + unfencing
- libpengine: allow pe_order_same_node option for constraints
- pengine: avoid sisyphean score-attribute-mangled parsing
- xml: score-attribute{,-mangle} has no meaning for rsc_colocation
- Upstream version cs: 4cce2b26f6f468c342adb24bf74234a12a0070c2
* Fri Aug 26 2016 ygao@suse.com
- cts: Restart systemd-journald with "systemctl restart systemd-journald.socket" (bsc#995365)
* bug-995365_pacemaker-cts-restart-systemd-journald.patch
* Fri Jul 08 2016 ygao@suse.com
- libcrmcommon: properly handle XML comments when comparing v2 patchset diffs
- crmd: don't abort transitions for CIB comment changes
- libcrmcommon: log XML comments correctly
- libcrmcommon: remove extraneous format specifier from log message
- crm_mon: Avoid logging errors for any CIB changes that we don't care about (bsc#986931)
- crmd: When node load was reduced, crmd carries out a feasible action.
- Upstream version cs: 58fef06198fef17873d0d2e2d0cc5c7db73c5724
* Fri Jul 01 2016 ygao@suse.com
- ping: Log sensible error when /tmp is full (bsc#987348)
- crm_mon: Do not log errors for the known CIB changes that should be ignored (bsc#986931)
- logging: Enable synchronous logging when blackboxes are enabled
- libpengine: print target role and blocked status in XML output
- tools: add maintenance mode and disabled/blocked resources to crm_mon XML/HTML output
- tools: break up long lines in crm_mon console output
- libservices: include socket units when listing all systemd agents
- fencing: fence_legacy - Search capable devices by querying them through "list" action for cluster-glue stonith agents (bsc#986265)
- extra: correct quoting of timestamp-format in alert-snmp-example
- pengine,tools: Display pending resource state by default when it's available (bsc#986201)
- rng: Allow rsc-pattern in locations for version 2.6
- pengine: Expand regexp references in location constraints
- pengine: Allow to set base score for progressive node health strategy
- systemd: Allow unit names ending in .socket.
- watchdog: Correction to do to change action of the system reboot by fail_fast
- Upstream version cs: 630d0d112092042b6f79c2a02bb442e82fee93ec
* Thu Jun 30 2016 tchvatal@suse.com
- Remove conditionals that are not really needed as they always kept
the values
- Remove the cman conditional as we do not even have the dependencies
to build with it in OBS
- Convert deps to pkgconfig style ones and remove deps that are
not mentioned by the testsuite or the configure.ac
* Wed Jun 22 2016 ygao@suse.com
- Update to version 1.1.15
- crmd: mention that graceful remote shutdowns may cause connection failures (bsc#981489)
- alerts - drop 5min timeout to 30s since it is configurable now
- Bug bz#5292 - crmd: wait for alerts to finish
- libais,libcluster,libcrmcommon,liblrmd: don't use %z specifier
- alerts: ensure sample alert agents handle undefined recipient
- tools: crm_resource -T option should not be hidden anymore
- PE: Correctly update the dependant actions of un-runnable clones
- alerts: make timestamp-format-string work properly if strftime-escape is the last character
- extra: make alert-file-example cope with spaces in timeformat-string
- attrd,ipc: Prevent possible segfault on exit (bsc#986056)
- alerts: fix SMTP recipient defaulting
- tools: properly handle crm_resource --restart with a resource in a group
- tools: don't assume all resources restart on same node with crm_resource --restart
- tools: avoid memory leaks in crm_resource --restart
- tools: remember any existing target-role when doing crm_resource --restart
- tools: correctly count starting resources when doing crm_resource --restart
- Upstream version cs: e174ec84857e087210b9dacee3318f8203176129 (Pacemaker-1.1.15)
* Tue Jun 14 2016 tchvatal@suse.com
- Clean-up with spec-cleaner
- Drop heartbeat conditions, no heartbeat around
- Sort CMAN conditionals to be actually logical
- Run fdupes to not waste so much space
- Add logrotate to reqs of pacemaker-cli
- Cleanup rpmlintrc to contain only bare needed minimum
- Run basic sanity check in %check phase
* Tue Jun 14 2016 tchvatal@suse.com
- Drop sysvinit support we now run on sle12+ only
- Cleanup the define conditionals that are never used
- Drop profiling and coverage options it is not enabled by default
and better to run separately
* Mon Jun 13 2016 ygao@suse.com
- libcrmcommon: really ensure crm_time_t structure is fully initialized by API calls
- extra: correct syntax error in sample alert script
- crmd: avoid timeout on older peers when cancelling a resource operation
- crmd: use proper resource agent name when caching metadata
- crmd: avoid memory leak when sending fencing alert
- liblrmd: avoid memory leak when closing or deleting lrmd connections
- extra: improve determination of successful monitors in SNMP alert script
- tools: avoid memory leak when crm_mon unpacks constraints
- pengine: avoid use-after-free with location constraint + sets + templates
- pengine: better error handling when unpacking sets in location constraints
- pengine: avoid memory leak when invalid constraint involves set
- Build: rename sample alert scripts and install them in datadir
- pengine : Correction of the record judgment of the failed information.
- Upstream version cs: dd46368eead0d756735216a4bc765466b99274fc
* Tue Jun 07 2016 ygao@suse.com
- alert-helpers: some fixes in pcmk_smtp_helper.sh
- libpengine: log message when stonith disabled, not enabled
- pengine: only set unfencing constraints once
- tools: don't require node to be known to crm_resource when deleting attribute
- libcrmcommon: ensure crm_time_t structure is fully initialized by API calls
- attrd: don't leak memory when returning due to malformed update request
- crmd: always free result of crm_itoa()
- xml: adapt crm_mon.rng per recent reorder of the summary elements
- Upstream version cs: 1a05449500f015414b6df68b6d4feb64b713f533
* Fri Jun 03 2016 ygao@suse.com
- Rebase:
* bug-977201_pacemaker-controld-self-fencing.patch
- pengine: properly order stop actions relative to stonith
- crm_resource: don't pretend that target-role:started would prevent promotion
- crm_mon: consistently print ms resource state
- controld: use "stonith_admin -H '*' -V" (bsc#977201)
- stonith_admin: allow -H '*' to show history for all nodes (bsc#977201)
- controld: fix "[: -eq: unary operator expected" issue from PR 1022 (bsc#977201)
- extra: Support of the task designation of a resource and the fencing.
- extra: Change pcmk_snmp_helper.sh (2).
- Upstream version cs: 6a8c1e9d35c65cbfd4019cfe797cb7bb9dfd4322
* Sun May 29 2016 ygao@suse.com
- controld: Prevent unwanted self-fencing if "stateful_merge_wait" state of dlm is not available (bsc#977201)
* bug-977201_pacemaker-controld-self-fencing.patch
* Sun May 29 2016 ygao@suse.com
- libservices: clean up non-signalfd code paths
- spec: fence_pcmk only eligible for Pacemaker+CMAN
- crmd: Acknowledge cancellation operations for remote connection resources (bsc#976865)
- controld: improve DLM check with stateful_merge_wait (bsc#977201)
- attrd, libcrmcommon: validate attrd requests better
- crmd: clear remote node transient attributes on disconnect (bsc#981489)
- Revert "Fix: attrd: Correctly implement mass removal of a node's attributes" (bsc#981489)
- crm_mon: Fix time formatting on x32
- resources: use OCF version tagging correctly
- libcommon: crm_procfs_pid_of() would always return last /proc entry checked
- crmd: correctly dig into cib-query-answer if alerts section is present timestamp-format defaults to "%H:%M:%S.%06N"
- crmd: Take start-delay into account for the timeout of the action timer (bsc#977258)
- libservices: make systemd override file world-readable to avoid log warning
- libcrmcommon: correct directory name in log message
- Log: make crmd messages more user-friendly
- Log: make messages in common quorum/fencing situations more user-friendly
- Log: make shutdown messages more user-friendly
- pengine: lf#2560/lf#2588 - Correctly set the environment variable "OCF_RESKEY_CRM_meta_timeout" when "start-delay" is configured (bsc#977258)
- Log: make operation messages more user-friendly
- Log: make startup messages more user-friendly
- services: Correctly clean up service actions for non-dbus case
- uninitialized use of nano_digits
- attrd: Update also dampens when synchronizing attributes (bsc#977846)
- Upstream version cs: 389294fd1ebefddad67fff51306f585b758ca860
* Wed May 04 2016 ygao@suse.com
- Rebase:
* pacemaker-Wno-format-signedness.patch
- RA: SysInfo - Reset the node attribute "#health_disk" to "green" when there's sufficient free disk (bsc#975079)
- pengine: Organize order of actions for slave resources in anti-colocations (bsc#977800)
- attrd: Fix the synchronization of attributes (bsc#977846)
- pengine: Organize order of actions for master resources in anti-colocations (bsc#977800)
- pengine: Respect asymmetrical ordering when trying to move resources (bsc#977675)
- fencing: Record the last known names of nodes to make sure fencing requested with nodeid works (bsc#974108)
- crmd: first implementation of integrated multi-agent, multi-target alerting mechanism (fate#320855)
- ping resource: Use fping6 for IPv6 hosts (bsc#976271)
- pengine: Consider resource failed if any of the configured monitor operations failed (bsc#972187)
- ping resource: avoid undefined func w/ OCF_FUNCTIONS=/dev/null
- spec: make Publican docs not depend on pre-existing packages
- cib/fencing: Set status callback before connecting to cluster (bsc#974108)
- xml: use spaces instead of tabs in schema files
- extra: Support of the dampen change by RA.
- Upstream version cs: 9e382568ac3cd54c222496501088ab3fc158b2e2
* Thu Mar 24 2016 ygao@suse.com
- crmd: update cluster state in CIB after fencing an unseen node
- crmd: don't abort transition for expected remote node shutdown
- libtransition: potential memory leak if unpacking action fails
- Upstream version cs: 5a6cdd11b4f93b4d55e1b2654078018c339931d4
* Thu Mar 17 2016 ygao@suse.com
- attrd: crash on exit if initialization fails
- build: fix scalability regression
- pengine: Suppress assert if a stateful clone is not being demoted/stopped (bsc#971129)
- attrd: Support of the dampen change by attrd.
- PE: Correctly handle the ordering of demote actions for failed and moving containers
- Upstream version cs: d076e9dbf9827f7801c89c6d635df370aeca5e90
* Mon Mar 07 2016 ygao@suse.com
- crmd,tools: Set attributes for remote nodes directly into cib if it's legacy attrd (bsc#967775)
- libcib: Correctly determine the node type (bsc#967775)
- resources: match agents' default for globally_unique to pacemaker's
- crm_mon: Help admins identify why resources are not being started or responding to commands
- PE: Memory leak
- crm_resource: Prevent segfault when --resource is not correctly supplied for --restart command
- Build: Create CRM_CORE_DIR during installation
- Upstream version cs: eb89393a82eb41ff50d041b91765ccac52e873e0
* Mon Feb 29 2016 ygao@suse.com
- cpg: Ensure group name is never unset
- remote: Simplify calls to accept() and inet_ntop() by using "struct sockaddr_storage" (bsc#964183)
- remote: cl#5269 - Notify other clients of a new connection only if the handshake has completed (bsc#967388, bsc#1002767, CVE-2016-7797)
- remote: Correctly display the IP address of the remote client (bsc#964183)
- spec: declare also BSD license as suitable
- libservices: Add error handling for pipe() failed.
- libservices: Check resource agent is executable or not before pipe open.
- crmd: Prevent use-after-free when an unexpected remote client takes over (bsc#964183)
- pacemakerd: Correction of the stonithd process judgment of pacemakerd.
- crmd: Do not turn on stonith-watchdog-timeout automatically if SBD is detected
- remote: Correctly check for SBD configuration consistency
- resources: Fix state file metadata in Dummy, Stateful and HealthCPU resource agents
- systemd: Modified so that the cluster to stop before the rsyslog
- common: Correctly locate sbd via its pidfile
- common: Assume processes are active if we get EACCESS
- Fencing: Simplify watchdog integration
- crmd: Only poopulate stonith-watchdog-timeout if SBD is active
- remote: Ensure SBD is consistently configured on remote nodes
- remote: Allow cluster and remote LRM API versions to diverge (bsc#1009076)
- cib: Do not send notifications when the dryrun flag is present
- Upstream version cs: cf67796823c4429714857411e614cfacfbc59d89
* Mon Feb 15 2016 ygao@suse.com
- crm_shadow: fix broken --display command
- ipc: Respect the parameter of pick_ipc_buffer() but don't let it affect the global value
- libcluster: crm_peer_uname() should return NULL if uuid is invalid
- remote: recover from remote node fencing more quickly
- crmd: update node state for migrated pacemaker_remote nodes
- crmd: update node state for stopped pacemaker_remote nodes
- crmd: update node state for started pacemaker_remote nodes
- crmd: add new message type for updating pacemaker_remote node state
- libcluster: set remote peer cache state based on CIB node state
- libcluster: send notifications when pacemaker_remote nodes are started
- crmd: report pacemaker_remote node state in CIB status section
- Upstream version cs: c851a117bc77bdefe15181a7d753f1aed867cde6
* Thu Feb 11 2016 ygao@suse.com
- spec: Move the common directories under /var/lib/pacemaker into pacemaker-cli package
- liblrmd: Prevent potential use-after-free (bsc#964183)
- crmd: Disconnect the relevant remote proxies as well when disconnecting a remote node (bsc#964183)
- crmd: Prevent potential use-after-free (bsc#964183)
- liblrmd: Prevent potential use-after-free issues (bsc#964183)
- PE: Fix conditions for internal sanity check (bsc#971129)
- attrd: ensure remote nodes are in correct peer cache (bsc#981489)
- crmd: set remote flag when gracefully shutting down remote nodes (bsc#981489)
- fencing: Correctly track active stonith actions (bsc#938545)
- fencing: Functionize adding and removing active pids of device (bsc#938545)
- crm_shadow: Do not invoke shells with --noprofile option other than bash (bsc#961392)
- lib/common: check return value of dlsym() and not dlerror()
- lib/ipc: allow PCMK_ipc_buffer to be smaller than default max sizes
- lib/services: use self-pipe sigchld handling when signalfd isn't available
- spec: associate subpackage with correct licenses
- spec: rely on system-wide RPM macros if available
- spec: C++ compiler is not something currently needed
- RHBZ#1286316: Do an ordered shutdown of systemd resources
- header == NULL when parsing compressed message
- attrd: Correctly implement mass removal of a node's attributes (bsc#981489)
- attrd: Hook up the client name so we can track requests
- crmd: Set the shutdown transient attribute in response to LRMD_IPC_OP_SHUTDOWN_REQ from remote nodes (bsc#981489)
- PE: Honor the shutdown transient attributes for remote nodes (bsc#981489)
- pacemaker_remote: support graceful stops (bsc#981489)
- crmd: support graceful pacemaker_remote stops (bsc#981489)
- lrmd,liblrmd: add lrmd IPC operations for requesting and acknowledging shutdown (bsc#981489)
- fencing: Support concurrent fencing actions on each device (bsc#938545)
- pengine: Support concurrent fencing (bsc#938545)
- Upstream version cs: c54f10440a7bba5a1491ea8506925c7d6d9ca2a3
* Thu Jan 21 2016 ygao@suse.com
- Update to version 1.1.14
- fencing: free only after last usage makes coverity happy
- crmd: 0 is a valid fd makes coverity happy
- tools: crm_resource compile issue
- crm_resource --list-agents: don't print uninitialized memory
- extra: update SNMP MIB with new pacemakerTrap OID containing pacemakerNotificationTrap
- fencing, libfencing: remap fence agent error codes before async callback (bsc#962309)
- libfencing: topology is not used
- fencing: topology is not used
- libcrmcommon: when caching attrd connection, cache connection flags as well
- cts: Plugin-based cluster has its own PacemakerUp pattern
- Upstream version cs: 70404b0e5ecbe5e51d07c6c2233eea640cbd720a (Pacemaker-1.1.14)
* Fri Dec 18 2015 ygao@suse.com
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* bug-728579_pacemaker-stonith-dev-id.patch
- core: Mistake of the parameter order.
- RHBZ#1287315: stonithd: Trigger cib_devices_update in case of deletion of just an attribute
- CLBZ#5253: stonithd: Do not intermingle stdout & stderr coming from stonith-RAs (bsc#962309)
- resources: allow for top output with or without percent sign in HealthCPU
- controld: Return error when DLM status is wait fencing (RHBZ#1268313)
- crmd: Don't update cluster/peer CIB fields when processing stonith results
- Upstream version cs: e16447de89d25db3b3578c7e080c1a4c2f85806f
* Wed Dec 02 2015 ygao@suse.com
- ping: Clarify the description of host_list parameter in ping metadata (bsc#956459)
- systemd: Prevent segfaul when logging failed operations
- systemd: The underlying systemd calls default to 90s for their timeouts
- cib: Do not terminate due to badly behaving clients
- Correctly check for recycled PIDs in crm_pid_active
- crmd: Consider only fence and shutdown transition events to be "down" events
- pengine: Support of multiple-active=block for resource groups (bsc#942491)
- crmd: use 300s timeout with notification scripts, not 300ms
- stonith_admin: add ability to target topology by pattern or attribute
- fencing,libfencing: add API support for targeting topology by pattern or attribute
- Upstream version cs: a7d6e6b56fd2779a07970df7de4e0fb0b22742d3
* Mon Nov 16 2015 ygao@suse.com
- crm_report: Call "crm report" if available (bsc#950483)
* Thu Nov 12 2015 ygao@suse.com
- fencing: crm_resource --show-metadata drops documentation strings for fencing agents (bsc#950375)
- Upstream version cs: 6f22ad7312b703289da5d24e918a78117a0825e1
* Thu Nov 05 2015 ygao@suse.com
- CTS: add "try except" to deal with errors that raw_input gets EOFError and add "--yes" to skip interaction (bsc#953192)
- Upstream version cs: 577898dc4ac1efdb5989a996cb5f9ac60ed2eb7a
* Wed Nov 04 2015 ygao@suse.com
- crm_resource: Correctly clean up all children for anonymous cloned groups (bsc#950128)
- services: Directly add operations into in-flight list in the execution functions (bsc#952874)
- systemd: Return PCMK_OCF_UNKNOWN_ERROR instead of PCMK_OCF_NOT_INSTALLED for uncertain errors on LoadUnit (bsc#952884)
- systemd: Return FALSE for systemd_mask_error() if it only maps an error instead of masking one (bsc#952884)
- dbus: Correctly return the result for pcmk_dbus_find_error() no matter if there's a DBusError passed in (bsc#952884)
- services: Prevent potential use-after-free when trying to add an operation into in-flight list (bsc#952874)
- systemd: Directly return an error if the connection to System DBus is closed (bsc#952874)
- services: Correctly determine if operations are in-flight (bsc#952874)
- systemd: Reconnect to System DBus if the connection is closed (bsc#931271)
- lrmd: Finalize all pending and recurring operations when cleaning up a resource (bsc#950450)
- fencing: don't poke peers when remote node status changes
- attrd: don't try to communicate with attrd on a remote node
- libcluster,crmd: never update join info or processes for remote nodes
- cib: Increased paranoia when peer updates fail to apply in compatability mode
- crmd: do not accept remote peer data as enough for startup
- crmd: remote nodes can't be DC so never add them to stonith cleanup list
- libcluster: never autoreap from remote peer cache
- crmd: improve generation of node state
- CTS: get Reattach test working again and up-to-date (bsc#953192)
- libcommon: Ignore CDATA of metadata of the resource.
- cib: Downgrade the log message on forwarding CRM_OP_NOOP requests from INFO to DEBUG (bsc#949267)
- fencing: Return a provider for the internal fencing agent "#watchdog" instead of logging an error (bsc#949441)
* Drop bug-949441_pacemaker-fencing-provider-internal.patch which has been merged upstream
- Upstream version cs: 7bd00f3f3010bc10d13b87e2ff501b597ea6ca03
* Thu Oct 08 2015 ygao@suse.com
- fencing: Return a provider for the internal fencing agent "#watchdog" instead of logging an error (bsc#949441)
* bug-949441_pacemaker-fencing-provider-internal.patch
- spec: Move the normal resource agents into pacemaker-cli package (bsc#947197)
- spec: Move logrotate configuration file into pacemaker-cli package (bsc#947197)
- spec: Move attrd_updater, crm_attribute and crm_master into pacemaker-cli package (bsc#947197)
- spec: Move xml schema files and PCMK-MIB.txt into pacemaker-cli package (bsc#947197)
* Thu Oct 08 2015 ygao@suse.com
- crm_resource: Correctly observe --force when deleting and updating attributes (bsc#948197)
- crm_resource: Correctly delete existing meta attributes regardless of their position in the heirarchy (bsc#948197)
- fencing,libfencing: use level tag consistently in internal XML
- crm_resource: Correctly update existing meta attributes regardless of their position in the heirarchy (bsc#948197)
- crmd: properly detect CIB update failures for remote nodes
- cibadmin: Prevent potential use-of-NULL in print_xml_output() (bsc#947180)
- Fencing: The device list is expected to be comma separated
- Tools: Do not send command lines to syslog (bsc#986676)
- Tools: Repair the logging of 'interesting' command-lines
- PE: resolve memory leak
- libfencing: make topology level removal compatible with latest stonithd API
- fencing: parse from correct XML location when registering/unregistering topology
- tools: improve error handling when modifying configuration
- crmd,libcrmcommon,libservices,tools: potential memory leaks (bsc#948197)
- crmd,fencing: avoid potential null dereference in string searches
- typo: OPSTIONS -> OPTIONS in crm_mon.sysconfig
- cib: Check if the configuration changes with cib_config_changed() only for v1 diffs (bsc#946224)
- liblrmd: don't print error if remote key environment variable unset
- libcib: properly handle temporary file
- libcrmcommon: better validation of environment variable value
- crmd: avoid potential null dereference
- libcib: potential user input overflow
- controld: replace bashism
- PE: drop probe_complete actions
- PE: Allow resources to start and stop as soon as their state is known on all nodes
- Fencing: Correctly construct simple topologies with stonith_admin
- Fencing: Correctly remove topologies and detect invalid entries
- remote: Revise a misleading message in the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383)
* Drop bug-946332_pacemaker-resource-agent-remote-message.patch which has been merged upstream
- remote: Correctly display the usage of the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383)
* Drop bug-946332_pacemaker-resource-agent-remote-usage.patch which has been merged upstream
- libcib: find_nvpair_attr_delegate: check buffer overflow
- libcib: find_nvpair_attr_delegate: check alloc failure
- Upstream version cs: 7906df92a713052db1edae851579ea229d8a5393
* Fri Sep 18 2015 ygao@suse.com
- remote: Revise a misleading message in the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383)
* bug-946332_pacemaker-resource-agent-remote-message.patch
- remote: Correctly display the usage of the ocf:pacemaker:remote resource agent (bsc#946332, bsc#967383)
* bug-946332_pacemaker-resource-agent-remote-usage.patch
* Thu Sep 17 2015 ygao@suse.com
- crm_resource: Allow the resource configuration to be modified for --force-{check,start,..} calls
- Fencing: Correctly parse 'by-attribute' fencing levels
- Fencing: Use dedicated fields for fencing level patterns and attribute matching
- pacemaker_remote: memory leak in ipc_proxy_dispatch()
- crmd: don't add node ID to proxied remote node requests for attrd
- membership: Safely autoreap nodes without code duplication
- PE: Resolve memory leak
- pacemakerd: Do not forget about nodes that leave the cluster
- corosync: Display node state and quorum data if available
- crmd: Implement reliable event notifications
- extra: Added snmp trap of type "NOTIFICATION-TYPE" to MIB and snmp helper script
- Date: Correctly set time from seconds-since-epoch
- PE: Bug cl#5247 - Imply resources running on a container are stopped when the container is stopped
- Upstream version cs: 20c2178f076ff32fdf9ba9a467c193b8dac2f9e5
* Wed Sep 09 2015 ygao@suse.com
- lrmd: Upgrade start/finish log tags from INFO to NOTICE (bsc#943295)
* bug-943295_pacemaker-lrmd-log-notice.patch
* Fri Aug 28 2015 ygao@suse.com
- services: Reduce severity of noisy log messages (bsc#943319)
- xml: Mark xml nodes as dirty if any children move (bsc#942382)
- pengine: The failed action of the resource that occurred in shutdown is not displayed.
- tools: memory leak in crm_resource
- crm_resource: Correctly check if a resource is unmanaged or has a target-role
- fencing: add ability to target by attribute
- crmd: Resolve memory leak in remote_proxy_cb()
- ipc: Do not constantly increase suggested size for PCMK_ipc_buffer every time we find it's insufficient (bsc#940992)
- Upstream version cs: e8888b98cd7dbdfb986c1a46bdb4b113b96e914f
* Thu Aug 13 2015 ygao@suse.com
- crm_resource: Indicate common reasons why a resource may not start after a cleanup
- pengine: Ensure fencing of the DC precedes the STONITH_DONE operation
- crm_resource: Compensate for -C and -p being called with the child resource for clones
- ipc: Fix output formats (bsc#940992)
- fencing: ensure "required"/"automatic" only apply to "on" actions
- fencing: Remove unnecessary casts (bsc#940711)
- crm_simulate: Prevent segfault on arches with 64bit time_t (bsc#940711)
- ipc: Correctly compare values for the size of ipc buffer and prevent suggesting a negative value when it's insufficient (bsc#940992)
- xml: Reduce severity of noisy log message (bsc#950551)
- crm_resource: Correctly clean up failcounts for inactive anonymous clones
- crmd: Avoid cancelling transitions when we tell nodes to shutdown
- systemd: drop legacy SysVStartPriority from service units
- crm: Set the attribute from remote node.
- Upstream version cs: 4ad07f5f464c84b80c739922bd9fd708e8d36e5a
* Thu Jul 30 2015 ygao@suse.com
- dbus: Remove redundant ref/unref of pending call records
- stonithd: potential device list corruption
- cib: don't destroy peer cache in peer status callback
- systemd: Ensure pending structs are correctly unreferenced
- systemd: Track pending operations so they can be safely cancelled
- crmd: memory leak in CIB callbacks
- attrd: memory leak in legacy attrd's CIB callback
- attrd: memory leak in CIB callback
- libcib: allow free function for user data supplied to CIB callbacks
- xml: Prevent use-of-NULL in crm_xml_dump()
- crm_mon: Memory leaks
- Upstream version cs: 3fb7f71bf9ca2a3d6e1187fa3b74c7841d6af5a7
* Wed Jul 22 2015 ygao@suse.com
- pengine: properly handle blocked clone actions
- pengine: Correctly bypass fencing for resources that do not require it
- libservices: potential memory leaks when executing systemd actions
- libservices: memory leak in DBus-related log messages
- crmd: memory leaks in recurring operation history
- pengine: Addtion of the clone resource clone-min metadata option
- Upstream version cs: 3d781d3fe61504c841e3c89b2e8ccff8195d4af6
* Mon Jul 20 2015 ygao@suse.com
- Rebase bug-806256_pacemaker-log-level-notice.patch
- Build: Update version numbers to 1.1.13 in version.m4 and sample spec file
- fencing: Broadcast uname as soon as a peer's state has changed (bsc#938410)
- fencing: remap sequential topology reboots to all-off-then-all-on
- fencing: remap sequential topology reboots to off
- fencing: support remapping reboots when processing fencing query results
- fencing: treat remapped reboots as reboots when appropriate
- fencing: support remapping reboots in fencing query results
- crmd: check for errors when searching for CIB daemon's load file
- libcib,libfencing,tools: memory leaks from xmlGetNodePath()
- attrd: use-after-free in attrd_client_update()
- fencing: memory leak when searching for a target's fencing topology
- lrmd: memory leak when freeing command structure
- libcluster: work around peer cache destruction in client status callbacks
- fencing: add support for operation phases to device properties
- fencing: add support for operation phases
- crmd: Do not enforce restart for resources that support reload and don't support any unique parameters
- crmd: Do not enforce restart for changes of non-unique parameters
- cts: change the stack from openais (white-tank) to corosync (plugin v0) in set_stack of environment.py (bsc#936149)
- Upstream version cs: bd8c4b5a30c9cacd0257fe50ab50d3a6436db42a
* Fri Jul 10 2015 ygao@suse.com
- crmd: Make resource_supports_action() really general
- crmd: Remove a duplicate invocation of snprintf()
- pengine: clear failures after reconnect_interval expires
- RA: Prevent an error message on stopping "Dummy" resource
- PE: Ignore comment blocks when unpacking the cib
- fencing: use "off" timeout when remapping "reboot" to "off"
- fencing: do not set call options twice in query
- crmd: don't synthesize op failures during shutdown
- lrmd: prevent double free after unregistering stonith device for monitoring (bsc#1035822)
- libcommon: crm_ipc_get_fd() must set errno on error
- PE: Record the execution date in PE files so we can re-use it in crm_simulate
- pengine: allow guest remote nodes using containers/vms to be nested in a group resource
- pengine: Resolve memory leak in expand_notification_data()
- cib: Prevent use-after-free and return -EINVAL when attempting to delete the whole "/cib" (bsc#934609)
- cib: Prevent use-after-free when invoking "cibadmin --delete-all --xpath" (bsc#934609)
- crmd: Prevent segfault when erasing resources from disconnected remote nodes
- pengine: do not timeout remote node recurring monitor op failure until after fencing
- crmd: No need to re-process actions we've already marked as failed
- crmd: All pseduo ops must be allowed to complete
- crm_simulate: Optionally include action IDs in the dot graph
- fencing: properly decide whether a topology fencing device has been found
- fencing: properly sort peers by number of fencing devices found
- crmd: Record actions in the CIB as failed if we cannot execute them
- pengine: do not stop notify a fenced node that the rscs on the fenced node stopped
- pengine: fixes segfault in pengine when fencing remote node
- remote: do not fail operations because of a migration
- remote: handle merging duplicate recurring monitors for connection rsc
- pengine: cl#5235 - Prevent graph loops that can be introduced by "load_stopped -> migrate_to" ordering
- PE: Exclude nodes which don't match any exclusive discovery rules
- Log: improve IPC connection error messages
- Log: make syslog less noisy
- lrmd: cancel currently pending STONITH op if stonithd connection is lost
- fencing: Correct the all_topology_devices_found() implementation
- crmd: Pre-emptively fail in-flight actions when lrmd connections fail
- PE: Include a list of all and available nodes with notifications
- lrmd: set recv timeout upper bound for tls connections
- services: prevent recurring monitors from colliding with other operations
- crmd: handle resources named the same as cluster nodes
- crmd: make actions incompletable after remote-node fails
- crm_simulate: Correctly invoke the policy engine library
- libcluster: overhaul peer cache management
- crmd: Prevent use-of-NULL
- crm_report: Enable password sanitizing by default
- PE: Keep the size of the secure list small in the cib
- PE: Reduce noise when sanitized policy engine files are replayed
- attrd: handle removals of cluster peers and remote peers consistently
- libcluster: avoid possibility of invalidating a hash table iterator
- membership: Ensure peer cache management supports all stacks
- libcluster: do not re-add peer entries for exiting nodes
- PE: Skip unrunnable actions when one-or-more is in effect
- PE: Ensure recurring monitor operations are cancelled when clone instances are de-allocated
- systemd: No need to trigger assert if cannot obtain an unit (bsc#931271)
- dbus: Use operation timeout for dbus reply timeout (bsc#931271)
- fencing: correct choice of fencing topology level
- crm_shadow: Fix "crm_shadow --diff" (bsc#931166)
- cib: Calculate and add digest for a patchset after accepting changes for the target xml (bsc#931114)
- remote: enable reloads for select remote connection options
- crmd: fence remote node after connection failure only once
- remote: reconnect_delay option for remote nodes to delay reconnect after fence
- tools: ignore stderr from crm_mon when running via systemd
- xml: update RelaxNG schema for crm_mon XML output
- Fencing: Correctly handle changes to the fencing topology
- fencing: Allow complex configurations to apply to multiple hosts
- tools: Update regression tests for ACL fixes
- tools: improve failed actions display in crm_mon
- tools: implement printing tickets in crm_mon HTML/XML output
- tools: implement printing negative location constraints in crm_mon HTML/XML output
- tools: implement printing operations and failcounts in crm_mon HTML/XML output
- tools: implement printing node attributes in crm_mon HTML/XML output
- tools: improve cluster summary display in crm_mon
- tools: improve guest node output in crm_mon
- tools: prettify plaintext output
- tools: prettify crm_mon HTML output
- tools: prettify crm_mon --simple-status output
- crm_report: Allow log file discovery to be disabled
- crm_resource: Support debugging promote and demote operations
- fencing: Allow semi-colon delimiter for pcmk_host_list
- Upstream version cs: ef86b494a411ce920eb18b9b6541a3a0425a41e0
* Fri Jul 10 2015 ygao@suse.com
- Update to version 1.1.13
- Build: Update library versions
- Build: Move new struct members to the end for backwards compatibility
- Fencing: Gracefully handle invalid metadata from agents
- Upstream version cs: 6052cd16c2f455809f8088af76ce86483bf98353 (Pacemaker-1.1.13)
* Wed Jun 03 2015 ygao@suse.com
- pengine: cl#5130 - Only check the capacities of the nodes that are allowed to run the resource (FATE#313105)
- cib: Correctly add "update-origin", "update-client" and "update-user" attributes for cib (bsc#931177)
- fencing : Correction of the log output of the practice node of stonith.
- Upstream version cs: a0449d443fa5c834207def5fe36a117a53c334d6
* Mon May 18 2015 ygao@suse.com
- xml: Correctly create v1 patchsets when deleting attributes (bsc#931170)
- xml: Prevent potential use-of-NULL (bsc#929960)
- Upstream version cs: 677f53216662d121a47b4c7683ec3749c614437e
* Fri May 15 2015 ygao@suse.com
- cib: No need to enforce cib digests for v2 diffs in legacy mode (bsc#929960)
- cib: Ability to upgrade cib validation schema in legacy mode (bsc#929960)
- xml: Do not dump deleted attributes (bsc#929960)
- cib: Revert d153b86 to instantly get cib synchronized in legacy mode (bsc#929960)
- cib: Enable cib legacy mode for plugin-based clusters (bsc#929960)
- Build: CRM_STATE_DIR is created dynamically when needed
- Tools: Repair expected output for ACLs
- Build: Prevent rpm packaging conflicts
- pengine: cl#5130 - Choose nodes capable of running all the colocated utilization resources (FATE#313105)
* Drop obsolete pacemaker-colocated-utilization.patch
- Upstream version cs: 0b79da3e73fe2ced8b9602aa59d55873d857b3e7
* Mon May 11 2015 ygao@suse.com
- crmd/pengine: implement on-fail=ignore without allow-fail (bsc#981731)
- pengine: Prevent use-after-free in sort_rsc_process_order() (bsc#930368)
- crmd: Prevent the old version of DC from being fenced when it shuts down for rolling-upgrade (bsc#929955)
- xml: Fix upgrade-1.3.xsl to correctly transform ACL rules with "attribute" (bsc#929681)
- crmd/pengine: handle on-fail=ignore properly (bsc#981731)
- crmd: respect start-failure-is-fatal even for artifically injected events (bsc#981731)
- crmd: don't update fail count twice for same failure (bsc#950450, bsc#981731)
- crmd: report operation rc as advertised instead of status (bsc#981731)
- xml: add RelaxNG schema for crm_mon XML output
- Upstream version cs: c9ad9cd503f071391efe17d3c45d578d6f152acd
* Wed May 06 2015 ygao@suse.com
- pengine: process rsc parameters during unpack (bsc#929842)
- pengine: handle setting container attribute in the correct location (bsc#929842)
- lrmd: move isolation wrappers to hidden directory (bsc#929842)
- mainloop: resolves race condition mainloop poll involving modification of ipc connections (bsc#929835)
- Upstream version cs: f47ea56b4ec23c7d8e0c129535a9b49cdbd80482
* Thu Apr 30 2015 ygao@suse.com
- fencing: Correctly make args for fencing agents (bsc#925751)
- fence_legacy: Avoid passing 'port' to cluster-glue agents (bsc#925751)
- corosync: Bug cl#5232 - Somewhat gracefully handle nodes with invalid UUIDs
- HealthSMART: OCF_RESKEY_drives could contain multiple values
- pengine: restart master instances on instance attribute changes
- spec: move report.common and report.collector to cli package
- pengine: only kill process group on timeout when on-fail does not equal block.
- lrmd: Hint to child processes that using sd_notify is not required (bsc#956626)
- Agents: Fix the HealthSMART metadata
- make targetted reprobe for remote node work, crm_resource -C -N <remote node>
- crmd: include remote nodes when forcing cluster wide resource reprobe
- crm_mon: Support of the start from systemd of crm_mon
- Upstream version cs: 195559d47b0e9186b5d131981f6f7fee96ecad76
* Mon Apr 13 2015 ygao@suse.com
- Rebase:
* pacemaker-NodeUtilization-RA.patch
- docker-wrapper: per resource logging of lrmd and remote client tool
- pengine: Avoid trailing whitespaces when printing resource state
- pengine: cl#5207 - Display "UNCLEAN" for resources running on unclean offline nodes
- docker-wrapper: add reuse option for presistent containers
- docker-wrapper: only override exit reason if docker daemon is inactive
- pengine: handle isolated resource scenario, cloned group of isolated resources
- pengine: handle cloned isolated resources in a sane way
- crm_report: More patterns for finding logs on non-DC nodes
- lrmd: Use original timestamps when reporting multi-step systemd operations
- lrmd: report original timeout when systemd operation completes
- systemd: improve unit files
- PE: Turn off legacy unpacking of resource options into the meta hashtable
- acl: Do not delay evaluation of added nodes in some situations (bsc#927828: CVE-2015-1867)
- docker-wrapper: add demote, promote, and notify actions for multistate rsc
- docker-wrapper: properly forward key value pairs during isolation
- attrd: fixes double free in attrd legacy
- lrmd: do not let isolation wrappers inherit the wrapper attribute, or it makes a loop
- pengine: pass node name of pcmk host into isolated resources
- lrmd: isolation wrappers are moved from containers to isolation OCF namepace
- pengine: Fix colocation with unmanaged resources
- stonith-ng: Correctly track node state
- stonith-ng: No reply is needed for CRM_OP_RM_NODE_CACHE
- crm_resource: Fix output format of the warning from --force-start
- crm_resource: Display the locations of all anonymous clone children when supplying the children's common ID (bsc#870339)
- cib: Correctly track node state
- Upstream version cs: 7a2e3ae6b736621933b24f4cdc9ea260021d878d
* Fri Mar 27 2015 ygao@suse.com
- Rebase:
* bug-806256_pacemaker-log-level-notice.patch
* pacemaker-NodeUtilization-RA.patch
* pacemaker-colocated-utilization.patch
- crmd: All peers need to track node shutdown requests (bsc#917625)
- crmd: Cached copies of transient attributes cease to be valid once a node leaves the membership (bsc#917625)
- crmd: Wait for all pending operations to complete before poking the policy engine
- lrmd: preserve exit reason string when isolation wrappers are in use
- docker-wrapper: properly separate docker and resource specific attributes
- docker-wrapper: set authkey file permissions and properly set container 'node name' during start
- systemd: Trick systemd into not stopping our services before us during shutdown (bsc#913251)
- mcp: Allow a configurable delay when debugging shutdown issues
- systemd: Kindly ask dbus NOT to kill the process if the dbus connection fails (bsc#931271)
- systemd: Tell systemd not to take DBus down from underneath us (bsc#913251)
- cib: Correctly set up signal handlers
- PE: Do not record duplicate copies of the failed actions
- lrmd: enable ipc proxy for docker-wrapper privileged mode
- lrmd: properly handle poke requests in lrmd client when using ipc
- spec: add docker-wrapper directory to spec file
- pengine: disable migrations for resources with isolation containers
- pengine: disable reloading of resources within isolated container wrappers
- pengine: ability to launch resources in isolated containers
- extra: docker container tech wrapper script for pcmk remote
- tools: crm_mon prints Stopped clones only if --inactive was specified
- tools: display node names more consistently in crm_mon output
- tools: Improve crm_mon output with certain option combinations
- tools: make crm_mon last updated header consistent across formats
- remote: pcmk remote client tool for use with container wrapper script
- crmd: Reset stonith failcount to recover transitioner when the node rejoins (bsc#921102)
- systemd: fix crash caused when canceling in-flight operation
- Upstream version cs: 3e93bc1dd6c1c3f2ee101f754567aa007b24bb5e
* Fri Mar 13 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 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, FATE#318381, bsc#970733)
- 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 2015 rguenther@suse.com
- Add pacemaker-Wno-format-signedness.patch to disable
- Wformat-signedness added by GCC 5 and enabled by -Wformat=2
* Fri Jan 30 2015 ygao@suse.com
- pengine: Handle ordering between stateful and migratable resources (bsc#881160)
- crmd: Check "watchdog" daemon option before setting "have-watchdog" property
- crmd: Correctly add the local option that validates against schema for pengine to calculate
- Upstream version cs: 3021d731fdeba29e1136c117a62f3201785be6ea
* Fri Jan 16 2015 ygao@suse.com
- crm_standby: update accepted options to match documentation
- cts: Fix bashisms in LSBDummy script
- pengine: fixes pengine crash with orphaned remote node connection resource
- PE: Do not aggregate children in a pending state into the started/stopped/etc lists
- acl: Correctly implement the 'reference' acl directive
- Upstream version cs: 03ec61210c82471161f6cf3366e8afc30d737d67
* Mon Jan 12 2015 ygao@suse.com
- pengine: imply stop in container node resources when host node is fenced
- Build: Fix building if ncurses doesn't provide pkg-config files
- xml: Do not change the ordering of properties when applying v1 cib diffs
- xml: Do not prune leaves from v1 cib diffs that are being created with digests
- Upstream version cs: 4109f1539a625bfa3e884d19ab2fc42d7a4daec4
* Fri Jan 09 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 (bsc#948989)
- 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 2014 ygao@suse.com
- crm_node: Correctly remove nodes from the CIB by nodeid
- fencing: Allow nodes to be purged from the member cache
- xml: cl#5231 - Unset the deleted attributes in the resulting diffs (bsc#905641, bsc#967254)
- fencing: stonith -l option for custom log
- cib: Avoid nodeid conflicts we don't care about
- Membership: Detect and resolve nodes that change their ID
- attrd: Simplify how node deletions happen
- attrd: Clean out the node cache when requested by the admin
- crm_resource: Allow resource restart operations to be node specific
- crm_resource: Implement --timeout for resource restart operations
- crm_resource: Calculate how long to wait for a restart based on the resource timeouts
- crm_resource: Implement an intelligent restart capability
- crm_failcount: Better error reporting when no resource is specified
- cib: tls sock cleanup for remote cib connections
- Upstream version cs: 7dd90226e10035340d6707d9fd2b04f2e0141194
* Fri Nov 14 2014 ygao@suse.com
- pengine: make resource-discovery work with location rules
- services: Conditionally clean up services actions
- Upstream version cs: 5093c095c5f517ab58375b2b69ecfc5516c86b5b
* Fri Nov 14 2014 dimstar@opensuse.org
- Drop conditional BuildRequires of system-devel: it was required
one line lower unconditionally.
- Replace remaining systemd-devel BuildRequires with
pkgconfig(systemd).
* Mon Nov 10 2014 ygao@suse.com
- pengine: exclusive discovery implies rsc is only allowed on exclusive subset of nodes
- dbus: handle dispatch queue when multiple replies need to be processed
- dbus ref count leaks
- dbus: Ensure both the read and write queues get dispatched
- systemd: Ensure failed monitor operations always return
- Perform systemd reloads asynchronously
- Upstream version cs: cd7c9abbcfc620aa84194ee07aade142240db15a
* Tue Oct 28 2014 ygao@suse.com
- watchdog: Allow startup without sbd
- service: Prevent potential use-of-NULL in metadata lookups
- dbus: Fail gracefully if malloc fails
- crmd: Prevent use-of-NULL during reprobe
- crmd: Correctly obtain SBD_WATCHDOG_TIMEOUT from the environment
- pengine: add #kind=remote for baremetal remote-nodes
- Officially support the resource-discovery attribute for location constraints
- xml: fix xml.c memleak in "missing upgrade XSLT" case
- Prefer to inherit the watchdog timeout from SBD
- stonith-ng: Correctly observe the watchdog completion timeout
- sbd: Attempt to locate sbd via its pid file
- Fencing: If configured, wait stonith-watchdog-timer seconds for self-fencing to complete
- Resolve some potential issues spotted by clang and coverity
- PE: Watchdog integration is sufficient for fencing
- Fencing: Correctly wait for self-fencing to occur when the watchdog is in use
- Fencing: Ensure the hostlist parameter is set for watchdog agents
- crm_resource: Allow -M location to be reinforced with -f even if rsc is already on node
- mcp: Turn on sbd integration if pacemakerd finds it running
- pengine: Fix the behaviors of multi-state resources with asymmetrical ordering (bsc#899403)
- lrmd: Prevent glib assert triggered by timers being removed from mainloop more than once
- cib: Improved tracing of callbacks
- Upstream version cs: a9c81774b89f21f990be255f9862446d1a38afee
* Fri Oct 17 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 (bsc#956500)
- 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)
- Fencing: Allow the cluster to recover resources if the watchdog is in use
- crmd: If configured, trigger the watchdog immediately if we loose quorum and no-quorum-policy=suicide
- crmd: Ensure a watchdog device is in use if stonith-watchdog-timeout is configured
- Fencing: Advertise the watchdog device for fencing operations
- 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 (bsc#909286)
- mcp: Teach pacemakerd to ignore SIGHUP
- Rebase bug-806256_pacemaker-log-level-notice.patch
- Upstream version cs: 28aee948cebd51305a2cdc3ec4f94252ce975655
/usr/lib64/libcib.so.27 /usr/lib64/libcib.so.27.5.0 /usr/lib64/libcrmcluster.so.29 /usr/lib64/libcrmcluster.so.29.2.0 /usr/lib64/libcrmcommon.so.34 /usr/lib64/libcrmcommon.so.34.12.0 /usr/lib64/libcrmservice.so.28 /usr/lib64/libcrmservice.so.28.4.0 /usr/lib64/liblrmd.so.28 /usr/lib64/liblrmd.so.28.2.0 /usr/lib64/libpacemaker.so.1 /usr/lib64/libpacemaker.so.1.7.0 /usr/lib64/libpe_rules.so.26 /usr/lib64/libpe_rules.so.26.4.1 /usr/lib64/libpe_status.so.28 /usr/lib64/libpe_status.so.28.7.0 /usr/lib64/libstonithd.so.26 /usr/lib64/libstonithd.so.26.8.4 /usr/share/doc/packages/pacemaker-libs /usr/share/doc/packages/pacemaker-libs/ChangeLog /usr/share/licenses/pacemaker-libs /usr/share/licenses/pacemaker-libs/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 16:11:13 2025