[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] osstest: fix FreeBSD guest disk size
Roger Pau Monne writes ("[PATCH] osstest: fix FreeBSD guest disk size"): > New 10.1 images are larger than the previous 10.0 images, so change the size > of the LVM volume to accommodate them. Thanks, after discussion this now looks like the patch below and I'm going to push it to osstest pretest (along with some other stuff) shortly. Ian. From bae4a5464df47e036c9dfb3cd967d4bf9bb9d29e Mon Sep 17 00:00:00 2001 From: Roger Pau Monne <roger.pau@xxxxxxxxxx> Date: Tue, 14 Apr 2015 12:53:21 +0200 Subject: [OSSTEST PATCH 2/6] FreeBSD: Increase guest disk size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New 10.1 images are larger than the previous 10.0 images, so change the size of the LVM volume to accommodate them, in preparation. Increase the size to 24000 in case of future increases upstream. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- ts-freebsd-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-freebsd-install b/ts-freebsd-install index 61d2f83..0f982d1 100755 --- a/ts-freebsd-install +++ b/ts-freebsd-install @@ -29,7 +29,7 @@ $gn ||= 'freebsd'; our $ho= selecthost($whhost); our $ram_mb= 1024; -our $disk_mb= 20480; +our $disk_mb= 24000; our $guesthost= "$gn.guest.osstest"; our $gho; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |