[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-3.2-testing] xend: Fix writing domain's VDI UUID into domain state file.



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1206035171 0
# Node ID 31a642b54678bd46c9db214b5dca49479f70078f
# Parent  d1d4cff0b3e491b47f8fb8f5318598d6ad3e7f96
xend: Fix writing domain's VDI UUID into domain state file.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
xen-unstable changeset:   17265:8f96b9d78ff1a5f448711ec18ab0b007e826128d
xen-unstable date:        Thu Mar 20 17:45:00 2008 +0000
---
 tools/python/xen/xend/XendConfig.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r d1d4cff0b3e4 -r 31a642b54678 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py       Thu Mar 20 12:14:53 2008 +0000
+++ b/tools/python/xen/xend/XendConfig.py       Thu Mar 20 17:46:11 2008 +0000
@@ -930,7 +930,7 @@ class XendConfig(dict):
                                     dev_type, dev_cfg = 
self['devices'][dev_uuid]
                                     is_bootable = dev_cfg.get('bootable', 0)
                                     config.append(['bootable', 
int(is_bootable)])
-                                    config.append(['VDI'], dev_cfg.get('VDI', 
''))
+                                    config.append(['VDI', dev_cfg.get('VDI', 
'')])
 
                                 sxpr.append(['device', config])
 

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.