]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention shared FS detection race
authorJiri Denemark <jdenemar@redhat.com>
Wed, 14 Jan 2026 13:52:08 +0000 (14:52 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 14 Jan 2026 15:21:57 +0000 (16:21 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 9fff3173ecc6cfa5777cb9cbc4c8935dc6d50935..958ce71375ebec3d1d79a7e1d4ec844c8f390952 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -96,6 +96,16 @@ v12.0.0 (unreleased)
     corresponding datacenter or datastore contained special characters (e.g.
     '+'). This is now fixed.
 
+  * Fix race when checking whether a path is on a shared file system
+
+    Finding an existing parent of a given path and checking whether it's on a
+    shared file system was not atomic and thus the path could have been
+    misinterpreted as non-shared if it was removed between these two
+    operations. This could cause migration with an emulated TPM device stored
+    on a shared file system to fail with the following bogus error::
+
+     Operation not supported: the running swtpm does not support migration with shared storage
+
 
 v11.10.0 (2025-12-01)
 =====================