Bug 503712
| Summary: | libvirtd does not listen by default to IPv6 | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Bernie Innocenti <bernie+fedora> |
| Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | berrange, crobinso, xen-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-11-26 15:15:23 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: | |||
|
Description
Bernie Innocenti
2009-06-02 11:28:20 UTC
Looks like getaddrinfo() is returning the IPv4 address before the IPv6 address, and since Linux defaults to net.ipv6.bindv6only=0, when libvirtd tries to listen on the IPv6 address it fails with EADDRINUSE. I really don't know why it isn't returning the IPv6 address first during the lookup. Data point: Works correctly on RHEL-5. Fails on Fedora 9 & 11 Fix pushed upstream http://www.redhat.com/archives/libvir-list/2009-November/msg00386.html Fixed in 0.7.4 release |