At the moment, I have a server at Hetzner with 4x 16TB HDD (no SSDs) that I use as central offsite backup site for multiple local PBS.
I use ZFS with two mirror vdevs with 2 HDDs each, i.e. like a RAID10, with 2x 16TB effective storage space.
That worked quite well, but now the HHDs are rather full and I need to expand it.
Also, on my old server, some tasks like verify took a pretty long time (~20h for one of the datastores).
I want to switch to an SX135 with 128GB RAM, 8x 22TB HDD and 2x 1.92TB NVMe SSD.
https://www.hetzner.com/de/dedicated-rootserver/matrix-sx/
The question is now how to layout the ZFS pool.
My idea is this:
Create a zfs pool "rpool" on a small partition (e.g. 256GB) on the SSDs (as mirrored vdev).
This would leave > 1.5TB free on the SSDs.
Create a zfs pool "hddpool" as RAIDZ-2 (this would give me 6x 22TB effective storage space) or RAID10/mirror vdevs like before (this would give me 4x 22TB).
What layout would you recommend?
Is it beneficial to use the remaining space on the SSDs as ZFS log, cache or special device?
Does a log and/or cache device help for a PBS?
I think the special device will only speed up access to the metadata, but that might still help a bit?
Thanks a lot for your help!
/Christian
I use ZFS with two mirror vdevs with 2 HDDs each, i.e. like a RAID10, with 2x 16TB effective storage space.
That worked quite well, but now the HHDs are rather full and I need to expand it.
Also, on my old server, some tasks like verify took a pretty long time (~20h for one of the datastores).
I want to switch to an SX135 with 128GB RAM, 8x 22TB HDD and 2x 1.92TB NVMe SSD.
https://www.hetzner.com/de/dedicated-rootserver/matrix-sx/
The question is now how to layout the ZFS pool.
My idea is this:
Create a zfs pool "rpool" on a small partition (e.g. 256GB) on the SSDs (as mirrored vdev).
This would leave > 1.5TB free on the SSDs.
Create a zfs pool "hddpool" as RAIDZ-2 (this would give me 6x 22TB effective storage space) or RAID10/mirror vdevs like before (this would give me 4x 22TB).
What layout would you recommend?
Is it beneficial to use the remaining space on the SSDs as ZFS log, cache or special device?
Does a log and/or cache device help for a PBS?
I think the special device will only speed up access to the metadata, but that might still help a bit?
Thanks a lot for your help!
/Christian
Last edited: