Bug 611838
Summary: | powering down guest causes network connection problem with host for 20-50 seconds | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | olaf |
Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | 5.5 | CC: | berrange, eblake, mkenneth, virt-maint, xen-maint, ykaul |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-07-13 12:05:31 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 580948 |
Description
olaf
2010-07-06 15:54:48 UTC
It seems that probable cause is described in bug #571991 I was able to fix this problem applying patch from bug #571991 The issue here that somehow, tun got to be the first interface on the bridge. So bridge gets the mac from tun, when we disconnect this tun mac changes. In addition to the patch suggested, we could connect eth0 first, and this issue will go away. Since libvirt does the bridge setup, this needs to be fixed there. Changing component appropriately. *** This bug has been marked as a duplicate of bug 571991 *** |