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

[Xen-changelog] [xen-3.1-testing] Fix PIFIsPhysical exception when starting Xend



# HG changeset patch
# User Tom Wilkie <tom.wilkie@xxxxxxxxx>
# Date 1178119985 -3600
# Node ID da02af7b55b94ad975cbb0216ceb0a75b6d0d2ce
# Parent  2a530128f1dccd38a7a9514d4e7dbc08a0ee5760
Fix PIFIsPhysical exception when starting Xend

signed-off-by: Tom Wilkie <tom.wilkie@xxxxxxxxx>
---
 tools/python/xen/xend/XendPIF.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 2a530128f1dc -r da02af7b55b9 tools/python/xen/xend/XendPIF.py
--- a/tools/python/xen/xend/XendPIF.py  Tue May 01 11:40:40 2007 +0100
+++ b/tools/python/xen/xend/XendPIF.py  Wed May 02 16:33:05 2007 +0100
@@ -205,7 +205,7 @@ class XendPIF(XendBase):
         ifs = [dev for dev, _1, _2 in linux_get_phy_ifaces()]
         if pif.get_VLAN() == -1:
             if pif.get_device() not in ifs:
-                pif.destroy()
+                XendBase.destroy(self)
                 metrics.destroy()
                 return None
         else:

_______________________________________________
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®.