From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 5/5] libxl: vcpu-set - allow to decrease vcpu count on overcommitted guests (v3) Date: Wed, 18 Mar 2015 13:15:10 +0000 Message-ID: <1426684510.14291.20.camel@citrix.com> References: <1426278403-12959-1-git-send-email-konrad.wilk@oracle.com> <1426278403-12959-6-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YYE0O-0007wr-Ba for xen-devel@lists.xenproject.org; Wed, 18 Mar 2015 13:27:28 +0000 In-Reply-To: <1426278403-12959-6-git-send-email-konrad.wilk@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: xen-devel@lists.xenproject.org, ian.jackson@eu.citrix.com, wei.liu2@citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-03-13 at 16:26 -0400, Konrad Rzeszutek Wilk wrote: > We have a check to warn the user if they are overcommitting. > But the check only checks the hosts CPU amount and does > not take into account the case when the user is trying to fix > the overcommit. That is - they want to limit the amount of > online VCPUs. > > This fix allows the user to offline vCPUs without any > warnings when they are running an overcommitted guest. > > Also fix the extra space in the message. > > Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Ian Campbell