- Filesystem: force_unmount: remove "Default value" text from metadata
Resolves: rhbz#1993900
This commit is contained in:
parent
a035293440
commit
eade272201
23
bz1993900-Filesystem-improve-metadata.patch
Normal file
23
bz1993900-Filesystem-improve-metadata.patch
Normal file
@ -0,0 +1,23 @@
|
||||
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
|
@ -45,12 +45,13 @@
|
||||
Name: resource-agents
|
||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||
Version: 4.8.0
|
||||
Release: 10%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
Release: 11%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: https://github.com/ClusterLabs/resource-agents
|
||||
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
||||
Patch0: ha-cloud-support-aws.patch
|
||||
Patch1: bz1952005-pgsqlms-new-ra.patch
|
||||
Patch2: bz1993900-Filesystem-improve-metadata.patch
|
||||
|
||||
Obsoletes: heartbeat-resources <= %{version}
|
||||
Provides: heartbeat-resources = %{version}
|
||||
@ -436,6 +437,11 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
|
||||
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
||||
|
||||
%changelog
|
||||
* Mon Aug 16 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-11
|
||||
- Filesystem: force_unmount: remove "Default value" text from metadata
|
||||
|
||||
Resolves: rhbz#1993900
|
||||
|
||||
* Tue Aug 10 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-10
|
||||
- pgsqlms: new resource agent
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user