|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] vcpus and vcpu_avail
2010/3/5 Pawel J. <sq6elt@xxxxx>:
> in my domain.cfg i have:
>
> vcpus = 2
> vcpu_avail = 7
you have it backwards. It should be
vcpus = 7
vcpu_avail = 2
IIRC it only works for PV domUs, and only if your xen version knows
how to handle vcpu_avail directive. Run "xm create --help_config |
grep cpu" to make sure.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|