]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Add information about VMWare domains having different UUIDs
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 14 May 2026 15:35:04 +0000 (17:35 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 18 May 2026 08:22:15 +0000 (10:22 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
NEWS.rst

index 02dda023edfbb6bf53648b918ffbdd8a6b041805..2ecea251daaaa1f20a884e36290cc09fb8f4ccd4 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -27,6 +27,16 @@ v12.4.0 (unreleased)
 
 * **Bug fixes**
 
+  * esx/vmware: VMs are tracked under different UUIDs by default
+
+    The VMWare-related drivers were using allegedly unique IDs for domains, but
+    it turned out they were not completely unique, even for the same host.  That
+    caused an issue where a different domain could have been acted upon then
+    requested.  Unfortunately, to make this work, the UUIDs of all
+    VMWare-related domains will change from this release.  In order to use the
+    pre-v12.4.0 behaviour there is a new URI query parameter ``legacy_uuid``
+    which, if set to ``1``, will revert to the older way of working.
+
 
 v12.3.0 (2026-05-02)
 ====================