[Xen-devel] [PATCH] osstest: fix FreeBSD guest disk size

2015-04-14 Thread Roger Pau Monne
New 10.1 images are larger than the previous 10.0 images, so change the size
of the LVM volume to accommodate them.

Signed-off-by: Roger Pau Monné roger@citrix.com
Cc: Ian Jackson ian.jack...@eu.citrix.com
---
 ts-freebsd-install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ts-freebsd-install b/ts-freebsd-install
index 6c6abbe..555fa43 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= 21505;
 
 our $guesthost= $gn.guest.osstest;
 our $gho;
-- 
1.9.5 (Apple Git-50.3)


___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] osstest: fix FreeBSD guest disk size

2015-04-14 Thread Ian Jackson
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@citrix.com
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@citrix.com
Signed-off-by: Ian Jackson ian.jack...@eu.citrix.com
---
 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@lists.xen.org
http://lists.xen.org/xen-devel