(bsc#1241692)
Add patch:
bsc-1241692.patch
- Update to version 4.16.0+git73.99f301e1:
* azure-events-az: Update wording in log line
* podman-etcd: remove unused actions from metadata
* Filesystem: fix getting the wrong block device when doing grep
* crypt: fix crypt_type check, and usage when action has not been specified
* podman-etcd: new resource agent (#2023)
* IPaddr2: fix iface_altname indentation
* IPaddr2: add support for network interfaces altname in the monitor operation (#2027)
* tomcat: only log "validate_all_tomcat[$TOMCAT_NAME]" on debug-level
* mdraid: Add 'auto' and multiple devices support to parameter md_dev (bsc#1200867, jsc#TEAM-6691)
* azure-events-az: Add params defaults to RA description (#2034)
* azure-events-az: Update crm_attribute call in putNodeOnline (#2033)
* azure-events-az: remove unused attr_globalPullState variable (#2032)
* azure-events-az: fix typo (#2031)
* azure-events-az: change variable name allNodesStopped to allResourcesNowStopped (#2030)
* tomcat: fix catalina_base and catalina_out parameter defaults
* tomcat: fix CATALINA_PID not set issue
* crypt: fixes to validate-action and to avoid running as a cloned resource
* Attempting to detect clevis automatically
* initial pass on supporting clevis-unlocked volumes
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/resource-agents?expand=0&rev=70
15 lines
501 B
Diff
15 lines
501 B
Diff
--- resource-agents-4.8.0+git30.d0077df0/heartbeat/db2.orig 2025-05-05 15:49:12.367621781 +0200
|
|
+++ resource-agents-4.8.0+git30.d0077df0/heartbeat/db2 2025-05-05 15:49:39.483844685 +0200
|
|
@@ -782,11 +782,6 @@ db2_promote() {
|
|
force="by force peer window only"
|
|
;;
|
|
|
|
- # must take over by force
|
|
- STANDBY/REMOTE_CATCHUP_PENDING/DISCONNECTED)
|
|
- force="by force"
|
|
- ;;
|
|
-
|
|
*)
|
|
return $OCF_ERR_GENERIC
|
|
esac
|