]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Document recent numatune change
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 16 Dec 2021 15:36:47 +0000 (16:36 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 17 Dec 2021 12:22:03 +0000 (13:22 +0100)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
NEWS.rst

index 4d1a1501ef47f875d94a0e9f06f3460e4a193db0..e7d53167219fb022949473578ff71621a9c853a9 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -15,6 +15,14 @@ v8.0.0 (unreleased)
 
 * **Removed features**
 
+  * qemu: Explicitly forbid live changing nodeset for strict numatune
+
+    For ``strict`` mode of <numatune/> it can't be guaranteed that memory is
+    moved completely onto new set of nodes (e.g. QEMU might have locked pieces
+    of its memory) thus breaking the strict promise. If live migration of QEMU
+    memory between NUMA nodes is desired, users are advised to use
+    ``restrictive`` mode instead.
+
 * **New features**
 
   * qemu: Synchronous write mode for disk copy operations