Description of problem: "gluster peer probe REMOTE-IP" believes that REMOTE-IP is localhost when net.ipv4.ip_nonlocal_bind = 1 when using GlusterFS 3.3.1 on CentOS 6.3 Version-Release number of selected component (if applicable): GlusterFS 3.3.1 CentOS 6.3 How reproducible: For me, 100% Steps to Reproduce: 1. Install CentOS 6.3 and GlusterFS according to QuickStart (http://www.gluster.org/community/documentation/index.php/QuickStart) on at least two hosts. 2. run "sysctl -w net.ipv4.ip_nonlocal_bind=1" on all hosts. 3. Attempt to probe a peer. Actual results: Remote peer thought to be localhost Expected results: Success Additional info:
CHANGE: http://review.gluster.org/4437 (glusterd: identify local address by searching network interfaces.) merged in master by Anand Avati (avati)