Bug 1659824
Summary: | Unable to mount gluster fs on glusterfs client: Transport endpoint is not connected | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | aedu <aedu> | ||||
Component: | fuse | Assignee: | bugs <bugs> | ||||
Status: | CLOSED NOTABUG | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 5 | CC: | amukherj, atumball, bugs, pasik | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2019-06-25 13:07:24 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: | |||||||
Attachments: |
|
Description
aedu@wyssmann.com
2018-12-16 19:59:26 UTC
Sorry about getting back to you late on this. This is a case of gluster's volgen having IP/Hostname details in 'protocol/client' given during volume creation. You can check the volfile you received in client side (available on log file), and see what is the 'remote-host' option pointing at. If its a server name, then you can have a overriding DNS resolution through /etc/hosts to use public IP, and that should be enough. If you are seeing IP address in 'remote-host' option, you may have to copy the volfile, and start glusterfs process with `glusterfs -f$local-volfile $mountpoint`. This should work. I would say this is not a 'Bug', but missing documentation. |