Hello, I have a server with 5 sata disks, one SSD (128GB) and four HDD (2x2TB and 2x4TB).
I've installed proxmox 7.1 in the SSD.
I want to create two zfs pools (mirrored) one with two hard disks of 2TB and another with two disks of 4TB.
In the installation SSD disk I've created two partitions: 8GB for log L2ARC and 32GB for cache ZIL.
It's possible that both pools use the same partitions for log and cache ?
The way I define the pools is:
If not possible, what happens if I don't use the SSD partitions for one of the pools? (The server has 32GB of RAM)
Thanks in avdance.
I've installed proxmox 7.1 in the SSD.
I want to create two zfs pools (mirrored) one with two hard disks of 2TB and another with two disks of 4TB.
In the installation SSD disk I've created two partitions: 8GB for log L2ARC and 32GB for cache ZIL.
It's possible that both pools use the same partitions for log and cache ?
The way I define the pools is:
Code:
zpool create -f -o ashift=12 rpool mirror /dev/sdb /dev/sdc cache /dev/sda5 log /dev/sda4
If not possible, what happens if I don't use the SSD partitions for one of the pools? (The server has 32GB of RAM)
Thanks in avdance.