|
124 | 124 | .\" ======================================================================== |
125 | 125 | .\" |
126 | 126 | .IX Title "VIRT-INSTALL 1" |
127 | | -.TH VIRT-INSTALL 1 "2011-07-25" "" "Virtual Machine Install Tools" |
| 127 | +.TH VIRT-INSTALL 1 "2011-07-26" "" "Virtual Machine Install Tools" |
128 | 128 | .\" For nroff, turn off justification. Always turn off hyphenation; it makes |
129 | 129 | .\" way too many mistakes in technical documents. |
130 | 130 | .if n .ad l |
@@ -233,6 +233,21 @@ Set which physical cpus the guest can use. \f(CW\*(C`CPUSET\*(C'\fR is a comma s |
233 | 233 | .Sp |
234 | 234 | If the value 'auto' is passed, virt-install attempts to automatically determine |
235 | 235 | an optimal cpu pinning using \s-1NUMA\s0 data, if available. |
| 236 | +.IP "\-\-numatune=NODESET,[mode=MODE]" 2 |
| 237 | +.IX Item "--numatune=NODESET,[mode=MODE]" |
| 238 | +Tune \s-1NUMA\s0 policy for the domain process. Example invocations |
| 239 | +.Sp |
| 240 | +.Vb 2 |
| 241 | +\& \-\-numatune 1,2,3,4\-7 |
| 242 | +\& \-\-numatune \e"1\-3,5\e",mode=preferred |
| 243 | +.Ve |
| 244 | +.Sp |
| 245 | +Specifies the numa nodes to allocate memory from. This has the same syntax |
| 246 | +as \f(CW\*(C`\-\-cpuset\*(C'\fR option. mode can be one of 'interleave', 'preferred', or |
| 247 | +\&'strict' (the default). See 'man 8 numactl' for information about each |
| 248 | +mode. |
| 249 | +.Sp |
| 250 | +The nodeset string must use escaped-quotes if specifying any other option. |
236 | 251 | .IP "\-\-cpu MODEL[,+feature][,\-feature][,match=MATCH][,vendor=VENDOR]" 2 |
237 | 252 | .IX Item "--cpu MODEL[,+feature][,-feature][,match=MATCH][,vendor=VENDOR]" |
238 | 253 | Configure the \s-1CPU\s0 model and \s-1CPU\s0 features exposed to the guest. The only |
@@ -394,6 +409,8 @@ Values for some recent \s-1OS\s0 options are: |
394 | 409 | .IX Item "winxp : Microsoft Windows XP" |
395 | 410 | .IP "win2k8 : Microsoft Windows Server 2008" 2 |
396 | 411 | .IX Item "win2k8 : Microsoft Windows Server 2008" |
| 412 | +.IP "win2k3 : Microsoft Windows Server 2003" 2 |
| 413 | +.IX Item "win2k3 : Microsoft Windows Server 2003" |
397 | 414 | .IP "freebsd8 : FreeBSD 8.x" 2 |
398 | 415 | .IX Item "freebsd8 : FreeBSD 8.x" |
399 | 416 | .IP "generic : Generic" 2 |
|
0 commit comments