Hi, rebuilding homelab. Before I commit, looking for suggestions. Planned hardware setup looks like this:
System 1 - Main PVE:
System 2 - NAS PVE
System 3 - Low power PVE (for quorum):
This will be used for homelab, web development, video surveillance, plex media server, FreePBX/asterisk, Home Assistant, etc. The goal is to have reliable network and system services and fast redundant storage. A pfSense VM will handle networking (firewall, OpenVPN, VLAN, etc.) and Windows Server VM for Active Directory (with DHCP and DNS).
Questions:
System 1 - Main PVE:
- Supermicro X10, Xeon E3 CPU, 32GB ECC RAM
- 600GB Intel 320 SSD
- 2x10GbE, 4xGbE
System 2 - NAS PVE
- Lenovo TS440, Xeon E3 CPU, 32GB ECC RAM
- 600GB Intel 320 SSD
- 10X 4TB HDD (ZFS RAIDZ2 on HBA 8-ports, mainboard 5-ports)
- 2x10GbE, 1xGbE
System 3 - Low power PVE (for quorum):
- Raspberry Pi 3
This will be used for homelab, web development, video surveillance, plex media server, FreePBX/asterisk, Home Assistant, etc. The goal is to have reliable network and system services and fast redundant storage. A pfSense VM will handle networking (firewall, OpenVPN, VLAN, etc.) and Windows Server VM for Active Directory (with DHCP and DNS).
Questions:
- Will powering down or restarting a host (e.g., PVE-1) bring down networking services (i.e., no DHCP, DNS, etc.)?
- Would using a Raspberry Pi limit performance or functionality in any way? The main reason for use of the RPi is the low 6W power consumption.
- Is clustering with HA/live migration possible?
- Is it recommended to have PVE on HDD and VMs on SSD? Is it to allow for a fast recovery of host system in case failure or corruption? Is HDD for PVE sufficient or also on another SSD?
- Where to put VMs for fastest performance? I presume will be slower on the NAS and to avoid it.
- When to use Ceph or GlusterFS?
- Do I need SSDs for L2ARC or ZIL? Not doing any high transaction database.
- Better to have RAIDZ2 with 6X HDDs and RAIDZ2 with 6X SSD. Put all storage on NAS?
- Other ideas?