4518850ea0
failing when there is a hiccup in the network or metadata service - db2: fix OCF_SUCESS typo Resolves: RHEL-34137, RHEL-32828
24 lines
822 B
Diff
24 lines
822 B
Diff
From a9c4aeb971e9f4963345d0e215b729def62dd27c Mon Sep 17 00:00:00 2001
|
|
From: pepadelic <162310096+pepadelic@users.noreply.github.com>
|
|
Date: Mon, 15 Apr 2024 13:52:54 +0200
|
|
Subject: [PATCH] Update db2: fix OCF_SUCESS name in db2_notify
|
|
|
|
fix OCF_SUCESS to OCF_SUCCESS in db2_notify
|
|
---
|
|
heartbeat/db2 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/heartbeat/db2 b/heartbeat/db2
|
|
index 95447ab6cb..1cd66f15af 100755
|
|
--- a/heartbeat/db2
|
|
+++ b/heartbeat/db2
|
|
@@ -848,7 +848,7 @@ db2_notify() {
|
|
|
|
# only interested in pre-start
|
|
[ $OCF_RESKEY_CRM_meta_notify_type = pre \
|
|
- -a $OCF_RESKEY_CRM_meta_notify_operation = start ] || return $OCF_SUCESS
|
|
+ -a $OCF_RESKEY_CRM_meta_notify_operation = start ] || return $OCF_SUCCESS
|
|
|
|
# gets FIRST_ACTIVE_LOG
|
|
db2_get_cfg $dblist || return $?
|