<div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br><br></div>I want to build a HA storage based on two servers. I want that if one goes down, my storage will be available in RW mode.<br><br></div>If I will use replica 2, then split-brain can occur. To avoid this I would use a quorum. As I understand correctly, I can use quorum on a client side, on a server side, or on both. I want to add a dummy node without a brick and make such config:<br></div><br>cluster.quorum-type: fixed<br>cluster.quorum-count: 1<br>cluster.server-quorum-type: server<br>cluster.server-quorum-ratio: 51%<br><br></div><div></div>I expect that client will have access in RW mode until one brick alive. On the other side if server&#39;s quorum will not meet, then bricks will be RO. <br><br>Say, HOST1 with a brick BRICK1, HOST2 with a brick BRICK2, and HOST3 without a brick.<br><br>Once HOST1 lose a network connection, than on this node server quorum will not meet and the brick BRICK1 will not be able for writing. But on HOST2 there is no problem with server quorum (HOST2 + HOST3 &gt; 51%) and that&#39;s why BRICK2 still accessible for writing. With client&#39;s quorum there is no problem also - one brick is alive, so client can write on it.<br><br></div>I have made a lab using KVM on my desktop and it seems to be worked well and as expected.<br><br></div>The main question is:<br></div>Can I use such a storage for production?<br><br></div>Thanks. <br><div><div><div><div><div><br></div></div></div></div></div></div>