Replies: 1 comment
-
I'm no expert but in my research and setup I ran into the same issue you did trying to create my dispersed set. The issue with disperse 6 replicate 1 is you are only tolerant of one brick failure. With 3 nodes, if any one node goes down you will lose 2 bricks, meaning the entire volume would go down. It would probably let you do what your trying to do if you did dispurse 3 replicate 1, meaning 2 bricks of redundancy and it would create 2 subvolumes, but would present as one volume. In this setup, the one failed node would not have taken down your volume. You could try dispurse 6 replicate 2 and make it one volume but I think it will still bark about not being optimal. |
Beta Was this translation helpful? Give feedback.
-
I was thinking about deploying a HA cluster myself and stumbled across gluster during a GNU/Linux talk about a year ago. Today, I have a setup of three Odroid HC4 and 6x4TB HDDs.
My idea was to setup gluster in dispersed variant with two bricks per node, one brick per HDD. The exact command I used was:
gluster volume create gv0 disperse 6 redundancy 1 gluster{1..3}:/export/sda1/brick/ gluster{1..3}:/export/sdb1/brick/
, which resulted in the following information:With
force
the volume was created and I got a nice and fully operational result.My OS died, due to faulty segments on the microSD card and one whole node needed to be replaced and that is where my trouble began and ended up in deploying a whole new setup...
My questions so far:
I will thankfully take any kind of expertise, advice, kind shake awakes and guesses on how to improve my knowledge so far.
Beta Was this translation helpful? Give feedback.
All reactions