17
0
Files
resource-agents/bsc-1241692.patch
Peter Varkoly 1964b0d7ba - L3: DB2 resource agent forcefully shuts down database, risking data loss — ref:_00D1igLOd._500TrYJM7l:ref
(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
2025-05-13 10:30:38 +00:00

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