Table of Contents

Network planning

Default IP for each node is defined in: /etc/pve/.members

Preffered network layout

Do not try to use classic Linux Bridge STP! It is too slow and if corosync is on the same network will cause node isolation and reboots. My simple and preferred way is to use Linux bond to bond 10Gbe and 1Gbe together with active-backup mode.

corosync

Proxmox Cluster data - this net cannot be overloaded with data traffic because cluster can isolate VM.

CEPH

ceph.conf
[global]
	 cluster_network = 192.168.0.232/22
	 public_network = 192.168.0.232/22
 
[mon.pve1]
	 public_addr = 192.168.0.232
 
[mon.pve2]
	 public_addr = 192.168.0.233