In this episode, Lucas and Luna dive into Linux server storage tiering using LVM cache, a technique that combines fast SSDs with slower HDDs to create a hybrid volume. They explain how LVM cache works on a block level, using the 'cache' target in device-mapper to promote frequently accessed blocks to the fast tier. Lucas walks through a concrete example: setting up a cache pool with an NVMe drive backing a 4 TB HDD, using practical commands like 'lvcreate --type cache-pool' and 'lvconvert --type cache'. They discuss the two cache modes—writethrough for safety and writeback for performance—and when to choose each. Luna probes the tradeoffs: metadata overhead, write amplification on the SSD, and failure scenarios like a cache device dying. They also touch on newer alternatives like bcache and Stratis, and why LVM cache remains a solid enterprise choice for mixed-media storage. If your servers have both fast and slow drives, this episode gives you a clear path to better utilization without additional software.