|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xm: Add "tap2" to attach blocktap disks t
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1251967781 -3600
# Node ID b951df6d6c8f9755c61a34cdebeca0c961e3cb71
# Parent 74bbd1eb759885aaf8e76b27a49a9115a9d35f69
xm: Add "tap2" to attach blocktap disks to VM
I detected a problem when using XenAPI. When I started a VM by
using xm create command, blocktap disks were not attached to the
VM.
Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
---
tools/python/xen/xm/xenapi_create.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 74bbd1eb7598 -r b951df6d6c8f tools/python/xen/xm/xenapi_create.py
--- a/tools/python/xen/xm/xenapi_create.py Thu Sep 03 07:37:27 2009 +0100
+++ b/tools/python/xen/xm/xenapi_create.py Thu Sep 03 09:49:41 2009 +0100
@@ -594,7 +594,7 @@ class sxp2xml:
if len(child) > 0 and child[0] == "device"]
vbds_sxp = map(lambda x: x[1], [device for device in devices
- if device[1][0] in ("vbd", "tap")])
+ if device[1][0] in ("vbd", "tap",
"tap2")])
vifs_sxp = map(lambda x: x[1], [device for device in devices
if device[1][0] == "vif"])
_______________________________________________
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] xm: Add "tap2" to attach blocktap disks to VM,
Xen patchbot-unstable <=
|
|
|
|
|