resource-agents/RHEL-75574-2-ocf-binaries-add-FGREP.patch
Oyvind Albrigtsen 82f22cc405 - openstack-cinder-volume: wait for volume to be available
- All agents: use grep -E/-F
- Filesystem: dont report warnings when creating resource
- storage-mon: fix daemon mode bug that caused delayed initial score

  Resolves: RHEL-72954, RHEL-75574, RHEL-76007, RHEL-76037
2025-01-23 16:29:28 +01:00

22 lines
668 B
Diff

From 990d37a7209774f91b73ec9cc06e936a96db0f70 Mon Sep 17 00:00:00 2001
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
Date: Thu, 23 Jan 2025 16:04:39 +0100
Subject: [PATCH] ocf-binaries: add FGREP
---
heartbeat/ocf-binaries.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/heartbeat/ocf-binaries.in b/heartbeat/ocf-binaries.in
index e9bf95fc28..e11ae1d6fb 100644
--- a/heartbeat/ocf-binaries.in
+++ b/heartbeat/ocf-binaries.in
@@ -9,6 +9,7 @@ export PATH
# Binaries and binary options for use in Resource Agents
: ${AWK:=@AWK@}
: ${EGREP:="@EGREP@"}
+: ${FGREP:="@FGREP@"}
: ${IFCONFIG_A_OPT:="@IFCONFIG_A_OPT@"}
: ${MAILCMD:=@MAILCMD@}
: ${PING:=@PING@}