From: @kuhnchen18 Reviewed-by: @imxcc Signed-off-by: @imxcc
This commit is contained in:
commit
af21f1384d
31
conf-domain_conf-pin-the-retry_interval-and-retry_ti.patch
Normal file
31
conf-domain_conf-pin-the-retry_interval-and-retry_ti.patch
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
From 0f4c30a060c60ecccd15033a46063acc00f2251f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
|
||||||
|
Date: Sat, 18 Sep 2021 14:20:24 +0800
|
||||||
|
Subject: [PATCH] conf/domain_conf: pin the retry_interval and retry_timeout
|
||||||
|
parameters to xml
|
||||||
|
|
||||||
|
Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
|
||||||
|
---
|
||||||
|
src/conf/domain_conf.c | 6 ++++++
|
||||||
|
1 file changed, 6 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
|
||||||
|
index 2b7eee17f0..fa33335c94 100644
|
||||||
|
--- a/src/conf/domain_conf.c
|
||||||
|
+++ b/src/conf/domain_conf.c
|
||||||
|
@@ -24976,6 +24976,12 @@ virDomainDiskDefFormatDriver(virBufferPtr buf,
|
||||||
|
virBufferAsprintf(&driverBuf, " rerror_policy='%s'",
|
||||||
|
virDomainDiskErrorPolicyTypeToString(disk->rerror_policy));
|
||||||
|
|
||||||
|
+ if (disk->retry_interval)
|
||||||
|
+ virBufferAsprintf(&driverBuf, " retry_interval='%ld'", disk->retry_interval);
|
||||||
|
+
|
||||||
|
+ if (disk->retry_timeout)
|
||||||
|
+ virBufferAsprintf(&driverBuf, " retry_timeout='%ld'", disk->retry_timeout);
|
||||||
|
+
|
||||||
|
if (disk->iomode)
|
||||||
|
virBufferAsprintf(&driverBuf, " io='%s'",
|
||||||
|
virDomainDiskIoTypeToString(disk->iomode));
|
||||||
|
--
|
||||||
|
2.27.0
|
||||||
|
|
||||||
@ -99,7 +99,7 @@
|
|||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 6.2.0
|
Version: 6.2.0
|
||||||
Release: 12
|
Release: 13
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
|
|
||||||
@ -143,6 +143,7 @@ Patch0032: libvirt-conf-Set-default-values-of-retry-fileds.patch
|
|||||||
Patch0033: cpu_map-Add-Cooperlake-x86-CPU-model.patch
|
Patch0033: cpu_map-Add-Cooperlake-x86-CPU-model.patch
|
||||||
Patch0034: cpu_map-Add-pschange-mc-no-bit-in-IA32_ARCH_CAPABILI.patch
|
Patch0034: cpu_map-Add-pschange-mc-no-bit-in-IA32_ARCH_CAPABILI.patch
|
||||||
Patch0035: cpu_map-Distribute-x86_Cooperlake.xml.patch
|
Patch0035: cpu_map-Distribute-x86_Cooperlake.xml.patch
|
||||||
|
Patch0036: conf-domain_conf-pin-the-retry_interval-and-retry_ti.patch
|
||||||
|
|
||||||
Requires: libvirt-daemon = %{version}-%{release}
|
Requires: libvirt-daemon = %{version}-%{release}
|
||||||
Requires: libvirt-daemon-config-network = %{version}-%{release}
|
Requires: libvirt-daemon-config-network = %{version}-%{release}
|
||||||
@ -1875,6 +1876,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 24 2021 Euler Robot <euler.robot@huawei.com>
|
||||||
|
- conf/domain_conf: pin the retry_interval and retry_timeout parameters to xml
|
||||||
|
|
||||||
* Tue Jul 27 2021 Jingyi Wang <wangjingyi11@huawei.com>
|
* Tue Jul 27 2021 Jingyi Wang <wangjingyi11@huawei.com>
|
||||||
- add new CPU model Cooperlake
|
- add new CPU model Cooperlake
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user