resource-agents/bz1993900-Filesystem-improv...

24 lines
962 B
Diff

From 5e87e1686283be0c1ee07cfdc0f528e0576122ec Mon Sep 17 00:00:00 2001
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
Date: Mon, 16 Aug 2021 12:53:56 +0200
Subject: [PATCH] Filesystem: force_unmount: remove "Default value" to avoid
confusion on RHEL9+ where default value is safe
---
heartbeat/Filesystem | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/heartbeat/Filesystem b/heartbeat/Filesystem
index 4f267a25e..4554e12d7 100755
--- a/heartbeat/Filesystem
+++ b/heartbeat/Filesystem
@@ -249,7 +249,7 @@ Only set this to "true" if you know what you are doing!
This option allows specifying how to handle processes that are
currently accessing the mount directory.
-"true" : Default value, kill processes accessing mount point
+"true" : Kill processes accessing mount point
"safe" : Kill processes accessing mount point using methods that
avoid functions that could potentially block during process
detection