> -----Original Message-----
> From: Ian Jackson [mailto:ian.jack...@eu.citrix.com]
> Sent: 16 June 2017 16:57
> To: xen-de...@lists.xenproject.org
> Cc: Ian Jackson <ian.jack...@citrix.com>; Ian Jackson
> <ian.jack...@citrix.com>; Paul Durrant <paul.durr...@citrix.com>
> Subject: [OSSTEST PATCH] ts-windows-install: Provide guest with 32G of disk
> rather than 10G
> 
> 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.jack...@eu.citrix.com>
> CC: Paul Durrant <paul.durr...@citrix.com>

Reviewed-by: Paul Durrant <paul.durr...@citrix.com>

> ---
>  ts-windows-install | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ts-windows-install b/ts-windows-install
> index ecdf767..5ee127d 100755
> --- a/ts-windows-install
> +++ b/ts-windows-install
> @@ -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';
> 
> --
> 2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to