From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4 7/7] libxl/vcpu-set - allow to decrease vcpu count on overcommitted guests (v5) Date: Tue, 31 Mar 2015 16:59:23 +0100 Message-ID: <1427817563.2115.174.camel@citrix.com> References: <1427729207-9832-1-git-send-email-konrad.wilk@oracle.com> <1427729207-9832-8-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1427729207-9832-8-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: wei.liu2@citrix.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-03-30 at 11: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