StoreVirtual Storage
1847156 Members
5948 Online
110263 Solutions
New Discussion

Re: 8 Node cluster with 5 managers

 
SOLVED
Go to solution
aur
Occasional Visitor

8 Node cluster with 5 managers

Hi all,

I'm trying to determine the theory behind how many nodes I can lose in my cluster and still have the data available. I currently have the following:

 

8 nodes in a single cluster

5 managers are in use

Volumes are configured in Network RAID10.

 

Any ideas how many nodes I could lose in the cluster before the data/volumes are offline? I always thought that if 2 or more node fail, they will go offline.

 

Thanks

3 REPLIES 3
aur
Occasional Visitor

Re: 8 Node cluster with 5 managers

Don't worry I've managed to work it out

techin
Valued Contributor

Re: 8 Node cluster with 5 managers

Hi @aur ,

Can you please let me know how you fixed this problem. it'll be helpful. Thanks

aur
Occasional Visitor
Solution

Re: 8 Node cluster with 5 managers

No problem,

 

If you have 8 nodes, you can have all of the even nodes or all of the odd nodes fail without issue. The issue comes when you have a node that fails alongside another.

 

1,3,5,7 can fail and the volumes will still be online

2,4,6,8 can fail and the volumes will still be online

1,2 or 3,4 or 4,5 ...etc fail and the volumes will go offline, for example.

So when the documentation states half of the cluster can go offline, it is true, but it really depends which nodes are offline (obviously this is RAID10 and not RAID10+1 / RAID10+2).

Hope this helps someone out there.