WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] [PATCH] Crash the domain if qemu-dm stops running

To: John Levon <john.levon@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH] Crash the domain if qemu-dm stops running
From: "Zhang, Yang" <yang.zhang@xxxxxxxxx>
Date: Mon, 18 May 2009 10:26:18 +0800
Accept-language: en-US
Acceptlanguage: en-US
Cc:
Delivery-date: Sun, 17 May 2009 19:27:44 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4a4bbf70a1fa246d132f.1236822307@girltalk>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4a4bbf70a1fa246d132f.1236822307@girltalk>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcmitcQj+JV4GjOLRIigSsOaSi0qTQ0qhh2Q
Thread-topic: [Xen-devel] [PATCH] Crash the domain if qemu-dm stops running
John Levon wrote:
> # HG changeset patch
> # User John Levon <john.levon@xxxxxxx>
> # Date 1236822295 25200
> # Node ID 4a4bbf70a1fa246d132f2e709039c330a5506fe9
> # Parent  93d25b0df1be0abc503ff721e291b6a1553f4da2
> Crash the domain if qemu-dm stops running
> 
> The comment about the lack of restart prevention is not accurate.
> 
> Bump the minimum restart time to 60 seconds.
> 
> Signed-off-by: John Levon <john.levon@xxxxxxx>
> 
> diff --git a/tools/python/xen/xend/XendConstants.py
> b/tools/python/xen/xend/XendConstants.py ---
> a/tools/python/xen/xend/XendConstants.py +++
> b/tools/python/xen/xend/XendConstants.py @@ -96,7 +96,7 @@
>  ZOMBIE_PREFIX = 'Zombie-' ZOMBIE_PREFIX = 'Zombie-'
> 
>  """Minimum time between domain restarts in seconds."""
> -MINIMUM_RESTART_TIME = 20
> +MINIMUM_RESTART_TIME = 60
why we changed the MINIMUM_RESTART_TIME to 60?

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [Xen-devel] [PATCH] Crash the domain if qemu-dm stops running, Zhang, Yang <=