ZFS
Next Hop deploys storage systems leveraging the power of ZFS. We prefer ZFS for its incredible benefits: integrity, flexibility, speed, ease-of-use, and large base of support.
What is ZFS?
Zettabyte File System (ZFS) is a software package that collapses the functions of logical volume (LVM) and filesystem management into a single stack.
High-level features of ZFS:
- Guarantees data and metadata integrity using cryptographic hashing
- Replaces hardware RAID and other software RAID solutions
- Provides efficient snapshotting at scale
- Allows granular control over datasets for performance tuning
- Provides framework for on-site and off-site replication
Benefits of ZFS
- Copy-on-write (COW) filesystem
- Data integrity (cryptographic hashing; Merkle tree)
- Snapshots
- ZFS send/recieve
- End-to-end encryption during replication
- Deduplication
- Intent logging (ZIL) to eliminate write-holing
- Numerous compression schemes (lz4, zstd, gzip, etc)
- Compatibility with a wide variety of consumer and enterprise hardware
- Per-dataset block size configuration

