Hi,
I want to use an HPE Microserver for Proxmox. It can take 5 drives. I want Proxmox and my VMs on a ZFS pool with redundancy. In my understanding I could create a rpool like the following and use mirror-0 for Proxmox and raidz1-0 for the VMs:
-> 256 GB for Proxmox, 4 TB for VMs
An alternative would be the following and just install Proxmox and the VMs on the same raidz2-0:
3 TB for everything, but probably higher redundancy.
So my questions:
1. Did I understand this right?
2. If yes, what is the recommended way?
3. Or is there another, better alternative?
EDIT: Second example was meant to be raidz2, not raidz1.
I want to use an HPE Microserver for Proxmox. It can take 5 drives. I want Proxmox and my VMs on a ZFS pool with redundancy. In my understanding I could create a rpool like the following and use mirror-0 for Proxmox and raidz1-0 for the VMs:
Code:
rpool
mirror-0
ssd1-256GB
ssd2-256GB
raidz1-0
ssd3-2TB
ssd4-2TB
ssd5-2TB
An alternative would be the following and just install Proxmox and the VMs on the same raidz2-0:
Code:
rpool
raidz2-0
ssd1-1TB
ssd2-1TB
ssd3-1TB
ssd4-1TB
ssd5-1TB
So my questions:
1. Did I understand this right?
2. If yes, what is the recommended way?
3. Or is there another, better alternative?
EDIT: Second example was meant to be raidz2, not raidz1.
Last edited: