Luke S. Crawford wrote:
[EMAIL PROTECTED] ~]# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 3147 4 r----- 2484.5
new01 2 900 1 -b---- 267.8
[EMAIL PROTECTED] ~]# xm vcpu-set new01 3
[EMAIL PROTECTED] ~]# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 3147 4 r----- 2485.0
new01 2 900 1 -b---- 267.8
ideas?
_______________________________________________
rhelv5-beta-list mailing list
rhelv5-beta-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv5-beta-list
Hi,
what is the value of 'vcpus' in your guest's configuration file ?
You can only increase the number of vcpus to the value specified as
'vcpus=N' when you
boot your virtual machine.
So if you booted the virtual machine with vcpus set to '1' you can't
increase the number of vcpus online
to a value higher than '1' .
However you could boot your virtual machine with vcpus set to '4'
and scale the number of vcpus
down using "xm vcpu-set Guest No-vcpus" and later on increase the
number of vcpus to a maximum of '4' .
Hth,
- Jan
_______________________________________________
rhelv5-beta-list mailing list
rhelv5-beta-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv5-beta-list