Doc: sysconfig: improve PCMK_panic_action description
Log: libcrmcommon: log panic reason instead of caller name
Low: libcrmcommon: don't treat tracing differently for panics
Low: scheduler: create local node after unpacking everything
Merge pull request #3625 from kgaillot/fixes
kgaillot added a subtask for
T868: Drop "suicide" syntax:
Unknown Object (Maniphest Task).
Feature: schemas: Disallow nvpair name with id-ref attribute
Test: cts-schemas: New test for setting unset validate-with attribute
Low: cts, xml: New upgrade-3.10-1.xsl XSLT stylesheet
Low: xml: Bump validate-with cib attribute in 3.10 XSL transformation
Refactor: xml: Sort nvset elements by score within a given parent
Test: cts-schemas: Add test for sorting nvsets
Test: cts-schemas: Add test for dropping value-less nvpairs
Feature: schemas: Disallow nvpairs without value attributes
Merge pull request #3620 from nrwahl2/nrwahl2-xsl_transform4
This would be worth backporting to 2.1 if easy
kgaillot edited projects for
T824: Make GnuTLS handshakes asynchronous, added:
Restricted Project; removed
Restricted Project.
Refactor: libcrmcommon: Fix overlong lines from 67d63ee7
Test: libcrmcommon: Use proper XML functions in unit test
Test: libcrmcommon: Add pcmk__cib_element_in_patchset() unit tests
Fix: libcrmcommon: Detect newly created alerts section
Merge pull request #3624 from nrwahl2/nrwahl2-T865
As an example, for , this will involve creating an enum for the value, which will minimize the work that has to do. (The "sync" portion of it should likely be a flag or bool separate from the enum.)
Mid: fence_mpath: Allow reservation_key in multipath.conf to be the same as…
kgaillot moved
T785: Fix handling of fence device monitor timeouts from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
kgaillot moved
T855: Make most remote reads asynchronous from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
kgaillot moved
T865: Fix regression in CIB alerts change detection from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
kgaillot edited projects for
T865: Fix regression in CIB alerts change detection, added:
Restricted Project; removed
Restricted Project.
Refactor: libcrmcommon: Add pcmk__tls_client_try_handshake.
Refactor: lrmd: Move TLS connection success/failure into functions.
Low: lrmd: Report connection failures in tls_handshake_failed.
Feature: lrmd: Perform the TLS handshake asynchronously.
Merge pull request #3621 from clumens/async-handshake-2.1
Refactor: libs: Move cib__element_in_patchset to libcrmcommon.
Test: libcrmcommon: Add the unit test skeleton for…
Merge pull request #3622 from clumens/t865-prep
kgaillot renamed
T865: Fix regression in CIB alerts change detection from
Fix regression in CIB change detection to
Fix regression in CIB alerts change detection.
GitHub <noreply@github.com> committed
rR0f701bc87487: powervs-subnet: Add optional argument route_table (#1966) (authored by ehaefele <30649454+ehaefele@users.noreply.github.com>).
powervs-subnet: Add optional argument route_table (#1966)
Closed by commit c6a8725f. Ping node support has not been dropped yet, but it will be soon.
Refactor: lrmd: Move TLS conenction success/failure into functions.
Refactor: libcrmcommon: Add pcmk__tls_client_try_handshake.
Low: lrmd: Report connection failures in tls_handshake_failed.
Feature: lrmd: Perform the TLS handshake asynchronously.
Merge pull request #3613 from clumens/async-handshake
Feature: CIB: drop support for pacemaker-0.6, pacemaker-0.7, pacemaker-1.1, and…
Feature: CIB: drop support for validate-with="pacemaker-next"
Test: cts-cli: update expected output for one less schema
kgaillot closed
Restricted Maniphest Task, a subtask of
T786: Improve CIB schema, as
Merged.
Feature: CIB: drop support for rsc-instance, with-rsc-instance, first-instance…
Test: libcrmcommon: rename unit test to match function rename
Feature: CIB: always compare validate-with schema names case-sensitively
Low: tools: handle orphans when outputting node history in crm_mon
Merge pull request #3619 from kgaillot/schema
Refactor: libpe_status: Clean up nvpair processing in populate_hash()
Fix: libpe_status: Ignore nvpair with invalid id-ref
Fix: libpe_status: Don't look for value in nvpair with id-ref
Feature: libpe_status: Drop support for multiple top-level nvset rules
Feature: libpe_status: Drop support for nodes with invalid type
Merge pull request #3614 from nrwahl2/nrwahl2-behavior
Refactor: xml: Add prefix for XSLT-generated IDs
Refactor: xml: Resolve id-refs at beginning of 3-to-4 upgrade pipeline
Test: cts-schemas: Add test for resolving id-refs
Merge pull request #3616 from nrwahl2/nrwahl2-xsl_transform4
Currently calls , which loops over up to the timeout.
Build: configure: Rename PCMK_RUN_DIR to PCMK__RUN_DIR.
Build: configure: Rename PCMK_GNUTLS_PRIORITIES to PCMK__GNUTLS_PRIORITIES
Build: configure: Drop SUPPORT_PROFILING.
Build: configure: Rename CRM_PACEMAKER_DIR to PCMK__PERSISTENT_DATA_DIR.
API: libcrmcommon: Add PCMK_SCHEMA_DIR defined constant.
Build: configure: Rename VALGRIND_BIN to PCMK__VALGRIND_EXEC.
Build: configure: Rename OCF_RA_PATH to PCMK__OCF_RA_PATH.
Build: configure: Rename LRM_CIBSECRETS_DIR to PCMK__CIB_SECRETS_DIR.
API: libcrmcommon: Deprecate CRM_SCHEMA_DIRECTORY defined constant.
Build: configure: Rename CRM_RSCTMP_DIR to PCMK__OCF_TMP_DIR.
Build: configure: Rename SUPPORT_CIBSECRETS to PCMK__ENABLE_CIBSECRETS.
API: libcrmcommon: Deprecate PE_STATE_DIR defined constant.
API: libcrmcommon: Add PCMK_SCHEDULER_INPUT_DIR defined constant.
API: libcrmcommon: Add PCMK_OCF_ROOT defined constant.
Merge pull request #3618 from clumens/config-naming