diff options
author | 2012-04-11 22:40:33 +0800 | |
---|---|---|
committer | 2012-04-16 18:09:07 +0800 | |
commit | 8fb2164cfff35ce0b87f1d513a0f3ca5111d7880 (patch) | |
tree | 21dfda30e4f7a4f3f43b20c7e27b1887ee268730 /docs/formatdomain.html.in | |
parent | numad: Convert node list to cpumap before setting affinity (diff) | |
download | libvirt-8fb2164cfff35ce0b87f1d513a0f3ca5111d7880.tar.gz libvirt-8fb2164cfff35ce0b87f1d513a0f3ca5111d7880.tar.bz2 libvirt-8fb2164cfff35ce0b87f1d513a0f3ca5111d7880.zip |
numad: Ignore cpuset if placement is auto
As explained in previous patch, numad will balance the affinity
dynamically, so reflecting the cpuset from numad at the first
time doesn't make much case, and may just could cause confusion.
Diffstat (limited to 'docs/formatdomain.html.in')
-rw-r--r-- | docs/formatdomain.html.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index a382d3009..bb67cd1e0 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -365,11 +365,11 @@ "auto", defaults to "static" if <code>cpuset</code> is specified, "auto" indicates the domain process will be pinned to the advisory nodeset from querying numad, and the value of attribute - <code>cpuset</code> will be overridden by the advisory nodeset - from numad if it's specified. If both <code>cpuset</code> and - <code>placement</code> are not specified, or if <code>placement</code> - is "static", but no <code>cpuset</code> is specified, the domain - process will be pinned to all the available physical CPUs. + <code>cpuset</code> will be ignored if it's specified. If both + <code>cpuset</code> and <code>placement</code> are not specified, + or if <code>placement</code> is "static", but no <code>cpuset</code> + is specified, the domain process will be pinned to all the + available physical CPUs. </dd> </dl> |