2026-08-09 04:59 UTC
@xrobau@mastodon.au @LapTop006@aus.social SATA SSDs are unlikely to be fast enough to make good cache vdevs. I’d skip it unless you check your ARC stats and have less than a 99.5% hit rate.
https://infosec.exchange/@bob_zim/115465564078061185
And using a single SATA SSD for both cache and log at the same time will definitely hurt performance compared to just using the capacity devices.
A special vdev is more likely to improve performance, but it’s also risky, as it contains the filesystem structure itself (lose the special vdev, and you lose the tree telling the OS what data is where).
Replies (1)
-
@xrobau@mastodon.au 2026-08-09 05:27
@bob_zim@infosec.exchange I think that @LapTop006@aus.social is only caring about a backup server. The only reason to put a L2ARC in there is for the small chance of a pre-read getting into it, and if you have a SSD, you might as well give a bit of it to a ZIL. Then all he needs is a pile of 10TB spinning rust, and setting up sanoid, and he'll have a nice happy backup server.