]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
ts-windows-install: Provide guest with 32G of disk rather than 10G
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 16 Jun 2017 15:55:26 +0000 (16:55 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 19 Jun 2017 09:58:04 +0000 (10:58 +0100)
Paul Durrant examined a VM after a migration failure and found it
short of free space with some essential services not running, and
conjectures that this is cauxed by disk shortage.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
ts-windows-install

index ecdf7670f10c73e5174915f65c89273ec9dfd135..5ee127dda21cbc2e711f5dd24fd2eb69abdfccf4 100755 (executable)
@@ -30,7 +30,7 @@ our $ho= selecthost($whhost);
 our $gho;
 
 our $ram_mb=   1536;
-our $disk_mb= 10000;
+our $disk_mb= 32000;
 
 our $guesthost= 'win.guest.osstest';