WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] hotplug vcpu problem to Centos 5.2 DomU

To: Felix Chu <felixchu@xxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] hotplug vcpu problem to Centos 5.2 DomU
From: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Date: Tue, 10 Feb 2009 08:57:44 +0700
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 09 Feb 2009 17:58:49 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <000401c98acb$01846da0$048d48e0$@com>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <000401c98acb$01846da0$048d48e0$@com>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Mon, Feb 9, 2009 at 10:28 PM, Felix Chu
<felixchu@xxxxxxxxxxxxxxxxxxxx> wrote:
> My dom0 is uing Centos 5.2 x64. I have just upgraded Xen from 3.3.0 to
> 3.3.1. After upgraded, I find that I cannot hotplug additional vcpu anymore.

Try this config

vcpus=8
vcpu_avail=1
cpus="1-7"

on PV domU with Xen 3.3.1, what this does is :
- allocate 1 CPU initially
- allows up to 8 CPU to be hotplugged (with xm vcpu-set)
- maps those vcpus to pyhsical CPU 1-7, which should leave CPU0 free
for dom0's usage.

Regards,

Fajar

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>