- nfsnotify: fix default value for "notify_args"
Resolves: rhbz#1998039
This commit is contained in:
parent
e55bf70a6f
commit
529951162e
22
bz1998039-nfsnotify-fix-notify_args-default.patch
Normal file
22
bz1998039-nfsnotify-fix-notify_args-default.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
From 1c037b3ac0288509fb2b74fb4a661a504155da15 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
||||||
|
Date: Thu, 26 Aug 2021 12:27:50 +0200
|
||||||
|
Subject: [PATCH] nfsnotify: fix default value for "notify_args"
|
||||||
|
|
||||||
|
---
|
||||||
|
heartbeat/nfsnotify.in | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/heartbeat/nfsnotify.in b/heartbeat/nfsnotify.in
|
||||||
|
index 851f6ad6b4..fe6d2793ba 100644
|
||||||
|
--- a/heartbeat/nfsnotify.in
|
||||||
|
+++ b/heartbeat/nfsnotify.in
|
||||||
|
@@ -33,7 +33,7 @@
|
||||||
|
# Parameter defaults
|
||||||
|
|
||||||
|
OCF_RESKEY_source_host_default=""
|
||||||
|
-OCF_RESKEY_notify_args_default="false"
|
||||||
|
+OCF_RESKEY_notify_args_default=""
|
||||||
|
|
||||||
|
: ${OCF_RESKEY_source_host=${OCF_RESKEY_source_host_default}}
|
||||||
|
: ${OCF_RESKEY_notify_args=${OCF_RESKEY_notify_args_default}}
|
@ -45,13 +45,14 @@
|
|||||||
Name: resource-agents
|
Name: resource-agents
|
||||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||||
Version: 4.8.0
|
Version: 4.8.0
|
||||||
Release: 12%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
Release: 13%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://github.com/ClusterLabs/resource-agents
|
URL: https://github.com/ClusterLabs/resource-agents
|
||||||
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
||||||
Patch0: nova-compute-wait-NovaEvacuate.patch
|
Patch0: nova-compute-wait-NovaEvacuate.patch
|
||||||
Patch1: bz1952005-pgsqlms-new-ra.patch
|
Patch1: bz1952005-pgsqlms-new-ra.patch
|
||||||
Patch2: bz1991855-nfsserver-add-nfsconvert.patch
|
Patch2: bz1991855-nfsserver-add-nfsconvert.patch
|
||||||
|
Patch3: bz1998039-nfsnotify-fix-notify_args-default.patch
|
||||||
|
|
||||||
# bundled ha-cloud-support libs
|
# bundled ha-cloud-support libs
|
||||||
Patch500: ha-cloud-support-aws.patch
|
Patch500: ha-cloud-support-aws.patch
|
||||||
@ -173,6 +174,7 @@ exit 1
|
|||||||
%patch0 -p1 -F1
|
%patch0 -p1 -F1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1 -F1
|
%patch2 -p1 -F1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
# bundled ha-cloud-support libs
|
# bundled ha-cloud-support libs
|
||||||
%patch500 -p1
|
%patch500 -p1
|
||||||
@ -490,6 +492,11 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
|
|||||||
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 26 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-13
|
||||||
|
- nfsnotify: fix default value for "notify_args"
|
||||||
|
|
||||||
|
Resolves: rhbz#1998039
|
||||||
|
|
||||||
* Wed Aug 25 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-12
|
* Wed Aug 25 2021 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.8.0-12
|
||||||
- Create cloud subpackage
|
- Create cloud subpackage
|
||||||
- Add nova-compute-wait/NovaEvacuate
|
- Add nova-compute-wait/NovaEvacuate
|
||||||
|
Loading…
Reference in New Issue
Block a user