!67 fix log of RemoveUdevRule

From: @vegbir 
Reviewed-by: @zhangsong234, @jingwoo 
Signed-off-by: @jingwoo
This commit is contained in:
openeuler-ci-bot 2023-09-21 07:54:30 +00:00 committed by Gitee
commit 3ab5a6e73a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,25 @@
From 56a42267650b11f5eb691cb852f0f7a827ed715a Mon Sep 17 00:00:00 2001
From: yangjiaqi <yangjiaqi16@huawei.com>
Date: Thu, 21 Sep 2023 11:07:21 +0800
Subject: [PATCH] fix log of RemoveUdevRule
---
hooks/syscontainer-hooks/poststop.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hooks/syscontainer-hooks/poststop.go b/hooks/syscontainer-hooks/poststop.go
index 8f03bd7..f422c4e 100644
--- a/hooks/syscontainer-hooks/poststop.go
+++ b/hooks/syscontainer-hooks/poststop.go
@@ -50,7 +50,7 @@ func RemoveUdevRule(state *configs.HookState, hookConfig *hconfig.ContainerHookC
resolvDev := calcPathForDevice(state.Root, dev)
device, err := libdevice.ParseDevice(resolvDev)
if err != nil {
- logrus.Errorf("[device-hook] Add device (%s), parse device failed: %v", resolvDev, err)
+ logrus.Errorf("[device-hook] RemoveUdevRule (%s), parse device failed: %v", resolvDev, err)
continue
}
--
2.30.0

View File

@ -1,7 +1,7 @@
#Basic Information
Name: syscontainer-tools
Version: 0.9
Release: 60
Release: 61
Summary: syscontainer tools for IT, work with iSulad
License: Mulan PSL v2
URL: https://gitee.com/openeuler/syscontainer-tools
@ -20,6 +20,7 @@ Patch7: 0007-support-ipv6.patch
Patch8: 0008-use-file-locks-to-avoid-remounting-the-sharepath-mas.patch
Patch9: 0009-clean-up-run-syscontainer-tools-netns-containerid-di.patch
Patch10: 0010-drop-useless-function-error-and-info.patch
Patch11: 0011-fix-log-of-removeUdevRule.patch
#Dependency
BuildRequires: glibc-static
@ -121,6 +122,12 @@ chmod 0640 ${HOOK_SPEC}/hookspec.json
rm -rfv %{buildroot}
%changelog
* Thu Sep 21 2023 yangjiaqi<yangjiaqi16@huawei.com> - 0.9-61
- Type:bugfix
- CVE:NA
- SUG:restart
- DESC:fix log of removeUdevRule
* Thu Aug 31 2023 yangjiaqi<yangjiaqi16@huawei.com> - 0.9-60
- Type:bugfix
- CVE:NA