All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: "Pang, LongtaoX" <longtaox.pang@intel.com>
Cc: "wei.liu2@citrix.com" <wei.liu2@citrix.com>,
	"Hu, Robert" <robert.hu@intel.com>,
	"Ian.Jackson@eu.citrix.com" <Ian.Jackson@eu.citrix.com>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [OSSTEST Nested PATCH v10 6/9] Changes on test step of Debian hvm guest install
Date: Tue, 26 May 2015 10:00:31 +0100	[thread overview]
Message-ID: <1432630831.14664.61.camel@citrix.com> (raw)
In-Reply-To: <86C3224E41A7434B904EC364302132D80E4AF023@SHSMSX101.ccr.corp.intel.com>

On Tue, 2015-05-26 at 08:53 +0000, Pang, LongtaoX wrote:
> 
> 
> > -----Original Message-----
> > From: Ian Campbell [mailto:ian.campbell@citrix.com]
> > Sent: Wednesday, May 20, 2015 9:56 PM
> > To: Pang, LongtaoX
> > Cc: xen-devel@lists.xen.org; Ian.Jackson@eu.citrix.com; wei.liu2@citrix.com; Hu,
> > Robert
> > Subject: Re: [OSSTEST Nested PATCH v10 6/9] Changes on test step of Debian hvm
> > guest install
> > 
> > On Wed, 2015-05-13 at 11:36 +0800, longtao.pang wrote:
> > > @@ -59,7 +59,7 @@ d-i partman-auto/expert_recipe string \\
> > >                          use_filesystem{ } filesystem{ vfat } \\
> > >                          mountpoint{ /boot/efi } \\
> > >                  . \\
> > > -                5000 50 5000 ext4 \\
> > > +                10000 50 10000 ext4 \\
> > 
> > These three numbers are
> > 
> > <limits>::=<minimal size>_<priority>_<maximal size>_<parted fs>
> > 
> > (from
> > http://anonscm.debian.org/cgit/d-i/debian-installer.git/tree/doc/devel/partman-a
> > uto-recipe.txt)
> > 
> > So here you are increasing the minimum size of the root partition for
> > all debianhvm domains (including non-nested ones and L2 guests) from 5G
> > to 10G.
> > 
> > Did you test this with a normal L1 debianhvm guest (not one destined to
> > be an L1 host). i.e. using test-amd64-amd64-xl-qemuu-debianhvm-amd64 ?
> > 
> > The new size you have given is the same size as the entire disk in that
> > case. I'm not sure what will then happen...
> > 
> > Perhaps "5000 50 -1 ext4" does what you need, namely leaves the minimum
> > alone and sets the maximum to unlimited, which I think will end up
> > making this partition as big as the disk less the configured swap space.
> > 
> > Ian.
> I have ever used 'Debian-7.6.0-amd64-DVD-1.iso' as debianhvm_image which is 3.7G. 
> At that time, it's necessary to extend L1 guest's rootf size to '10000' to store the image.
> Currently, I use 'Debian-7.2.0-amd64-CD-1.iso' as debianhvm_image which is just 624M,
> the origin rootfs size of '5000' is sufficient to store this image and I have tried that it works fine for nested job.
> So, it's no need to extend guest's rootfs size anymore.

OK, great, that should simplify things in the series.

Ian.

  reply	other threads:[~2015-05-26  9:00 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13  3:36 [OSSTEST Nested PATCH v10 0/9] Introduction of netsted HVM test job longtao.pang
2015-05-13  3:36 ` [OSSTEST Nested PATCH v10 1/9] Parsing grub which has 'submenu' primitive longtao.pang
2015-05-13  3:36 ` [OSSTEST Nested PATCH v10 2/9] Changes to support '/boot' leading paths of kernel, xen, in grub longtao.pang
2015-05-13  3:36 ` [OSSTEST Nested PATCH v10 3/9] Refactor installation of overlays longtao.pang
2015-05-14 10:59   ` Ian Campbell
2015-05-18  9:52     ` Ian Campbell
2015-05-18 12:21       ` Robert Hu
2015-05-20 13:17   ` Ian Campbell
2015-05-13  3:36 ` [OSSTEST Nested PATCH v10 4/9] Edit some APIs in TestSupport.pm for nested test longtao.pang
2015-05-13  3:36 ` [OSSTEST Nested PATCH v10 5/9] Move the code for setting memory size into prep() longtao.pang
2015-05-13  3:36 ` [OSSTEST Nested PATCH v10 6/9] Changes on test step of Debian hvm guest install longtao.pang
2015-05-20 13:23   ` Ian Campbell
2015-05-20 13:55   ` Ian Campbell
2015-05-26  8:53     ` Pang, LongtaoX
2015-05-26  9:00       ` Ian Campbell [this message]
2015-05-13  3:36 ` [OSSTEST Nested PATCH v10 7/9] Add new script to customize nested test configuration longtao.pang
2015-05-20 13:28   ` Ian Campbell
2015-05-13  3:36 ` [OSSTEST Nested PATCH v10 8/9] Compose the main recipe of nested test job longtao.pang
2015-05-13  3:36 ` [OSSTEST Nested PATCH v10 9/9] Add test job for nest test case longtao.pang
2015-05-20 15:39 ` [OSSTEST Nested PATCH v10 0/9] Introduction of netsted HVM test job Ian Campbell
2015-05-21  6:56   ` Robert Hu
2015-05-21  8:42     ` Ian Campbell
2015-05-21  9:25   ` Pang, LongtaoX
2015-05-21  9:32     ` Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432630831.14664.61.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=longtaox.pang@intel.com \
    --cc=robert.hu@intel.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.