From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 2/6] ts-xen-build-prep: Abolish "background" parameter to lvextend Date: Thu, 12 Jun 2014 09:26:10 +0100 Message-ID: <1402561570.4342.5.camel@kazak.uk.xensource.com> References: <1402519665-17578-1-git-send-email-ian.jackson@eu.citrix.com> <1402519665-17578-2-git-send-email-ian.jackson@eu.citrix.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 1Wv0Kt-0003m5-4P for xen-devel@lists.xenproject.org; Thu, 12 Jun 2014 08:26:15 +0000 In-Reply-To: <1402519665-17578-2-git-send-email-ian.jackson@eu.citrix.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: Ian Jackson Cc: xen-devel@lists.xenproject.org, Ian Jackson List-Id: xen-devel@lists.xenproject.org On Wed, 2014-06-11 at 21:47 +0100, Ian Jackson wrote: > Signed-off-by: Ian Jackson > --- > ts-xen-build-prep | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 deletions(-) > > diff --git a/ts-xen-build-prep b/ts-xen-build-prep > index 0e68cd3..6443351 100755 > --- a/ts-xen-build-prep > +++ b/ts-xen-build-prep > @@ -65,11 +65,11 @@ sub lvextend_stage1 () { > fi > END > > - lvextend1('disk extend initial', 30, 0); > + lvextend1('disk extend initial', 300); Did you also intentionally increase max_more_gb here? > } > > sub lvextend_stage2 () { > - lvextend1('disk extend background', undef, 1); > + lvextend1('disk extend subsequent', undef); Nit: Extra space