Bug 910836
Summary: | peer probe over ipv6 on ipv4/ipv6 network fails. | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | lyon <lyondhill> |
Component: | glusterd | Assignee: | Kaushal <kaushal> |
Status: | CLOSED EOL | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.5.3 | CC: | birger, b.s.mikhael, bugs, gm.redhat.com, lyondhill, martin.klapproth, rwheeler |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-06-17 16:24:25 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
lyon
2013-02-13 16:48:30 UTC
can you try adding "option socket.address-family inet6" in glusterd.vol ? (/etc/glusterfs/glusterd.vol) and then see if it works for peer probe etc. (This has to be done in all nodes where glusterd is running. Thats just a quick work around I can recommend, if it doesn't work, I should take it as an Feature Enhancement and start looking into issues. I forgot to mention 'option socket.address-family inet6' was already set. Neither deamon would listen on ipv6 without it. So yes that was in the configuration. We discovered that no matter what the address-family setting was when we tried peer probing it would do a getaddrinfo() on ipv4 and the function would fail. Just to test we applied a patch that forced ipv6 (https://gist.github.com/notxarb/8dedd34b420e78a353e8) and it was able to peer probe. This is not ideal, my team and I would like the address-family effect what address family we would be peer probing on as well as what address family my local deamon would be listening on. The version that this bug has been reported against, does not get any updates from the Gluster Community anymore. Please verify if this report is still valid against a current (3.4, 3.5 or 3.6) release and update the version, or close this bug. If there has been no update before 9 December 2014, this bug will get automatocally closed. Problem still exists in 3.5. This bug is getting closed because the 3.5 is marked End-Of-Life. There will be no further updates to this version. Please open a new bug against a version that still receives bugfixes if you are still facing this issue in a more current release. |