[PATCH v2] NEWS: qemu: Implement QEMU NBD reconnect delay attribute

Han Han posted 1 patch 9 months, 2 weeks ago
Failed in applying to current master (apply log)
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH v2] NEWS: qemu: Implement QEMU NBD reconnect delay attribute
Posted by Han Han 9 months, 2 weeks ago
Signed-off-by: Han Han <hhan@redhat.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 22fc7e5971..6b202147a6 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -232,6 +232,11 @@ v9.2.0 (2023-04-01)
     corresponding JSON descriptor has the highest priority, or manually by
     using ``<loader format='qcow2'/>`` in the domain XML.
 
+   * qemu: Implement QEMU NBD reconnect delay attribute
+
+    Support the nbd reconnect-delay of QEMU. It will set the delay time for
+    reconnect after an unexpected disconnect or a serious error.
+
 * **Improvements**
 
   * qemu: Make firmware selection persistent
-- 
2.41.0
Re: [PATCH v2] NEWS: qemu: Implement QEMU NBD reconnect delay attribute
Posted by Michal Prívozník 9 months, 2 weeks ago
On 7/25/23 08:43, Han Han wrote:
> Signed-off-by: Han Han <hhan@redhat.com>
> ---
>  NEWS.rst | 5 +++++
>  1 file changed, 5 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal