Commit Graph

41 Commits

Author SHA1 Message Date
Chris Lumens 31b1074af1 Backport various fixes from master.
- Backport fix for migration history cleanup causing resource recovery
- Backport fix for SIGABRT during pacemaker-fenced shutdown
- Resolves: rhbz2166393
- Resolves: rhbz2166967
2023-02-09 16:21:32 -05:00
Ken Gaillot 3161587759 Backport fix for remote node shutdown regression
- Resolves: rhbz2163450
2023-01-24 11:22:13 -06:00
Chris Lumens 72813a0b3b Rebase pacemaker on upstream 2.1.5 final release
- Add support for sync points to attribute daemon
- Resolves: rhbz2122353
2022-12-13 11:30:30 -05:00
Chris Lumens 1e78757ca6 Fix errors found by covscan
- Related: rhbz2122353
2022-12-06 13:41:15 -05:00
Chris Lumens 33f9f9581f Rebase on upstream 2.1.5-rc3 release
- Related: rhbz2122353
2022-11-23 16:44:27 -05:00
Chris Lumens a216e45db8 Rebase on upstream 2.1.5-rc2 release
- Resolves: rhbz2123727
- Resolves: rhbz2125337
- Resolves: rhbz2125344
- Resolves: rhbz2133546
- Resolves: rhbz2142683
2022-11-15 15:44:00 -05:00
Ken Gaillot e46dcfe1e3 Fix regression in crm_resource -O
- Resolves: rhbz2089353

I'm jumping from specversion 3 to 5 to restore parity with RHEL 8.7, otherwise
users of both might get confused about whether they have all fixes.

Also correct some broken URLs in the spec file
2022-08-15 09:14:19 -05:00
Ken Gaillot b760035b15 Backport patch to make stonith_admin --validate work again
- Resolves: rhbz2102292
2022-07-20 14:09:33 -05:00
Ken Gaillot 988d788d6a Correct bz number in changelog
- Resolves: rhbz2099331
2022-06-28 18:10:23 -05:00
Ken Gaillot d64d4f1961 Restore crm_attribute query behavior when attribute does not exist
- Resolves: rhbz2072108
2022-06-28 15:00:11 -05:00
Ken Gaillot 0aace81bdd Rebase pacemaker on upstream 2.1.4 final release
... and backport a couple patches from the main branch

- Resolves: rhbz2072108
2022-06-15 11:34:15 -05:00
Ken Gaillot 8c6997959d Rebase pacemaker on upstream 2.1.3 final release
- Resolves: rhbz2072108
2022-06-02 10:49:23 -05:00
Ken Gaillot 876604df72 Rebase pacemaker on upstream 2.1.3 release
- Unable to show metadata for "service" agents with "@" and "." in the name
- Resource ocf:pacemaker:attribute does not comply with the OCF 1.1 standard
- Pacemaker does not convert & to & when generating metadata for non-ocf agents
- Resolves: rhbz2045110
- Resolves: rhbz2049720
- Resolves: rhbz2050259
- Resolves: rhbz2072108
2022-05-19 11:31:34 -05:00
Ken Gaillot 2d6cfbcf0e Fix regression in down event detection that affects remote nodes
- Resolves: rhbz2039399
2022-01-27 09:49:22 -06:00
Ken Gaillot 87bc6c8acd Backport selected patches from upstream main branch
- Detect an unresponsive subdaemon
- Handle certain probe failures as stopped instead of failed
- Update pcmk_delay_base option meta-data
- Avoid crash when using clone notifications
- Retry Corosync shutdown tracking if first attempt fails
- Improve display of failed actions
- Resolves: rhbz1707851
- Resolves: rhbz2039982
- Resolves: rhbz2032032
- Resolves: rhbz2040443
- Resolves: rhbz2042367
- Resolves: rhbz2042546
2022-01-24 10:24:48 -06:00
Ken Gaillot 3004334131 Backport selected fixes from upstream master branch
- Correctly get metadata for systemd agent names that end in '@'
- Use correct OCF 1.1 syntax in ocf:pacemaker:Stateful meta-data
- Fix regression in displayed times in crm_mon's fence history
- Resolves: rhbz2032031
- Resolves: rhbz2032032
- Resolves: rhbz2031765
2021-12-16 15:11:37 -06:00
Ken Gaillot 84f732910e Rebase on upstream 2.1.2
... with selected backports from upstream master branch

- Resolves: rhbz2011974
2021-11-30 10:23:45 -06:00
Ken Gaillot e1c1970613 Fix XML issue with fence_watchdog meta-data
- Resolves: rhbz1988568
2021-08-20 10:05:52 -05:00
Ken Gaillot 2918108071 Fix minor issue with crm_resource error message change
- Resolves: rhbz1983196
2021-08-12 15:40:05 -05:00
Ken Gaillot 6dec65dd8f Bump package number
Needed for new build

- Resolves: rhbz1988568
- Resolves: rhbz1989292
2021-08-11 11:48:10 -05:00
Ken Gaillot 5f1b8588f4 Fix resolved bug numbers
The previous build accidentally used the RHEL 8 equivalent bzs instead of the
RHEL 9 bzs.

- Resolves: rhbz1988568
- Resolves: rhbz1989292
2021-08-11 11:32:04 -05:00
Ken Gaillot 103449b89e Backport a couple of fixes from upstream
- Fix watchdog agent version information
- Ensure transient attributes are cleared when multiple nodes are lost
- Resolves: rhbz1443666
- Resolves: rhbz1986998
2021-08-10 15:42:12 -05:00
Mohan Boddu f08eacae17 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 22:47:27 +00:00
Ken Gaillot dc8cd7d750 Allow configuring specific nodes to use watchdog-only sbd for fencing
- Resolves: rhbz1988568
2021-08-06 14:56:18 -05:00
Ken Gaillot e32fe21465 Backport selected fixes from upstream 2.1.1-rc1 release
- Avoid selecting wrong device when dynamic-list fencing is used with host map
- Show better error messages in crm_resource with invalid resource types
- Do not schedule probes of unmanaged resources on pending nodes
- Fix regressions in crm_attribute and crm_master argument handling
- Resolves: rhbz1978013
- Resolves: rhbz1983196
- Resolves: rhbz1983197
- Resolves: rhbz1984130
2021-07-30 10:27:21 -05:00
Ken Gaillot 7e6d756ee7 Backport some fixes from upstream master branch
- crm_resource now supports XML output from resource agent actions
- Correct output for crm_simulate --show-failcounts
- Avoid remote node unfencing loop
- Resolves: rhbz1975380
- Resolves: rhbz1975386
- Resolves: rhbz1975388
2021-06-30 15:20:39 -05:00
Ken Gaillot de82427c3e Rebase on upstream 2.1.0 final release
- Resolves: rhbz1936023
2021-06-10 10:52:08 -05:00
Ken Gaillot 250166d985 Add correct patch on top of rebase
- Resolves: rhbz1936023
2021-06-02 12:38:23 -05:00
Ken Gaillot 6acb138bce Rebase on upstream 2.1.0-rc3 release
... and fix syntax error in gating.yaml

- Resolves: rhbz1936023
2021-06-02 08:57:47 -05:00
Ken Gaillot 457a59013b Include recent post-rc2 fixes with rebase
- Resolves: rhbz1936023
2021-05-27 09:11:09 -05:00
Ken Gaillot 05e4c4a54b Rebase on upstream 2.1.0-rc2 release
- Default resource-stickiness to 1 in newly created clusters
- Rebase on upstream 2.1.0 release
- Resolves: rhbz1850145
- Resolves: rhbz1936023
2021-05-20 15:21:18 -05:00
Mohan Boddu 7311eddeb1 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 02:46:36 +00:00
DistroBaker 0813e6efe3 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/pacemaker.git#5069bd8f40edfdf1691a34044350bec9164be344
2021-02-03 20:37:16 +00:00
DistroBaker 4bdd3d8a63 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/pacemaker.git#83ce149390888dd8f2ed65b5c7e43b2451c464e0
2020-12-16 22:05:14 +00:00
DistroBaker 214e49d559 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/pacemaker.git#a8619d3eb126acef158f32277e3ee7c917446a57
2020-12-04 17:13:13 +00:00
Troy Dawson ef5356e104 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/pacemaker#fecb07e0d0e09f1a5056fd1cef3962745cc18b1d
2020-11-18 09:56:16 -08:00
DistroBaker b318f17823 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/pacemaker.git#be156c4421004a24b5bb62b4c638b06befc9ad72
2020-11-05 22:58:40 +00:00
DistroBaker 93ac2f99e3 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/pacemaker.git#af37d53a69a8deabad0a23cf7dca1f2009c145b2
2020-10-30 09:11:38 +01:00
DistroBaker 30295f503f Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/pacemaker.git#739244b77b91a37a1c52828cfbac4d6930f95cd9
2020-10-30 02:58:47 +01:00
Petr Šabata cd9b32f2d1 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/pacemaker#5d5cb2dcb5048743a71cf5b6d9849ea5a480afa9
2020-10-15 22:41:39 +02:00
Release Configuration Management 827233d289 New branch setup 2020-10-08 19:06:18 +00:00