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-changelog

[Xen-changelog] Added line of debugging to try and catch hotplug script

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Added line of debugging to try and catch hotplug script race.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 14 Nov 2005 18:58:15 +0000
Delivery-date: Mon, 14 Nov 2005 18:59:36 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID edc33eea8630937f5616bf062c130a3b4ff3f625
# Parent  504111fd562a232aee9a6705e0ac8411652cd451
Added line of debugging to try and catch hotplug script race.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 504111fd562a -r edc33eea8630 
tools/python/xen/xend/server/DevController.py
--- a/tools/python/xen/xend/server/DevController.py     Mon Nov 14 10:06:25 2005
+++ b/tools/python/xen/xend/server/DevController.py     Mon Nov 14 11:11:41 2005
@@ -306,6 +306,8 @@
         ev = Event()
 
         def hotplugStatus():
+            log.debug("hotplugStatus %d", devid)
+            
             try:
                 status = self.readBackend(devid, HOTPLUG_STATUS_NODE)
             except VmError:

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Added line of debugging to try and catch hotplug script race., Xen patchbot -unstable <=