On Mon, Jan 3, 2011 at 12:57 PM, David Erickson <halcyon1981@xxxxxxxxx> wrote:
> Hi all,
> I have a large pool and when it syncs up the load on the control
> domain of my pool is pretty high (I've seen up to 77..), I'd like to
> add more than 1 cpu to it, is that possible? I tried the suggestion
> "echo 1 > /sys/devices/system/cpu/cpu1/online" followed by a reboot
> but this didn't take, upon reboot all the cpus are back off.
On "good" xen+dom0 kernel versions (like the one bundled in RHEL5), a
simple "xm vcpu-set 0 4" (to assign 4 cpus to dom0) will do the trick
just fine.
On some "bad" xen+dom0 combinations, you might need to run "echo 1 >
/sys/devices/system/cpu/cpu1/online" (no reboot needed) in addition to
xm vcpu-set. On REALLY bad combination, even the above command won't
work.
So my suggestion is try "xm vcpu-set" route, and if doesn't work, you
should seriously consider changing xen/dom0 kernel combination.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|