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] [xen-unstable] Fix XendNode when no host state is saved.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Fix XendNode when no host state is saved.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 31 Jan 2007 07:05:31 -0800
Delivery-date: Wed, 31 Jan 2007 07:50:36 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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 Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1170176151 0
# Node ID 749c7d8e4514a6c6923ad9ab5f2364c8a0101402
# Parent  3b0b70a4fd62a854015f0643ae2000e1b392d189
Fix XendNode when no host state is saved.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendNode.py |    1 +
 1 files changed, 1 insertion(+)

diff -r 3b0b70a4fd62 -r 749c7d8e4514 tools/python/xen/xend/XendNode.py
--- a/tools/python/xen/xend/XendNode.py Tue Jan 30 16:32:50 2007 +0000
+++ b/tools/python/xen/xend/XendNode.py Tue Jan 30 16:55:51 2007 +0000
@@ -74,6 +74,7 @@ class XendNode:
             self.desc = ''
             self.other_config = {}
             self.cpus = {}
+            self.host_metrics_uuid = uuid.createString()
             
         # load CPU UUIDs
         saved_cpus = self.state_store.load_state('cpu')

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix XendNode when no host state is saved., Xen patchbot-unstable <=