Trying to break everything on a test cluster, i'm getting this strange error on one of the survived nodes when the failed node comes back online: [2016-08-12 14:12:06.004060] E [socket.c:2391:socket_connect_finish] 0-glusterfs: connection to ::1:24007 failed (Connessione rifiutata) [2016-08-12 14:12:06.004119] E [glusterfsd-mgmt.c:1902:mgmt_rpc_notify] 0-glusterfsd-mgmt: failed to connect with remote-host: localhost (Il socket di destinazione non ? connesso) Why gluster is trying to connect to localhost ? I don't have any brick running on localhost. This happens when a failed brick (on another node, i've simulate a disk failure with "echo 1 > /sys/bus/scsi/devices/0\:0\:2\:0/delete") come back online and after running "gluster volume start gv0 force" Is this normal ?