ZFS
Deep dive into the Z File System architecture, independent of the specific operating system implementation.
π Storage Layout#
- VDEVs: Topology choices (Mirrors, RAIDZ1/2/3) and expansion.
- Special Devices: SLOG (Write Intent Log) and L2ARC (Read Cache) usage.
β‘ Properties & Tuning#
- Performance: Recordsize tuning, compression algorithms (LZ4/ZSTD), and
ashift. - Data Integrity: Checksums, Copy-on-Write (CoW) mechanics, and resilvering priorities.
π Operations#
- Snapshots: Creation, retention policies, and
zfs send/recvworkflows. - Recovery: Pool import flags and disaster recovery.
π External Resources#
- OpenZFS Documentation - The upstream project documentation.