[PATCH] NEWS: Mention shared filesystem detection fix

Jiri Denemark via Devel posted 1 patch 5 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/f304343b1ae6d2cdcbc3447919d5927e6b5d103a.1751278343.git.jdenemar@redhat.com
NEWS.rst | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] NEWS: Mention shared filesystem detection fix
Posted by Jiri Denemark via Devel 5 months, 3 weeks ago
From: Jiri Denemark <jdenemar@redhat.com>

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 NEWS.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index ee4e9a022e..089224cbe3 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -66,6 +66,12 @@ v11.5.0 (unreleased)
     domain XML acquires QUERY job. But this caused a regression when the API
     might timeout for incoming migration. This is now fixed.
 
+  * qemu: Fix shared filesystem detection on nonexistent paths
+
+    Since ``libvirt-11.1.0`` nonexistent paths within directories marked as
+    shared filesystem (via the ``shared_filesystems`` option in ``qemu.conf``
+    would not be properly detected as being on a shared filesystem.
+
 
 v11.4.0 (2025-06-02)
 ====================
-- 
2.49.0
Re: [PATCH] NEWS: Mention shared filesystem detection fix
Posted by Michal Prívozník via Devel 5 months, 3 weeks ago
On 6/30/25 12:12, Jiri Denemark via Devel wrote:
> From: Jiri Denemark <jdenemar@redhat.com>
> 
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  NEWS.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Michal