configure: fix enable_ansi check
send_arp.libnet: use calloc() to avoid truncating pidfilename if it is more…
Merge pull request #1913 from oalbrigt/configure-fix-enable_ansi-check
Low: CTS: Fix argument handling for certain scheduler tests.
Merge pull request #3572 from clumens/t835
I think those are the only three tests in cts-scheduler that also have a third argument to SchedulerTest. This is probably something I broke in one of the refactoring rounds.
It's odd that they would only fail when run individually. One clue as to what's going wrong might be that those are the only three tests with the string "Setting effective cluster time" in their summary files, and that string comes from set_effective_date.
Move get_ifindex to _link_updown
Check packets come from the correct interface
Seems to work, needs tidying
Refactor: libcib: new function cib__signon_attempts()
Merge pull request #3567 from gao-yan/cib__signon_attempts-2.1
Fix: tools: CIB clients retry signon upon an EAGAIN error
Merge pull request #3568 from clumens/mock
Test: test-headers.sh: Modify the C++ check again.
API: libcrmcommon: drop pcmk_scheduler_t tags member
API: libcrmcommon: drop pcmk_scheduler_t param_check member
API: libcrmcommon: drop pcmk_scheduler_t stop_needed member
API: libcrmcommon: drop pcmk_scheduler_t disabled_resources member
API: libcrmcommon: drop pcmk_scheduler_t blocked_resources member
API: libcrmcommon: drop pcmk_scheduler_t recheck_by member
API: libcrmcommon: drop pcmk_scheduler_t shutdown_lock member
API: libcrmcommon: drop pcmk_scheduler_t ninstances member
API: libcrmcommon: drop pcmk_scheduler_t priority_fencing_delay member
Low: scheduler: store default fencing action timeout as guint
API: libcrmcommon: drop pcmk_scheduler_t node_pending_timeout member
Merge pull request #3570 from kgaillot/drop
kgaillot added subtasks for
T846: Move cts-cli validity and upgrade tests to cts-schemas:
Unknown Object (Maniphest Task),
Unknown Object (Maniphest Task).
Merge pull request #1957 from ehaefele/main
edmund-haefele <edmund.haefele@de.ibm.com> committed
rRfa9e0f5db572: powervs-subnet resource agent: (authored by edmund-haefele <edmund.haefele@de.ibm.com>).
powervs-subnet resource agent:
API: libcrmcommon: drop pcmk_scheduler_t action_id member
Refactor: scheduler: drop pcmk__sched_no_compat flag
API: libcrmcommon: make pcmk_scheduler_t flags member a uint64_t
API: libcrmcommon: drop pcmk_scheduler_t graph member
API: libcrmcommon: drop pcmk_scheduler_t localhost member
Refactor: libpacemaker: don't query controller in pcmk__output_cluster_status()
Refactor: libpacemaker: pass scheduler to pcmk__output_cluster_status()
Refactor: fencer: drop stonith_our_uname global variable
Refactor: scheduler: scheduler now owns local_node_name memory
Refactor: libcrmcommon: drop pcmk__our_nodename global variable
Refactor: libpacemaker: never query controller for simulations
Refactor: scheduler: always preserve local node name
API: libcrmcommon: drop pcmk_scheduler_t template_rsc_sets member
Merge pull request #3564 from waltdisgrace/t699-backport
Merge pull request #3565 from kgaillot/drop
crm_verify: Improve checking of fencing level IDs
crm_verify: Add test for checking of fencing level IDs
Test: cts-schemas: Drop cts_scheduler test suite
Test: cts-schemas: Implement only one test per upgrade pipeline
Test: cts-schemas: Split test input/output data into separate dirs
Test: cts-schemas: Remove output files on success
Test: cts-schemas: Drop -B option
Feature: test: Move xml/regression.sh to cts/cts-schemas
Test: cts-schemas: One test output per transformation
Merge pull request #3561 from nrwahl2/nrwahl2-xsl_transform2
This is a bigger deal now that libxml2 has tagged these with the deprecated compiler attribute, causing building on debian-experimental to fail (and surely rawhide before too long). As a stopgap we could ignore deprecation compiler warnings.
crm_verify: Improve checking of fencing level IDs
crm_verify: Add test for checking of fencing level IDs
Merge pull request #3562 from waltdisgrace/t699
ocf-shellfuncs: dont use deprecated validate-with="none" in CIB
conntrackd/galera/rabbitmq-cluster: avoid deprecated tool options
Merge pull request #1956 from oalbrigt/avoid-deprecated-tool-options
IPaddr2: change default for lvs_ipv6_addrlabel to true to avoid last added IP…
IPaddr2: only set metric value for IPv6 when detected
Merge pull request #1951 from oalbrigt/IPaddr2-only-set-metric-value-for-IPv6…
rust: tests return errors and don't hang
rust: Improve Rust bindings
apache/http-mon.sh: prefer curl due to new wget2 issues, including not being…
apache/http-mon.sh: dont use -L for wget2 as it's not implemented yet
Merge pull request #1953 from oalbrigt/http-mon-wget2-support
This is actually only allowed by the schema, so there's nothing to transform in the 3.10 to 4.0 upgrade. How do we want to go about this? I'm thinking just drop the Pacemaker code for it and leave the schema alone until we drop support altogether.
Doc: ChangeLog: update for 2.1.8-rc3 release