Elektrine lite

← Feed

@xrobau@mastodon.au

2026-08-09 04:50 UTC

@LapTop006@aus.social SATA would be fine for a backup box. Even a pile of spinning rust with a single SATA for L2ARC and ZIL. Haven't I ranted at you about ZFS yet and how Hardware RAID is a pestilence upon us?

Replies (1)

  • @bob_zim@infosec.exchange 2026-08-09 04:59

    @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).

    Open ##4459284