Hello community,
I want to setup a new home server as my old one has a broken mainboard.
All parts are already there and I want to re-use my old disks.
The old one ran Linux with a ZFS mirror of two HDD.
But I also have left a SSD (MX500) with 480GB - only used for a few days in a laptop.
My general workload is running a few jails (re-installation of my old LXC containers) running stuff like Grafana, TimescaleDB, Mosquitto server and Gitea.
So nothing "heavy".
The main load would be the 3TB of data that needs to be handled and synchronized nightly to an offsite ZFS storage.
No streaming usecase like videos or music.
Also only a 1Gbit ethernet is attached to the server.
Around four clients are connected to make backups to the server and sometimes accessing shares.
Throughput of around 50-80MBytes/s in sum is more then enough.
So my question is:
Does it make sense to have the following configuration?
zpool1: one SSD for the base system + jails + TimescaleDB
zpool2: both HDD in mirror for the samba shares + snapshots from the zpool1
Reasoning behind would be that I would do the heavy writing (also many small chunks) on the SSD and keep the mostly huge chunks to the HDD.
Or is it better to place everything into the HDD mirror?
Thank you!
I want to setup a new home server as my old one has a broken mainboard.
All parts are already there and I want to re-use my old disks.
The old one ran Linux with a ZFS mirror of two HDD.
But I also have left a SSD (MX500) with 480GB - only used for a few days in a laptop.
My general workload is running a few jails (re-installation of my old LXC containers) running stuff like Grafana, TimescaleDB, Mosquitto server and Gitea.
So nothing "heavy".
The main load would be the 3TB of data that needs to be handled and synchronized nightly to an offsite ZFS storage.
No streaming usecase like videos or music.
Also only a 1Gbit ethernet is attached to the server.
Around four clients are connected to make backups to the server and sometimes accessing shares.
Throughput of around 50-80MBytes/s in sum is more then enough.
So my question is:
Does it make sense to have the following configuration?
zpool1: one SSD for the base system + jails + TimescaleDB
zpool2: both HDD in mirror for the samba shares + snapshots from the zpool1
Reasoning behind would be that I would do the heavy writing (also many small chunks) on the SSD and keep the mostly huge chunks to the HDD.
Or is it better to place everything into the HDD mirror?
Thank you!