[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [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-auto-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. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |