Page MenuHomeClusterLabs Projects
Feed Advanced Search

Sep 7 2022

nrwahl2 committed rP8e30024ce12b: Fix: schemas: Add missing valid date expr rule options (authored by nrwahl2).
Fix: schemas: Add missing valid date expr rule options
Sep 7 2022, 5:59 PM
nrwahl2 committed rP7b1d6e08267b: Refactor: schemas: Mark invalid date rule attributes for future removal (authored by nrwahl2).
Refactor: schemas: Mark invalid date rule attributes for future removal
Sep 7 2022, 5:59 PM
nrwahl2 committed rP66d5caabe8b7: Fix: schemas: Add missing valid options for duration and date_spec (authored by nrwahl2).
Fix: schemas: Add missing valid options for duration and date_spec
Sep 7 2022, 5:59 PM
nrwahl2 committed rP706eb4315e85: Fix: schemas: Make score[-attribute] optional for rules (authored by nrwahl2).
Fix: schemas: Make score[-attribute] optional for rules
Sep 7 2022, 5:59 PM
nrwahl2 committed rP4eb1572d0e5b: Refactor: schemas: Separate rule element into generic and location cases (authored by nrwahl2).
Refactor: schemas: Separate rule element into generic and location cases
Sep 7 2022, 5:59 PM
nrwahl2 committed rPa879e2442a51: Refactor: schemas: Use element-rule-location (authored by nrwahl2).
Refactor: schemas: Use element-rule-location
Sep 7 2022, 5:59 PM
nrwahl2 committed rP233a8de4189a: Refactor: schemas: Use element-rule-rsc_defaults (authored by nrwahl2).
Refactor: schemas: Use element-rule-rsc_defaults
Sep 7 2022, 5:59 PM
nrwahl2 committed rPc29e04f37331: Refactor: schemas: New element-rule-rsc_defaults definition (authored by nrwahl2).
Refactor: schemas: New element-rule-rsc_defaults definition
Sep 7 2022, 5:59 PM
nrwahl2 committed rPad60d0dae507: Refactor: schemas: New element-rule-op_defaults definition (authored by nrwahl2).
Refactor: schemas: New element-rule-op_defaults definition
Sep 7 2022, 5:59 PM
nrwahl2 committed rPe79fe63afe6e: Refactor: schemas: Use element-rule-op_defaults (authored by nrwahl2).
Refactor: schemas: Use element-rule-op_defaults
Sep 7 2022, 5:59 PM
nrwahl2 committed rPf765a68729d3: Doc: Pacemaker Explained: Add missing values for duration and date_spec (authored by nrwahl2).
Doc: Pacemaker Explained: Add missing values for duration and date_spec
Sep 7 2022, 5:59 PM
nrwahl2 committed rP668597145605: Doc: libcrmcommon: Note pcmk__str_none in pcmk__strcmp doxygen comment (authored by nrwahl2).
Doc: libcrmcommon: Note pcmk__str_none in pcmk__strcmp doxygen comment
Sep 7 2022, 3:19 PM
nrwahl2 committed rP2387e0a841f1: Fix: crm_error: Handle negative return code arguments (authored by nrwahl2).
Fix: crm_error: Handle negative return code arguments
Sep 7 2022, 3:19 PM
nrwahl2 committed rP975b55fff643: Refactor: tools: Remove main-scope rc variable in crm_error (authored by nrwahl2).
Refactor: tools: Remove main-scope rc variable in crm_error
Sep 7 2022, 3:19 PM
nrwahl2 committed rPb2aa1b7a5b26: Refactor: tools: Make lpc a loop-scope variable in crm_error (authored by nrwahl2).
Refactor: tools: Make lpc a loop-scope variable in crm_error
Sep 7 2022, 3:19 PM
nrwahl2 committed rPdc0aea05792e: Feature: tools: List all RCs if none are specified for crm_error (authored by nrwahl2).
Feature: tools: List all RCs if none are specified for crm_error
Sep 7 2022, 3:19 PM
nrwahl2 committed rPa970124a4d72: API: libcrmcommon: New pcmk_result_type enum (authored by nrwahl2).
API: libcrmcommon: New pcmk_result_type enum
Sep 7 2022, 3:19 PM
nrwahl2 committed rP9e9693740f04: API: libcrmcommon: New pcmk_result_get_strings() function (authored by nrwahl2).
API: libcrmcommon: New pcmk_result_get_strings() function
Sep 7 2022, 3:19 PM
nrwahl2 committed rP3931c2b1964d: Fix: tools: crm_error should use last rc format given (authored by nrwahl2).
Fix: tools: crm_error should use last rc format given
Sep 7 2022, 3:19 PM
nrwahl2 committed rPd987fd9ae2c9: Low: tools: Use dynamic widths in crm_error list (authored by nrwahl2).
Low: tools: Use dynamic widths in crm_error list
Sep 7 2022, 3:19 PM
nrwahl2 committed rP5c572218f13a: Feature: libcrmcommon: Internal constant for number of Pacemaker RCs (authored by nrwahl2).
Feature: libcrmcommon: Internal constant for number of Pacemaker RCs
Sep 7 2022, 3:19 PM
nrwahl2 committed rPc58dc149b3bf: Refactor: tools: Use pcmk_result_get_strings() in crm_error (authored by nrwahl2).
Refactor: tools: Use pcmk_result_get_strings() in crm_error
Sep 7 2022, 3:19 PM
nrwahl2 committed rP01714fc91dd4: Refactor: libcrmcommon: Use PCMK__NELEM() to compute PCMK__N_RC (authored by nrwahl2).
Refactor: libcrmcommon: Use PCMK__NELEM() to compute PCMK__N_RC
Sep 7 2022, 3:19 PM
nrwahl2 committed rP3a6fcad06058: Feature: libcrmcommon: New function to get bounds of given rc family (authored by nrwahl2).
Feature: libcrmcommon: New function to get bounds of given rc family
Sep 7 2022, 3:19 PM
nrwahl2 committed rP5b5ba9ebca5b: Refactor: tools: Improve loop bounds in crm_error (authored by nrwahl2).
Refactor: tools: Improve loop bounds in crm_error
Sep 7 2022, 3:19 PM
nrwahl2 committed rPb601af37371b: Refactor: tools: Use pcmk__str_any_of() in crm_error list loop (authored by nrwahl2).
Refactor: tools: Use pcmk__str_any_of() in crm_error list loop
Sep 7 2022, 3:19 PM
nrwahl2 committed rPc5b5088805c4: Refactor: tools: Use while in crm_error when we modify loop var in body (authored by nrwahl2).
Refactor: tools: Use while in crm_error when we modify loop var in body
Sep 7 2022, 3:18 PM
nrwahl2 committed rPdf2b7054787d: Refactor: various: Remove U64T(S), U32T, and X32T print/scanf specs (authored by nrwahl2).
Refactor: various: Remove U64T(S), U32T, and X32T print/scanf specs
Sep 7 2022, 10:24 AM
nrwahl2 committed rP5c0034b7694b: Fix: cts-cli: Ensure only stdout gets validated against schema (authored by nrwahl2).
Fix: cts-cli: Ensure only stdout gets validated against schema
Sep 7 2022, 10:19 AM
nrwahl2 committed rPe2dd070a181c: Fix: cts-cli: Make output independent of test selection and order (authored by nrwahl2).
Fix: cts-cli: Make output independent of test selection and order
Sep 7 2022, 10:19 AM
nrwahl2 committed rPf721263c2fe6: Refactor: cts-cli: Remove unused trace function (authored by nrwahl2).
Refactor: cts-cli: Remove unused trace function
Sep 7 2022, 10:19 AM

Sep 6 2022

nrwahl2 committed rP8e0512e2ffdd: Feature: resources, tools: Drop SystemHealth, ipmiservicelogd, ... (authored by nrwahl2).
Feature: resources, tools: Drop SystemHealth, ipmiservicelogd, ...
Sep 6 2022, 6:59 PM
nrwahl2 committed rP16cbddef2b5c: Fix: schemas: crm_resource --validate validation fails (authored by nrwahl2).
Fix: schemas: crm_resource --validate validation fails
Sep 6 2022, 5:26 PM
nrwahl2 committed rP1f159fbac962: Low: schemas: Copy some API schemas in preparation for changes (authored by nrwahl2).
Low: schemas: Copy some API schemas in preparation for changes
Sep 6 2022, 5:26 PM
nrwahl2 committed rP00db15c463ed: Test: cts-cli: New agents test group (authored by nrwahl2).
Test: cts-cli: New agents test group
Sep 6 2022, 5:26 PM
nrwahl2 committed rPe66e911854a2: Test: cts-cli: Add tests for crm_resource --validate (authored by nrwahl2).
Test: cts-cli: Add tests for crm_resource --validate
Sep 6 2022, 5:26 PM

Sep 1 2022

nrwahl2 committed rPb5c1d7dd9157: Low: tools: Improve crm_rule invalid date error message (authored by nrwahl2).
Low: tools: Improve crm_rule invalid date error message
Sep 1 2022, 10:38 AM
nrwahl2 committed rP85d13275641a: API: libpacemaker: Move crm_rule functionality to libpacemaker (authored by nrwahl2).
API: libpacemaker: Move crm_rule functionality to libpacemaker
Sep 1 2022, 10:38 AM
nrwahl2 committed rP27684fc4d1cb: Refactor: libpacemaker: Use switch in rule_check_default() (authored by nrwahl2).
Refactor: libpacemaker: Use switch in rule_check_default()
Sep 1 2022, 10:38 AM
nrwahl2 committed rPf2ba8a45019b: Low: libpacemaker: Add copyright to pcmk_cluster_queries.h (authored by nrwahl2).
Low: libpacemaker: Add copyright to pcmk_cluster_queries.h
Sep 1 2022, 10:38 AM
nrwahl2 committed rP8fc9d11e89ce: API: libpacemaker: New API pcmk_check_rules() and pcmk_check_rule() (authored by nrwahl2).
API: libpacemaker: New API pcmk_check_rules() and pcmk_check_rule()
Sep 1 2022, 10:38 AM
nrwahl2 committed rPe095480203f1: Refactor: libpacemaker: Clean up and rename crm_rule_check() (authored by nrwahl2).
Refactor: libpacemaker: Clean up and rename crm_rule_check()
Sep 1 2022, 10:38 AM
nrwahl2 committed rPfb9a828c2c87: Refactor: libpacemaker: Use XML constants in pcmk_rule.c (authored by nrwahl2).
Refactor: libpacemaker: Use XML constants in pcmk_rule.c
Sep 1 2022, 10:38 AM
nrwahl2 committed rP233f2279bd47: Refactor: libpacemaker: Remove redundant args in rule check functions (authored by nrwahl2).
Refactor: libpacemaker: Remove redundant args in rule check functions
Sep 1 2022, 10:37 AM
nrwahl2 committed rP144b64ae5d79: Low: libpacemaker: EOPNOTSUPP for date_spec with moon in rule check (authored by nrwahl2).
Low: libpacemaker: EOPNOTSUPP for date_spec with moon in rule check
Sep 1 2022, 10:37 AM
nrwahl2 committed rPd8138cd18442: Refactor: tools: Make GError object non-global in crm_rule (authored by nrwahl2).
Refactor: tools: Make GError object non-global in crm_rule
Sep 1 2022, 10:37 AM
nrwahl2 committed rPd5e5ec251dc3: Low: libcrmcommon: Use pcmk_rc_duplicate_id in pcmk_rule.c (authored by nrwahl2).
Low: libcrmcommon: Use pcmk_rc_duplicate_id in pcmk_rule.c
Sep 1 2022, 10:37 AM
nrwahl2 committed rPc1b9d2bc395f: API: libcrmcommon: New pcmk_rc_duplicate_id return code (authored by nrwahl2).
API: libcrmcommon: New pcmk_rc_duplicate_id return code
Sep 1 2022, 10:37 AM
nrwahl2 committed rP3c83b443a906: Low: libpacemaker: Standardize rule check error processing (authored by nrwahl2).
Low: libpacemaker: Standardize rule check error processing
Sep 1 2022, 10:37 AM
nrwahl2 committed rPb3b51c14b1f7: Test: cts-cli: More XML regression tests for crm_rule (authored by nrwahl2).
Test: cts-cli: More XML regression tests for crm_rule
Sep 1 2022, 10:37 AM

Aug 29 2022

nrwahl2 committed rPc205f3cfb68a: Fix: libcib: cib__signon_query(): NULL-check correct pointer (authored by nrwahl2).
Fix: libcib: cib__signon_query(): NULL-check correct pointer
Aug 29 2022, 10:40 AM
nrwahl2 committed rP56197d4c4df8: Fix: libcrmcommon: Out-of-order pcmk__rc_info array (authored by nrwahl2).
Fix: libcrmcommon: Out-of-order pcmk__rc_info array
Aug 29 2022, 10:27 AM
nrwahl2 committed rPa73bf7dc447e: Refactor: libcrmcommon: iso8601.c change uint to uint32_t (authored by nrwahl2).
Refactor: libcrmcommon: iso8601.c change uint to uint32_t
Aug 29 2022, 10:08 AM
nrwahl2 committed rP07d24bd6c285: API: libcrmcommon: dt argument of crm_time_get_timeofday() is now const (authored by nrwahl2).
API: libcrmcommon: dt argument of crm_time_get_timeofday() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP9aa1933567fe: API: libcrmcommon: dt argument of crm_time_get_timezone() is now const (authored by nrwahl2).
API: libcrmcommon: dt argument of crm_time_get_timezone() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPecb9c321277e: API: libcrmcommon: dt argument of crm_time_get_gregorian() is now const (authored by nrwahl2).
API: libcrmcommon: dt argument of crm_time_get_gregorian() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP207fb22188f4: API: libcrmcommon: dt argument of crm_time_get_ordinal() is now const (authored by nrwahl2).
API: libcrmcommon: dt argument of crm_time_get_ordinal() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP2fa81430b8f2: API: libcrmcommon: dt argument of crm_time_get_isoweek() is now const (authored by nrwahl2).
API: libcrmcommon: dt argument of crm_time_get_isoweek() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPb52a269b7b97: API: libcrmcommon: Several crm_time_t args in iso8601.c are now const (authored by nrwahl2).
API: libcrmcommon: Several crm_time_t args in iso8601.c are now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPb64a5d892c44: API: libcrmcommon: source argument to crm_time_set() is now const (authored by nrwahl2).
API: libcrmcommon: source argument to crm_time_set() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP910b3f76343a: API: libcrmcommon: source argument to pcmk_copy_time() is now const (authored by nrwahl2).
API: libcrmcommon: source argument to pcmk_copy_time() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPbda71f146be5: API: libcrmcommon: source argument to crm_time_set_timet() is now const (authored by nrwahl2).
API: libcrmcommon: source argument to crm_time_set_timet() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP7554f127a83a: API: libcrmcommon: arguments to crm_time_add() are now const (authored by nrwahl2).
API: libcrmcommon: arguments to crm_time_add() are now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPf64d23f6ca08: API: libcrmcommon: crm_time_calculate_duration() arguments are now const (authored by nrwahl2).
API: libcrmcommon: crm_time_calculate_duration() arguments are now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPb6b6e16b51a4: API: libcrmcommon: arguments to crm_time_subtract() are now const (authored by nrwahl2).
API: libcrmcommon: arguments to crm_time_subtract() are now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP1a0d3479a8cb: API: libcrmcommon: argument to crm_time_check() is now const (authored by nrwahl2).
API: libcrmcommon: argument to crm_time_check() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPf4cafe904c42: API: libcrmcommon: arguments to crm_time_compare() are now const (authored by nrwahl2).
API: libcrmcommon: arguments to crm_time_compare() are now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPe119d7d39882: Refactor: libcrmcommon: Use const in internal functions if appropriate (authored by nrwahl2).
Refactor: libcrmcommon: Use const in internal functions if appropriate
Aug 29 2022, 10:08 AM
nrwahl2 committed rPe4d89effa9b3: Build: various: Rename HAVE_PROCFS to HAVE_LINUX_PROCFS (authored by nrwahl2).
Build: various: Rename HAVE_PROCFS to HAVE_LINUX_PROCFS
Aug 29 2022, 9:32 AM

Aug 25 2022

nrwahl2 committed rP73a46d1ab48b: Feature: libcrmcommon: Add pcmk_rc_unpack_error return code (authored by nrwahl2).
Feature: libcrmcommon: Add pcmk_rc_unpack_error return code
Aug 25 2022, 5:47 PM
nrwahl2 committed rP6ed12e282bbe: Refactor: libpe_status: pe__unpack_resource(): TRUE -> true (authored by nrwahl2).
Refactor: libpe_status: pe__unpack_resource(): TRUE -> true
Aug 25 2022, 5:47 PM
nrwahl2 committed rP0c0e75d744fa: Refactor: libpe_status: Rename common_unpack() to pe__unpack_resource() (authored by nrwahl2).
Refactor: libpe_status: Rename common_unpack() to pe__unpack_resource()
Aug 25 2022, 5:47 PM
nrwahl2 committed rPb6fdfa0b944e: Refactor: libpe_status: Replace pcmk_rc_schema_validation uses (authored by nrwahl2).
Refactor: libpe_status: Replace pcmk_rc_schema_validation uses
Aug 25 2022, 5:47 PM
nrwahl2 committed rPfd5df1b0c86a: Doc: libpe_status: Add doc comment for pe__unpack_resource() (authored by nrwahl2).
Doc: libpe_status: Add doc comment for pe__unpack_resource()
Aug 25 2022, 5:47 PM
nrwahl2 committed rP09df7737d147: Refactor: libpe_status: Use standard pcmk rc in pe__unpack_resource() (authored by nrwahl2).
Refactor: libpe_status: Use standard pcmk rc in pe__unpack_resource()
Aug 25 2022, 5:47 PM
nrwahl2 committed rP3bc7cef72d5d: Refactor: libcrmcommon: Use pcmk_client_authenticated enum (authored by nrwahl2).
Refactor: libcrmcommon: Use pcmk_client_authenticated enum
Aug 25 2022, 5:46 PM
nrwahl2 committed rP8f707a64c04b: Refactor: libcrmcommon: Add enums for IPC client auth and TLS handshake (authored by nrwahl2).
Refactor: libcrmcommon: Add enums for IPC client auth and TLS handshake
Aug 25 2022, 5:46 PM
nrwahl2 committed rP66ae1dd70d4c: Refactor: libcrmcommon: pcmk__remote_s: Remove unused authenticated (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__remote_s: Remove unused authenticated
Aug 25 2022, 5:46 PM
nrwahl2 committed rP13c8f456a4d4: Refactor: libcrmcommon: Use pcmk__client_tls_handshake_complete (authored by nrwahl2).
Refactor: libcrmcommon: Use pcmk__client_tls_handshake_complete
Aug 25 2022, 5:46 PM
nrwahl2 committed rP8dae957ef2fb: Refactor: libcrmcommon: pcmk__remote_s: Remove TLS handshake complete (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__remote_s: Remove TLS handshake complete
Aug 25 2022, 5:46 PM
nrwahl2 committed rPb18e865e10ae: Build: libcrmcommon: Rename GCC_FORMAT_NONLITERAL_CHECKING_ENABLED (authored by nrwahl2).
Build: libcrmcommon: Rename GCC_FORMAT_NONLITERAL_CHECKING_ENABLED
Aug 25 2022, 11:17 AM
nrwahl2 committed rPf73ae9469138: Build: libcrmcommon: Rename SSCANF_HAS_M to HAVE_SSCANF_M (authored by nrwahl2).
Build: libcrmcommon: Rename SSCANF_HAS_M to HAVE_SSCANF_M
Aug 25 2022, 11:17 AM
nrwahl2 committed rP90c0011177ed: Build: libcrmcommon: Rename SUPPORT_DBUS to HAVE_DBUS (authored by nrwahl2).
Build: libcrmcommon: Rename SUPPORT_DBUS to HAVE_DBUS
Aug 25 2022, 11:17 AM
nrwahl2 committed rPcb4d1ebd761e: Build: various: Rename SUPPORT_PROCFS to HAVE_PROCFS (authored by nrwahl2).
Build: various: Rename SUPPORT_PROCFS to HAVE_PROCFS
Aug 25 2022, 11:17 AM
nrwahl2 committed rP5372a408a9fd: Build: libcrmcommon: Rename US_AUTH_GETPEEREID to HAVE_GETPEEREID (authored by nrwahl2).
Build: libcrmcommon: Rename US_AUTH_GETPEEREID to HAVE_GETPEEREID
Aug 25 2022, 11:17 AM
nrwahl2 committed rP4658e4061878: Build: libcrmcommon: Rename US_AUTH_PEERCRED_SOCKPEERCRED (authored by nrwahl2).
Build: libcrmcommon: Rename US_AUTH_PEERCRED_SOCKPEERCRED
Aug 25 2022, 11:17 AM
nrwahl2 committed rPf3492c926cd5: Build: libcrmcommon: Rename US_AUTH_GETPEERUCRED to HAVE_GETPEERUCRED (authored by nrwahl2).
Build: libcrmcommon: Rename US_AUTH_GETPEERUCRED to HAVE_GETPEERUCRED
Aug 25 2022, 11:17 AM
nrwahl2 committed rP2ba687a39b21: Build: libcrmcommon: Rename US_AUTH_PEERCRED_UCRED to HAVE_UCRED (authored by nrwahl2).
Build: libcrmcommon: Rename US_AUTH_PEERCRED_UCRED to HAVE_UCRED
Aug 25 2022, 11:17 AM
nrwahl2 committed rPbe3a575a6fe3: Low: libpe_status: Let pe__cmp_node_name() handle NULL values (authored by nrwahl2).
Low: libpe_status: Let pe__cmp_node_name() handle NULL values
Aug 25 2022, 10:35 AM
nrwahl2 committed rP78c7f4dbb13a: Refactor: libpe_status: sort_rsc_priority() -> pe__cmp_rsc_priority() (authored by nrwahl2).
Refactor: libpe_status: sort_rsc_priority() -> pe__cmp_rsc_priority()
Aug 25 2022, 10:35 AM
nrwahl2 committed rP39e1e7b1bc49: Refactor: libpe_status: Rename sort_node_uname() pe__cmp_node_name() (authored by nrwahl2).
Refactor: libpe_status: Rename sort_node_uname() pe__cmp_node_name()
Aug 25 2022, 10:35 AM
nrwahl2 committed rP2e8f37e77f35: Low: libcrmcommon: NULL-check pcmk__numeric_strcasecmp() (authored by nrwahl2).
Low: libcrmcommon: NULL-check pcmk__numeric_strcasecmp()
Aug 25 2022, 10:35 AM
nrwahl2 committed rP28eed4668f74: Test: libpe_status: Unit tests for pe__cmp_node_name() (authored by nrwahl2).
Test: libpe_status: Unit tests for pe__cmp_node_name()
Aug 25 2022, 10:35 AM
nrwahl2 committed rP9b99e678a2d1: Build: libpe_rules, libpe_status: Add -DPCMK__UNIT_TESTING to test libs (authored by nrwahl2).
Build: libpe_rules, libpe_status: Add -DPCMK__UNIT_TESTING to test libs
Aug 25 2022, 10:35 AM
nrwahl2 committed rPb37203d4aa37: Build: libpe_status: Expose internal library functions for unit testing (authored by nrwahl2).
Build: libpe_status: Expose internal library functions for unit testing
Aug 25 2022, 10:35 AM
nrwahl2 committed rP89860690adce: Test: libpe_status: Unit tests for pe__cmp_rsc_priority() (authored by nrwahl2).
Test: libpe_status: Unit tests for pe__cmp_rsc_priority()
Aug 25 2022, 10:35 AM

Aug 24 2022

nrwahl2 committed rP828938a370cb: Refactor: pacemaker-schedulerd: Constants for graph/config err/warn (authored by nrwahl2).
Refactor: pacemaker-schedulerd: Constants for graph/config err/warn
Aug 24 2022, 3:01 PM
nrwahl2 committed rPf00739d2e799: Low: libcrmcommon: Define XML_RSC_ATTR_PROVIDES using defined constant (authored by nrwahl2).
Low: libcrmcommon: Define XML_RSC_ATTR_PROVIDES using defined constant
Aug 24 2022, 1:16 PM
nrwahl2 committed rPe45841384455: Fix: libcrmcommon: Correct typo in PCMK_XE_PROMOTABLE_LEGACY (authored by nrwahl2).
Fix: libcrmcommon: Correct typo in PCMK_XE_PROMOTABLE_LEGACY
Aug 24 2022, 1:16 PM
nrwahl2 committed rPee656e3c6e82: API: libcrmcommon: add PCMK_XA_PROMOTED_MAX_LEGACY string constant (authored by nrwahl2).
API: libcrmcommon: add PCMK_XA_PROMOTED_MAX_LEGACY string constant
Aug 24 2022, 1:16 PM