projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37704ec
)
Fix XendNode when no host state is saved.
author
Ewan Mellor
<ewan@xensource.com>
Tue, 30 Jan 2007 16:55:51 +0000
(16:55 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Tue, 30 Jan 2007 16:55:51 +0000
(16:55 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendNode.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendNode.py
b/tools/python/xen/xend/XendNode.py
index e5d505285886c7a851ada7fbf57faa0e5c901422..294959752b5e742fbef9d4a1d604283a750e7073 100644
(file)
--- a/
tools/python/xen/xend/XendNode.py
+++ b/
tools/python/xen/xend/XendNode.py
@@
-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')