[libvirt] [PATCH v2 2/2] add docs for interleave nodeset='all'

Peng Hao peng.hao2 at zte.com.cn
Sat Sep 29 10:58:02 UTC 2018


Signed-off-by: Peng Hao <peng.hao2 at zte.com.cn>
---
 docs/formatdomain.html.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 1f12ab5..9aca921 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1242,6 +1242,7 @@
   ...
   <numatune>
     <memory mode="strict" nodeset="1-4,^3"/>
+    <memory mode="interleave" nodeset="all"/>
     <memnode cellid="0" mode="strict" nodeset="1"/>
     <memnode cellid="2" mode="preferred" nodeset="2"/>
   </numatune>
@@ -1264,7 +1265,8 @@
         attributes. Attribute <code>mode</code> is either 'interleave',
         'strict', or 'preferred', defaults to 'strict'. Attribute
         <code>nodeset</code> specifies the NUMA nodes, using the same syntax as
-        attribute <code>cpuset</code> of element <code>vcpu</code>. Attribute
+        attribute <code>cpuset</code> of element <code>vcpu</code>.For 'interleave'
+        mode, 'nodeset' can be set to 'all' which stands for all nodes in host. Attribute
         <code>placement</code> (<span class='since'>since 0.9.12</span>) can be
         used to indicate the memory placement mode for domain process, its value
         can be either "static" or "auto", defaults to <code>placement</code> of
-- 
1.8.3.1




More information about the libvir-list mailing list