Hello Everyone, I need help replacing a failed server. I am using distribute-replicate scheme on v3.4 on CentOS6 x86-64. It looks something like this: gluster1 <-> gluster2 gluster3 <-> gluster4 These two create a distributed export named 'vol01'. As a test, I destroyed gluster2 and recreated it. It has the same hostname and the same IP. Following this link: http://gluster.org/community/documentation/index.php/ Gluster_3.2:_Brick_Restoration_-_Replace_Crashed_Server I changed the glusterd.info file to contain the UUID that others know that server to be. Then followed the rest of the instructions. >From gluster1: [root at gluster1 ~]# gluster peer status Number of Peers: 3 Hostname: 192.168.56.204 Port: 24007 Uuid: 7ebbd893-f414-45a2-9286-3c3f64f2d85f State: Peer in Cluster (Connected) Hostname: gluster2 Uuid: 00ba1354-19de-465f-984a-493d0797e423 State: Sent and Received peer request (Connected) Hostname: gluster3 Uuid: fddfdd66-acb4-43df-88e8-0284d16dc7e1 State: Peer in Cluster (Connected) >From gluster2: [root at gluster2 ~]# gluster peer status Number of Peers: 3 Hostname: gluster1 Uuid: 3498c747-9778-4dd1-85f2-3158cf6cf8bf State: Sent and Received peer request (Connected) Hostname: gluster3 Uuid: fddfdd66-acb4-43df-88e8-0284d16dc7e1 State: Peer in Cluster (Connected) Hostname: 192.168.56.204 Uuid: 7ebbd893-f414-45a2-9286-3c3f64f2d85f State: Sent and Received peer request (Connected) Can you please help me? What am I doing wrong?