<div dir="ltr"><div><div>Hi,<br><br></div>I have a volume with these characteristics:<br><br># gluster volume info<br> <br>Volume Name: data<br>Type: Distributed-Replicate<br>Volume ID: 7775b714-45ae-4a68-bdf6-8c3c2e4fbfae<br>Status: Started<br>Number of Bricks: 2 x 2 = 4<br>Transport-type: tcp<br>Bricks:<br>Brick1: data1:/volume/data<br>Brick2: data2:/volume/data<br>Brick3: data3:/volume/data<br>Brick4: data4:/volume/data<br>Options Reconfigured:<br>server.allow-insecure: on<br><br></div>The partitions holding the bricks in the 4 servers got full, so I&#39;m trying to add 2 brand new bricks (just the partitions created with the same size, empty by now). From data1:<br><br><div># gluster peer probe data5<br># gluster peer probe data6<br><br># gluster volume add-brick data data5:/volume/data data6:/volume/data<br>volume add-brick: failed: Host data5 is not in &#39;Peer in Cluster&#39; state<br><br></div><div>When I check:<br><br># gluster peer status<br>Number of Peers: 5<br><br>Hostname: data2<br>Uuid: 155d0250-a748-4df2-a46a-f724570d15ee<br>State: Peer in Cluster (Connected)<br><br>Hostname: data3<br>Uuid: c9dab2e1-2da5-4d75-9eae-475acb3d0f2e<br>State: Peer in Cluster (Connected)<br><br>Hostname: data4<br>Uuid: d3df7e79-22cf-459f-8349-8321dd1da59c<br>State: Peer in Cluster (Connected)<br><br>Hostname: data5<br>Uuid: 26755e17-2584-4152-b838-0145f9886087<br>State: Peer Rejected (Connected)<br><br>Hostname: data6<br>Uuid: a053cf52-93bd-41bc-bf4f-df49bef10c32<br>State: Peer in Cluster (Connected)<br><br></div><div>I see that data 5 is &quot;peer rejected&quot; in this data1 server, but also in the other 4 original servers. And in data5:<br><br>root@data5:/var/lib/glusterd# gluster peer status<br>Number of Peers: 5<br><br>Hostname: data6<br>Uuid: a053cf52-93bd-41bc-bf4f-df49bef10c32<br>State: Peer in Cluster (Connected)<br><br>Hostname: data2<br>Uuid: 155d0250-a748-4df2-a46a-f724570d15ee<br>State: Peer Rejected (Connected)<br><br>Hostname: data3<br>Uuid: c9dab2e1-2da5-4d75-9eae-475acb3d0f2e<br>State: Peer Rejected (Connected)<br><br>Hostname: data1<br>Uuid: 48f3fe1a-cb89-45af-9e48-c16f99b5d756<br>State: Peer Rejected (Connected)<br><br>Hostname: data4<br>Uuid: d3df7e79-22cf-459f-8349-8321dd1da59c<br>State: Peer Rejected (Connected)<br><br></div><div>I have tried this proposed solution several times:<br><br><a href="http://www.gluster.org/community/documentation/index.php/Resolving_Peer_Rejected">http://www.gluster.org/community/documentation/index.php/Resolving_Peer_Rejected</a><br><br></div><div>, but I keep getting the same result for peer status. <br><br>I also found this, but I don&#39;t dare to apply it without knowing it it applies to my case:<br><br><a href="http://comments.gmane.org/gmane.comp.file-systems.gluster.user/12547">http://comments.gmane.org/gmane.comp.file-systems.gluster.user/12547</a><br><br></div><div>Any help is appreciated, thanks in advanced.<br><br>#  dpkg -l | grep gluster<br>ii  glusterfs-client                    3.6.9-ubuntu1~trusty1            amd64        clustered file-system (client package)<br>ii  glusterfs-common                    3.6.9-ubuntu1~trusty1            amd64        GlusterFS common libraries and translator modules<br>ii  glusterfs-server                    3.6.9-ubuntu1~trusty1            amd64        clustered file-system (server package)<br><br></div><div>Ubuntu 14.04<br><br></div><div>Regards.<br></div></div>