Page MenuHomeClusterLabs Projects
Feed All Stories

Jan 17 2024

nrwahl2 added a comment to T751: crm_mon in interactive mode segfaults during cluster shutdown.

I need to verify this, but here's what I think is happening:

  1. Mainloop destroys stonith API connection, calling stonith_connection_destroy() on the stonith client.
  2. The stonith client sends out T_STONITH_NOTIFY_DISCONNECT notifications via foreach_notify_entry() -> stonith_send_notification().
  3. One notification triggers crm_mon.c:mon_st_callback_display() (or event()), which calls mon_cib_connection_destroy().
  4. mon_cib_connection_destroy() calls stonith_api_delete(), which calls stonith_api_free() and destroys the entire client object.
  5. Control returns to stonith_send_notification() and foreach_notify_entry().
  6. One of the further attempts to access members of the stonith client object causes a segfault, since the object and all the members that it owns have been freed.
Jan 17 2024, 5:43 AM · Pacemaker (2.1.8), Restricted Project, Pacemaker: Tools, Restricted Project

Jan 16 2024

kgaillot committed rPcb771310f4bc: Refactor: pacemaker-attrd: drop redundant argument from update_attr_on_host() (authored by kgaillot).
Refactor: pacemaker-attrd: drop redundant argument from update_attr_on_host()
Jan 16 2024, 11:53 AM
kgaillot committed rP055539f8a10f: Refactor: pacemaker-attrd: drop unused argument from attrd_peer_sync() (authored by kgaillot).
Refactor: pacemaker-attrd: drop unused argument from attrd_peer_sync()
Jan 16 2024, 11:53 AM
kgaillot committed rPb89869cf812d: Refactor: pacemaker-attrd: de-functionize attrd_lookup_or_create_value() (authored by kgaillot).
Refactor: pacemaker-attrd: de-functionize attrd_lookup_or_create_value()
Jan 16 2024, 11:53 AM
kgaillot committed rP340da5a127b4: Refactor: pacemaker-attrd: minor shuffling to make planned changes easier (authored by kgaillot).
Refactor: pacemaker-attrd: minor shuffling to make planned changes easier
Jan 16 2024, 11:53 AM
kgaillot committed rPf0dde876afc2: Log: pacemaker-attrd: make sure we don't try to log NULL (authored by kgaillot).
Log: pacemaker-attrd: make sure we don't try to log NULL
Jan 16 2024, 11:53 AM
GitHub <noreply@github.com> committed rPfb09d527c32e: Merge pull request #3326 from kgaillot/attrd (authored by kgaillot).
Merge pull request #3326 from kgaillot/attrd
Jan 16 2024, 11:53 AM
kgaillot triaged T753: Use CIB transaction in do_dc_takeover() as Wishlist priority.
Jan 16 2024, 11:41 AM · Restricted Project, Restricted Project, Restricted Project
kgaillot triaged T752: Validate environment variables as Wishlist priority.
Jan 16 2024, 10:58 AM · Restricted Project, Pacemaker: Daemons
nrwahl2 added a comment to T751: crm_mon in interactive mode segfaults during cluster shutdown.

I've reproduced this on 2.1.0, 2.1.2, and 2.1.7, so it doesn't appear to be a regression. Additionally, it only happens at shutdown, so there's no tangible impact except that it won't reconnect when the cluster starts back... which is not great.

Jan 16 2024, 3:52 AM · Pacemaker (2.1.8), Restricted Project, Pacemaker: Tools, Restricted Project

Jan 15 2024

nrwahl2 committed rPabd6d10a989c: Refactor: libcrmcommon: New PCMK__XA_NODE_FENCED string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__XA_NODE_FENCED string constant
Jan 15 2024, 9:09 PM
nrwahl2 committed rP72421462db3d: Refactor: libcrmcommon: New PCMK__XA_REMOTE_NODE string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__XA_REMOTE_NODE string constant
Jan 15 2024, 9:09 PM
nrwahl2 committed rP40030e4c3aa6: API: libcrmcommon: Deprecate XML_NODE_IS_REMOTE (authored by nrwahl2).
API: libcrmcommon: Deprecate XML_NODE_IS_REMOTE
Jan 15 2024, 9:09 PM
nrwahl2 committed rP37b02efc035a: API: libcrmcommon: Deprecate XML_NODE_IS_FENCED (authored by nrwahl2).
API: libcrmcommon: Deprecate XML_NODE_IS_FENCED
Jan 15 2024, 9:09 PM
nrwahl2 committed rP858c82aef8af: Refactor: libcrmcommon: Include xml_internal.h in acl_internal.h (authored by nrwahl2).
Refactor: libcrmcommon: Include xml_internal.h in acl_internal.h
Jan 15 2024, 9:09 PM
nrwahl2 committed rP7ddd58328f5a: Refactor: libcrmcommon: New PCMK__XA_NODE_IN_MAINTENANCE string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__XA_NODE_IN_MAINTENANCE string constant
Jan 15 2024, 9:09 PM
nrwahl2 committed rP302f94da7ce8: API: libcrmcommon: Deprecate XML_NODE_IS_MAINTENANCE (authored by nrwahl2).
API: libcrmcommon: Deprecate XML_NODE_IS_MAINTENANCE
Jan 15 2024, 9:09 PM
nrwahl2 committed rP4bb54792a85b: Refactor: libcrmcommon: New xml_names_internal.h file (authored by nrwahl2).
Refactor: libcrmcommon: New xml_names_internal.h file
Jan 15 2024, 9:08 PM
nrwahl2 committed rP407ffa43458f: API: libcrmcommon: Deprecate XML_CIB_ATTR_SHUTDOWN (authored by nrwahl2).
API: libcrmcommon: Deprecate XML_CIB_ATTR_SHUTDOWN
Jan 15 2024, 9:08 PM
nrwahl2 committed rP31e1c6b79d32: Refactor: libcrmcommon: New PCMK__NODE_ATTR_SHUTDOWN string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__NODE_ATTR_SHUTDOWN string constant
Jan 15 2024, 9:08 PM
nrwahl2 committed rPf243d6a06171: Refactor: libcrmcommon: New PCMK__XE_SHUTDOWN string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__XE_SHUTDOWN string constant
Jan 15 2024, 9:08 PM
nrwahl2 committed rP73acf54b5db0: Feature: CIB: Deprecate resource-discovery-enabled node attribute (authored by nrwahl2).
Feature: CIB: Deprecate resource-discovery-enabled node attribute
Jan 15 2024, 9:08 PM
nrwahl2 committed rPf016e6a1d6e6: API: libcrmcommon: New PCMK_VALUE_ALWAYS string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_ALWAYS string constant
Jan 15 2024, 9:08 PM
nrwahl2 committed rP82b77a3e1d22: API: libcrmcommon: New PCMK_VALUE_EXCLUSIVE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_EXCLUSIVE string constant
Jan 15 2024, 9:08 PM
nrwahl2 committed rP145746d527c7: API: libcrmcommon: Deprecate XML_NODE_ATTR_RSC_DISCOVERY string constant (authored by nrwahl2).
API: libcrmcommon: Deprecate XML_NODE_ATTR_RSC_DISCOVERY string constant
Jan 15 2024, 9:08 PM
nrwahl2 committed rPb603b3b54573: API: libcrmcommon: New PCMK_VALUE_NEVER string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_NEVER string constant
Jan 15 2024, 9:08 PM
nrwahl2 committed rP93f20a4cf014: API: libcrmcommon: New PCMK_VALUE_AND string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_AND string constant
Jan 15 2024, 9:08 PM
nrwahl2 committed rP5c120d415bb1: Log: libpe_rules, libpacemaker: Warn on invalid boolean-op (authored by nrwahl2).
Log: libpe_rules, libpacemaker: Warn on invalid boolean-op
Jan 15 2024, 9:08 PM
nrwahl2 committed rP63176b8fbbe5: API: libcrmcommon: New PCMK_VALUE_OR string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_OR string constant
Jan 15 2024, 9:08 PM
nrwahl2 committed rPde35ddc10ab3: Log: libpe_rules: Warn on invalid value-source in expressions (authored by nrwahl2).
Log: libpe_rules: Warn on invalid value-source in expressions
Jan 15 2024, 9:07 PM
nrwahl2 committed rPf4b458849a12: API: libcrmcommon: New PCMK_VALUE_LITERAL string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_LITERAL string constant
Jan 15 2024, 9:07 PM
nrwahl2 committed rPe6c6ee3905c9: Refactor: libcrmcommon: New PCMK__XE_META string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__XE_META string constant
Jan 15 2024, 9:07 PM
nrwahl2 committed rP808572ee387e: API: libcrmcommon: New PCMK_VALUE_META string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_META string constant
Jan 15 2024, 9:07 PM
nrwahl2 committed rPb5ffae3f9516: API: libcrmcommon: New PCMK_XA_SEQUENTIAL string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_SEQUENTIAL string constant
Jan 15 2024, 9:07 PM
nrwahl2 committed rP174fecd6d7db: API: libcrmcommon: New PCMK_VALUE_PARAM string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_PARAM string constant
Jan 15 2024, 9:07 PM
nrwahl2 committed rP8f4e62b6d376: API: libcrmcommon: New PCMK_XA_ACTION string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_ACTION string constant
Jan 15 2024, 9:07 PM
nrwahl2 committed rPdc2a99eeb7aa: Refactor: tools: Split table entries into two lines (authored by nrwahl2).
Refactor: tools: Split table entries into two lines
Jan 15 2024, 9:07 PM
nrwahl2 committed rPb20e2165be60: API: libcrmcommon: New PCMK_XE_ACTIONS string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XE_ACTIONS string constant
Jan 15 2024, 9:07 PM
nrwahl2 committed rP26970fd62331: API: libcrmcommon: New PCMK_XE_ACTION string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XE_ACTION string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP458ea0175b29: API: libcrmcommon: New PCMK_XA_PRESENT string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_PRESENT string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP368e497b7606: API: libcrmcommon: New PCMK_XA_WITH_QUORUM string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_WITH_QUORUM string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rPffb8baeca75f: API: libcrmcommon: New PCMK_XA_MIXED_VERSION string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_MIXED_VERSION string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP93793bb7d797: API: libcrmcommon: New PCMK_XA_HOST string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_HOST string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP1e7fc7252c75: API: libcrmcommon: New PCMK_XA_RUNNING string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_RUNNING string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rPa014db68ce5f: API: libcrmcommon: New PCMK_XA_SCOPE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_SCOPE string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rPf7dd50bf57e4: API: libcrmcommon: New PCMK_XE_TICKET string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XE_TICKET string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP89c0ed2ec1e3: API: libcrmcommon: New PCMK_XA_STATUS string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_STATUS string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP394788d4a5f0: API: libcrmcommon: New PCMK_XA_DELEGATE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_DELEGATE string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP3312f5cc5741: API: libcrmcommon: New PCMK_XA_CLIENT string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_CLIENT string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP0b9b6855ec25: API: libcrmcommon: New PCMK_XA_TIME string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_TIME string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP69d0b2672678: API: libcrmcommon: New PCMK_XA_USER string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_USER string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP1286cace39eb: Refactor: libcrmcommon: New PCMK__XA_PASSWORD string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__XA_PASSWORD string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP7a7913b41332: Refactor: libcrmcommon: New PCMK__VALUE_PASSWORD string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__VALUE_PASSWORD string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP2595ae291e35: Refactor: libcrmcommon: New PCMK__XA_HIDDEN string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__XA_HIDDEN string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rPf271b97ddf4e: API: libcrmcommon: New PCMK_XA_REPLICAS string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_REPLICAS string constant
Jan 15 2024, 9:06 PM
nrwahl2 committed rP71423b6b74f6: API: libcrmcommon: New PCMK_XA_REPLICAS_PER_HOST string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_REPLICAS_PER_HOST string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rP3a9e9d300404: API: libcrmcommon: New PCMK_XA_PROMOTED_MAX string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_PROMOTED_MAX string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rP2cb4a4276766: Refactor: libcrmcommon: New PCMK__XA_PROMOTED_MAX_LEGACY string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__XA_PROMOTED_MAX_LEGACY string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rPe7d5b991f530: API: libcrmcommon: New PCMK_XE_NETWORK string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XE_NETWORK string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rP01b236eca0f5: API: libcrmcommon: New PCMK_XA_NETWORK string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_NETWORK string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rP6d0d3c68276f: API: libcrmcommon: New PCMK_XA_RUN_COMMAND string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_RUN_COMMAND string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rPbfd0b8b16da3: API: libcrmcommon: New PCMK_XA_IMAGE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_IMAGE string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rPed237a8fc069: API: libcrmcommon: New PCMK_XA_OPTIONS string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_OPTIONS string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rP847646b8b03e: API: libcrmcommon: New PCMK_XA_CONTROL_PORT string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_CONTROL_PORT string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rPfa90b2bfd0a9: API: libcrmcommon: New PCMK_XA_IP_RANGE_START string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_IP_RANGE_START string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rPd12aab244460: API: libcrmcommon: New PCMK_XA_HOST_INTERFACE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_HOST_INTERFACE string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rP83f9f5f3ded5: API: libcrmcommon: New PCMK_XA_HOST_NETMASK string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_HOST_NETMASK string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rP2780641865c6: API: libcrmcommon: New PCMK_XE_PORT_MAPPING string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XE_PORT_MAPPING string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rPa3dab111af3a: API: libcrmcommon: New PCMK_XA_ADD_HOST string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_ADD_HOST string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rPe654398c10d3: API: libcrmcommon: New PCMK_XA_PORT string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_PORT string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rPb17ecc20b293: API: libcrmcommon: New PCMK_XE_STORAGE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XE_STORAGE string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rPdeabbe7fe6ca: API: libcrmcommon: New PCMK_XA_RANGE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_RANGE string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rPe293a2832863: API: libcrmcommon: New PCMK_XA_INTERNAL_PORT string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_INTERNAL_PORT string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rP168bf5f91b44: API: libcrmcommon: New PCMK_XE_STORAGE_MAPPING string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XE_STORAGE_MAPPING string constant
Jan 15 2024, 9:05 PM
nrwahl2 committed rP05425074bbaa: API: libcrmcommon: New PCMK_XA_SOURCE_DIR_ROOT string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_SOURCE_DIR_ROOT string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rPf2ecb2cbc6b3: API: libcrmcommon: New PCMK_XA_SOURCE_DIR string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_SOURCE_DIR string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rP6897a90892e9: API: libcrmcommon: New PCMK_XA_TARGET_DIR string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_TARGET_DIR string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rPf6033706cc58: API: libcrmcommon: New PCMK_VALUE_IGNORE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_IGNORE string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rP7e8098f960a3: API: libcrmcommon: New PCMK_VALUE_BLOCK string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_BLOCK string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rPc3cb26b8b163: API: libcrmcommon: New PCMK_VALUE_DEMOTE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_DEMOTE string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rPe89a7c0a8649: API: libcrmcommon: New PCMK_VALUE_STOP string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_STOP string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rP655da566ff34: API: libcrmcommon: New PCMK_VALUE_STANDBY string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_STANDBY string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rP7b320943361f: API: libcrmcommon: New PCMK_VALUE_RESTART string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_RESTART string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rP12c300ecc16e: API: libcrmcommon: New PCMK_VALUE_FENCE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_FENCE string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rP8486b6e1b9bb: API: libcrmcommon: New PCMK_XA_EXECUTION_DATE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_EXECUTION_DATE string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rP67586f10bb92: API: libcrmcommon: New PCMK_VALUE_RESTART_CONTAINER string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_RESTART_CONTAINER string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rP65ceb116e4fd: Doc: Pacemaker Explained: Document execution-date (authored by nrwahl2).
Doc: Pacemaker Explained: Document execution-date
Jan 15 2024, 9:04 PM
nrwahl2 committed rP9739d7139555: Doc: Pacemaker Explained: New epoch_time option type (authored by nrwahl2).
Doc: Pacemaker Explained: New epoch_time option type
Jan 15 2024, 9:04 PM
nrwahl2 committed rPf230c62d003d: API: libcrmcommon: New PCMK_XA_REMOTE_TLS_PORT string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_REMOTE_TLS_PORT string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rPd2cc08f33321: API: libcrmcommon: New PCMK_XA_REMOTE_CLEAR_PORT string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_REMOTE_CLEAR_PORT string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rPa46c14d1513f: API: libcrmcommon: New PCMK_XA_REQUIRE_ALL string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XA_REQUIRE_ALL string constant
Jan 15 2024, 9:04 PM
nrwahl2 committed rP114ed483fb72: Refactor: libcrmcommon: New PCMK__VALUE_GROUP string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__VALUE_GROUP string constant
Jan 15 2024, 9:03 PM
nrwahl2 committed rP3b324da7e41b: Refactor: libcrmcommon: New PCMK__XA_ORDERING string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__XA_ORDERING string constant
Jan 15 2024, 9:03 PM
nrwahl2 committed rP7cdba019ff4c: API: libcrmcommon: New PCMK_VALUE_FREEZE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_FREEZE string constant
Jan 15 2024, 9:03 PM
nrwahl2 committed rPb06c609fb275: API: libcrmcommon: New PCMK_VALUE_FENCE_LEGACY string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_FENCE_LEGACY string constant
Jan 15 2024, 9:03 PM
nrwahl2 committed rPaee467ad683a: API: libcrmcommon: New PCMK_VALUE_MANDATORY string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_MANDATORY string constant
Jan 15 2024, 9:03 PM
nrwahl2 committed rPdb9a73fb81ce: API: libcrmcommon: New PCMK_VALUE_OPTIONAL string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_OPTIONAL string constant
Jan 15 2024, 9:03 PM
nrwahl2 committed rP24950db98bb7: API: libcrmcommon: New PCMK_VALUE_MEMBER string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_MEMBER string constant
Jan 15 2024, 9:03 PM
nrwahl2 committed rP5db002fc54ae: API: libcrmcommon: New PCMK_VALUE_SERIALIZE string constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_VALUE_SERIALIZE string constant
Jan 15 2024, 9:03 PM
nrwahl2 committed rP8b1c52ad1365: Refactor: libcrmcommon: New PCMK__VALUE_PING string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__VALUE_PING string constant
Jan 15 2024, 9:03 PM