Cluster suggestion

philliphs

Member
May 22, 2021
19
0
6
40
Hello Everyone.

I am upgrading the hardwares my cluster of 3 nodes. The specs are
3 identical nodes of:
Xeon i5 2487w
256GB RAM
500GB NVME x 1
500GB SSD x 2
1TB SSD x 1
2 port NIC10Gbe fiber running DAC cables (1 on VLAN for strictly ceph private network, 1 on separate VLAN for ceph public and proxmox public)
1Gbe NIC for corosync (connected to unmanaged standalone switch not connected to network)

I have few questions in regards to the setup:
1. With 3 nodes I can have redundancy of 1 node down. If I added 2 more devices for qdevice node, would it make my cluster redundancy into max 2 nodes down?
2. Since I'm planning to add the qdevices with just simple mini PC with 1 nic only, how would it work? Do I just connect to the corosync network, since my corosync network isn't connected to any running DHCP router etc.

Did anyone have similar experience?
 
With ceph its better not to get 2 Nodes down. Rather its better to have More than 3 Nodes in the cluster.
 
You would need to have 5 nodes with Ceph OSDs to sustain 2 failed nodes. And even then they should not fail at the same time.
I see. Thank you for the answer. So adding 2 extra qdevices would not increase the cluster ability to sustain 2 failed nodes.