]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
FreeBSD: Increase guest disk size
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 14 Apr 2015 10:53:21 +0000 (12:53 +0200)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 14 Apr 2015 15:48:53 +0000 (16:48 +0100)
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@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
ts-freebsd-install

index 61d2f830bab2e3ca2338478b5f34a42665fd1657..0f982d12b4a09b921140f29e7ce95a254904436e 100755 (executable)
@@ -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;