From: Roger Pau Monne Date: Tue, 14 Apr 2015 10:53:21 +0000 (+0200) Subject: FreeBSD: Increase guest disk size X-Git-Tag: wip.libvirt-v3-base~225 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bae4a5464df47e036c9dfb3cd967d4bf9bb9d29e;p=people%2Fliuw%2Fosstest.git FreeBSD: Increase 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, in preparation. Increase the size to 24000 in case of future increases upstream. Signed-off-by: Roger Pau Monné Signed-off-by: Ian Jackson --- 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;