<div dir="ltr"><div>Hello,<br></div><div><br></div><div>I am trying to remove a failed node and reduce replication count.</div><div>Here is my nodes:</div><div>192.168.0.123</div><div>192.168.0.124</div><div>192.168.0.125</div><div><br></div><div>Node 192.168.0.124 crashed. Now I need to completely remove it from the cluster. </div><div><br></div><div>What I have tried:</div><div># gluster peer detach 192.168.0.124</div><div>peer detach: failed: Brick(s) with the peer 192.168.0.124 exist in cluster</div><div><br></div><div># gluster volume remove-brick gv0 replica 2 192.168.0.124:/data/brick1/gv0 force</div><div>Removing brick(s) can result in data loss. Do you want to Continue? (y/n) y</div><div>volume remove-brick commit force: success</div><div><br></div><div># Above command showed success but in reality brick is still in the cluster.</div><div><br></div><div># gluster volume remove-brick gv0 replica 2  192.168.0.124:/data/brick1/gv0 start</div><div>volume remove-brick start: failed: number of bricks provided (1) is not valid. need at least 2 (or 2xN)</div><div><br></div><div>How to properly shrink volumes?</div><div><br></div><div>Sincerely,</div><div>Alexandr</div></div>