[PATCH] NEWS: Mention RBD namespaces, and auto-shutdown/key encipherment fixes

Peter Krempa via Devel posted 1 patch 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/3bab9cb87decdd0ff79a9323f84764d3521c6878.1753967861.git.pkrempa@redhat.com
NEWS.rst | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
[PATCH] NEWS: Mention RBD namespaces, and auto-shutdown/key encipherment fixes
Posted by Peter Krempa via Devel 1 month, 1 week ago
From: Peter Krempa <pkrempa@redhat.com>

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 NEWS.rst | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 5a320b7f33..6db9c998d9 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -51,6 +51,10 @@ v11.6.0 (unreleased)

     Additionally, number of supported consoles increased to 4.

+  * qemu: Add support for RBD namespaces
+
+    Allow specifying the 'namespace' within a RBD image pool.
+
 * **Improvements**

   * qemu: Change default SCSI controller model to ``virtio-scsi`` for ARM and RISC-V
@@ -83,6 +87,13 @@ v11.6.0 (unreleased)
     ``LIBVIRT_NSS_DEBUG`` environment variable. So far, there is no special
     meaning to its value.

+  * rpc: Removed requirement for TLS certificates to support 'key encipherment'
+
+    With TLS 1.3, key encipherment is not required even for RSA keys. Other key
+    types didn't even support it so they were wrongly refused even in cases when
+    they would work with libvirt. The TLS certificate validation now no longer
+    requires 'key encipherment' to be enabled.
+
 * **Bug fixes**

   * bhyve: Fix resetting of the autostart flag of the domain on destroy.
@@ -96,6 +107,14 @@ v11.6.0 (unreleased)
     ebtables, creating the base chains only if they did not already
     exist.

+  * Fix systemd unit ordering for auto-shutdown of domains via the daemon
+
+    The ordering of systemd units created by libvirt for individual machines
+    needed to be adapted when the shutdown of VMs on host shutdown is done
+    via the virt daemon itself (rather than ``libvirt-guests.service``) to
+    ensure that the VMs are not terminated before the virt daemon can deal with
+    them.
+
 v11.5.0 (2025-07-01)
 ====================

-- 
2.50.1
Re: [PATCH] NEWS: Mention RBD namespaces, and auto-shutdown/key encipherment fixes
Posted by Jiri Denemark via Devel 1 month, 1 week ago
On Thu, Jul 31, 2025 at 15:17:41 +0200, Peter Krempa wrote:
> From: Peter Krempa <pkrempa@redhat.com>
> 
> Signed-off-by: Peter Krempa <pkrempa@redhat.com>
> ---
>  NEWS.rst | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>