Fix a bug in clone resource description display
(cherry picked from commit 16010a26d32752aa9802fcdf2120a372c8f1fb0d)
This commit is contained in:
parent
a8c29e7c48
commit
80d82135c2
26
Fix-a-bug-in-clone-resource-description-display.patch
Normal file
26
Fix-a-bug-in-clone-resource-description-display.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From ca62cd81870590977f77e95636754214d842814c Mon Sep 17 00:00:00 2001
|
||||
From: bizhiyuan <bizhiyuan@kylinos.cn>
|
||||
Date: Mon, 4 Sep 2023 10:00:40 +0800
|
||||
Subject: [PATCH] Fix a bug in clone resource description display
|
||||
|
||||
---
|
||||
lib/pengine/pe_output.c | 3 +--
|
||||
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||
|
||||
diff --git a/lib/pengine/pe_output.c b/lib/pengine/pe_output.c
|
||||
index 68cc867..d9e2620 100644
|
||||
--- a/lib/pengine/pe_output.c
|
||||
+++ b/lib/pengine/pe_output.c
|
||||
@@ -20,8 +20,7 @@ pe__resource_description(const pe_resource_t *rsc, uint32_t show_opts)
|
||||
{
|
||||
const char * desc = NULL;
|
||||
// User-supplied description
|
||||
- if (pcmk_any_flags_set(show_opts, pcmk_show_rsc_only|pcmk_show_description)
|
||||
- || pcmk__list_of_multiple(rsc->running_on)) {
|
||||
+ if (pcmk_any_flags_set(show_opts, pcmk_show_rsc_only|pcmk_show_description)){
|
||||
desc = crm_element_value(rsc->xml, XML_ATTR_DESC);
|
||||
}
|
||||
return desc;
|
||||
--
|
||||
2.27.0
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
## can be incremented to build packages reliably considered "newer"
|
||||
## than previously built packages with the same pcmkversion)
|
||||
%global pcmkversion 2.1.6
|
||||
%global specversion 7
|
||||
%global specversion 8
|
||||
|
||||
## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build
|
||||
%global commit 6fdc9deea294bbad629b003c6ae036aaed8e3ee0
|
||||
@ -157,6 +157,7 @@ Patch2: 0001-Add-the-parameter-of-dampening-and-fix-attrd_updater-HealthI
|
||||
Patch3: Fix-libcrmcommon-wait-for-reply-from-appropriate-con.patch
|
||||
Patch4: Refactor-fencer-sleep-1s-between-reconnects.patch
|
||||
Patch5: Fix-the-validation-function-of-input.patch
|
||||
Patch6: Fix-a-bug-in-clone-resource-description-display.patch
|
||||
# upstream commits
|
||||
|
||||
Requires: resource-agents
|
||||
@ -776,6 +777,9 @@ exit 0
|
||||
%license %{nagios_name}-%{nagios_hash}/COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Sep 4 2023 bizhiyuan <bizhiyuan@kylinos.cn> - 2.1.6-8
|
||||
- Fix a bug in clone resource description display
|
||||
|
||||
* Thu Aug 31 2023 liupei <liupei@kylinos.cn> -2.1.6-7
|
||||
- Fix the validation function of input for HealthCPU
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user