|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [XEND] Re-add the tap prefix because it i
# HG changeset patch
# User Alastair Tse <atse@xxxxxxxxxxxxx>
# Node ID c4df5f0a41f323d7bf354546ae4ba02eaf7034e9
# Parent 41ca10996ce741be07f690b44bf4819ef961857c
[XEND] Re-add the tap prefix because it is needed.
Signed-off-by: Alastair Tse <atse@xxxxxxxxxxxxx>
---
tools/python/xen/xend/XendConfig.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 41ca10996ce7 -r c4df5f0a41f3 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Fri Oct 13 17:34:13 2006 +0100
+++ b/tools/python/xen/xend/XendConfig.py Fri Oct 13 18:36:25 2006 +0100
@@ -809,7 +809,7 @@ class XendConfig(dict):
return dev_uuid
elif dev_type == 'tap':
- dev_info['uname'] = 'qcow:%s' % cfg_xenapi.get('image')
+ dev_info['uname'] = 'tap:qcow:%s' % cfg_xenapi.get('image')
dev_info['dev'] = '%s:disk' % cfg_xenapi.get('device')
if cfg_xenapi.get('mode') == 'RW':
_______________________________________________
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] [XEND] Re-add the tap prefix because it is needed.,
Xen patchbot-unstable <=
|
|
|
|
|