Projects
Eulaceura:Factory
libvirt
_service:obs_scm:domain-add-logs-for-virDomainH...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:domain-add-logs-for-virDomainHotpatchManage.patch of Package libvirt
From a7f63f8c85e3bc287920ed83361e4f44ce2e25d7 Mon Sep 17 00:00:00 2001 From: AlexChen <alex.chen@huawei.com> Date: Mon, 12 Jul 2021 21:28:41 +0800 Subject: [PATCH] domain: add logs for virDomainHotpatchManage Add logs for virDomainHotpatchManage to facilitate the location of issues related to subsequent hotpatch. Signed-off-by: Bihong Yu <yubihong@huawei.com> Signed-off-by: AlexChen <alex.chen@huawei.com> --- src/libvirt-domain.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c index 21b01110fe..b1c5a8c52c 100644 --- a/src/libvirt-domain.c +++ b/src/libvirt-domain.c @@ -13829,12 +13829,21 @@ virDomainHotpatchManage(virDomainPtr domain, if (action == VIR_DOMAIN_HOTPATCH_UNAPPLY) virCheckNonNullArgGoto(id, error); + VIR_INFO("enter virDomainHotpatchManage domainname=%s, action=%d, " + "patch=%s, id=%s, flags=%d", + NULLSTR(domain->name), action, + NULLSTR(patch), NULLSTR(id), flags); + if (conn->driver->domainHotpatchManage) { char *ret; ret = conn->driver->domainHotpatchManage(domain, action, patch, id, flags); - if (!ret) + if (!ret) { + VIR_ERROR("domain %s managed hotpatch failed", + NULLSTR(domain->name)); goto error; - + } + VIR_INFO("domain %s managed hotpatch successfully", + NULLSTR(domain->name)); return ret; } -- 2.27.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2