[libvirt] [PATCHv3 8/8] Add document for new command numatune.

Hu Tao hutao at cn.fujitsu.com
Thu Dec 15 10:50:22 UTC 2011


---
 tools/virsh.pod |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index c468f13..91baf4d 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -832,6 +832,19 @@ migrated to another host.
 
 Get the maximum migration bandwidth (in Mbps) for a domain.
 
+=item B<numatune> I<domain>
+[I<--nodeset nodeset>] [I<--mode mode>]
+[[I<--config>] [I<--live>] | [I<--current>]]
+
+Set or get domain's numa parameters.
+
+I<nodeset> is a list of numa node.Its syntax is a comma separated list
+and a special markup using '-' and '^' (ex. '0-4', '0-3,^2') can also
+be allowed. The '-' denotes the range and the '^' denotes exclusive.
+I<mode> can be one of `strict', `interleave' and `preferred'.
+For running domains(aka with I<--live>), the mode can't be changed,
+and the nodeset can be changed only when the mode is `strict'.
+
 =item B<reboot> I<domain-id>
 
 Reboot a domain.  This acts just as if the domain had the B<reboot>
-- 
1.7.3.1




More information about the libvir-list mailing list