====== ZFS - Pools - Add a Cache Drive to a Pool ====== Cache drives add a layer of caching between RAM and the main storage drives. * Typically, a faster SSD should be used for caching. * They are especially useful to improve random-read performance of mainly static data. ---- ===== Add a Cache Drive to a Pool ===== sudo zpool add testpool cache /dev/sdh -f