Doc: HealthSMART:fix the description of temp_lower_limit

This commit is contained in:
bixiaoyan 2024-03-21 17:36:11 +08:00
parent f765b6e206
commit cac6dca7c0
2 changed files with 30 additions and 2 deletions

View File

@ -0,0 +1,25 @@
From d40544c0a1d50645b171f366ccae8b2a1090cf6a Mon Sep 17 00:00:00 2001
From: bixiaoyan1 <bixiaoyan@kylinos.cn>
Date: Wed, 20 Mar 2024 10:12:56 +0800
Subject: [PATCH] Doc: HealthSMART:fix the description of temp_lower_limit
---
agents/ocf/HealthSMART.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/agents/ocf/HealthSMART.in b/agents/ocf/HealthSMART.in
index 0871ab91a..f688f7381 100755
--- a/agents/ocf/HealthSMART.in
+++ b/agents/ocf/HealthSMART.in
@@ -80,7 +80,7 @@ The device type(s) to assume for the drive(s) being tested as a SPACE separated
<parameter name="temp_lower_limit" reloadable="1">
<longdesc lang="en">
-Lower limit of the temperature in deg C of the drive(s). Below this limit the status will be red.
+Lower limit of the temperature in deg C of the drive(s). Below this limit the status of #health-smart will be red.
</longdesc>
<shortdesc lang="en">Lower limit for the red smart attribute</shortdesc>
<content type="string" default="0"/>
--
2.25.1

View File

@ -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.7
%global specversion 4
%global specversion 5
## Upstream commit (full commit ID, abbreviated commit ID, or tag) to build
%global commit 0f7f88312f7a1ccedee60bf768aba79ee13d41e0
@ -151,7 +151,7 @@ Source1: https://codeload.github.com/%{github_owner}/%{nagios_name}/tar.gz
Source2: pacemaker.sysusers
Patch0: Add_replace_for_PCMK__REMOTE_SCHEMA_DIR.patch
Patch1: 001-schema-glib.patch
Patch2: Doc-HealthSMART-fix-the-description-of-temp_lower.patch
Requires: resource-agents
Requires: %{pkgname_pcmk_libs} = %{version}-%{release}
Requires: %{name}-cluster-libs = %{version}-%{release}
@ -758,6 +758,9 @@ exit 0
%license %{nagios_name}-%{nagios_hash}/COPYING
%changelog
* Thu Mar 21 2024 bixiaoyan <bixiaoyan@kylinos.cn> - 2.1.7-5
- Doc: HealthSMART:fix the description of temp_lower_limit
* Thu Mar 21 2024 zouzhimin <zouzhimin@kylinos.cn> - 2.1.7-4
- Refactor: libcrmcommon: add schemas glib patch