Hide Forgot
*** Bug 515 has been marked as a duplicate of this bug. ***
The sa_family member of sockaddr struct passed to calls connect, bind etc is set to AF_INET_SDP. The correct way is to use address family AF_INET_SDP only during call to socket system call and for all other calls, address family should be specified as AF_INET.
PATCH: http://patches.gluster.com/patch/2671 in release-2.0 (transport/socket: use appropriate address family macro when address family is inet-sdp.)
PATCH: http://patches.gluster.com/patch/2672 in master (transport/socket: use appropriate address family macro when address family is inet-sdp.)
PATCH: http://patches.gluster.com/patch/2714 in master (transport/socket: guess an appropriate address family when it is not specified in configuration.)
PATCH: http://patches.gluster.com/patch/2713 in release-2.0 (transport/socket: guess an appropriate address family when it is not specified in configuration.)
It seems to be a problem specific to some hardware. Could not reproduce it locally. Hence not moving it to the verified state.
PATCH: http://patches.gluster.com/patch/3043 in release-3.0 (transport/socket: guess an appropriate address family when it is not specified in configuration.)