http://bugzilla.novell.com/show_bug.cgi?id=618678 http://bugzilla.novell.com/show_bug.cgi?id=618678#c18 --- Comment #18 from James Fehlig <jfehlig@novell.com> 2010-07-05 15:54:25 UTC --- Ok, with the following change I'm not seeing orphaned vif devices when saving or destroying a domU. --- xenbus.c.orig 2010-07-05 09:29:49.179644945 -0600 +++ xenbus.c 2010-07-05 09:36:20.651635720 -0600 @@ -41,9 +41,12 @@ netback_remove_accelerators(be, dev); + if (be->netif) + kobject_uevent(&dev->dev.kobj, KOBJ_OFFLINE); + down_write(&teardown_sem); + if (be->netif) { - kobject_uevent(&dev->dev.kobj, KOBJ_OFFLINE); netif_disconnect(be->netif); be->netif = NULL; } Harold, it should fix your latest issues so we can return to the originally reported problem :-). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.