Auto sync2gitlab import of resource-agents-4.9.0-39.el8.src.rpm
This commit is contained in:
parent
81cb8a24e2
commit
d517793c6e
@ -1,4 +1,4 @@
|
|||||||
From 8b78251b24446c0a603a533ecc0b632dd14c752b Mon Sep 17 00:00:00 2001
|
From 8388aca6aa13e4bef7c29261ac35cf3fb747fcb6 Mon Sep 17 00:00:00 2001
|
||||||
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
||||||
Date: Wed, 11 Jan 2023 13:22:24 +0100
|
Date: Wed, 11 Jan 2023 13:22:24 +0100
|
||||||
Subject: [PATCH 1/2] exportfs: move testdir() to start-action to avoid failing
|
Subject: [PATCH 1/2] exportfs: move testdir() to start-action to avoid failing
|
||||||
@ -6,11 +6,11 @@ Subject: [PATCH 1/2] exportfs: move testdir() to start-action to avoid failing
|
|||||||
it doesnt exist
|
it doesnt exist
|
||||||
|
|
||||||
---
|
---
|
||||||
heartbeat/exportfs | 25 ++++++++++++++-----------
|
heartbeat/exportfs | 27 +++++++++++++++------------
|
||||||
1 file changed, 14 insertions(+), 11 deletions(-)
|
1 file changed, 15 insertions(+), 12 deletions(-)
|
||||||
|
|
||||||
diff --git a/heartbeat/exportfs b/heartbeat/exportfs
|
diff --git a/heartbeat/exportfs b/heartbeat/exportfs
|
||||||
index c10777fa9..e0b66b9ee 100755
|
index c10777fa9..2307a9e67 100755
|
||||||
--- a/heartbeat/exportfs
|
--- a/heartbeat/exportfs
|
||||||
+++ b/heartbeat/exportfs
|
+++ b/heartbeat/exportfs
|
||||||
@@ -301,6 +301,16 @@ exportfs_monitor ()
|
@@ -301,6 +301,16 @@ exportfs_monitor ()
|
||||||
@ -66,8 +66,17 @@ index c10777fa9..e0b66b9ee 100755
|
|||||||
}
|
}
|
||||||
|
|
||||||
for dir in $OCF_RESKEY_directory; do
|
for dir in $OCF_RESKEY_directory; do
|
||||||
|
@@ -466,7 +469,7 @@ for dir in $OCF_RESKEY_directory; do
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
case "$__OCF_ACTION" in
|
||||||
|
- stop|monitor)
|
||||||
|
+ stop|monitor|validate-all)
|
||||||
|
canonicalized_dir="$dir"
|
||||||
|
ocf_log debug "$dir does not exist"
|
||||||
|
;;
|
||||||
|
|
||||||
From 8acbd8ea5a87a8adc33f47a06f8b0fb4a006cbe8 Mon Sep 17 00:00:00 2001
|
From a0b67ba60e5589c17a0ff4c296ec4235edb59bfd Mon Sep 17 00:00:00 2001
|
||||||
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
||||||
Date: Wed, 11 Jan 2023 13:25:57 +0100
|
Date: Wed, 11 Jan 2023 13:25:57 +0100
|
||||||
Subject: [PATCH 2/2] pgsql: dont run promotable checks during validate-all
|
Subject: [PATCH 2/2] pgsql: dont run promotable checks during validate-all
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
Name: resource-agents
|
Name: resource-agents
|
||||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||||
Version: 4.9.0
|
Version: 4.9.0
|
||||||
Release: 38%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
Release: 39%{?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
|
||||||
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
|
||||||
@ -938,7 +938,7 @@ ccs_update_schema > /dev/null 2>&1 ||:
|
|||||||
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 16 2023 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-38
|
* Tue Jan 17 2023 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.9.0-39
|
||||||
- all agents: dont check notify/promotable settings during
|
- all agents: dont check notify/promotable settings during
|
||||||
validate-action
|
validate-action
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user