Actions
Bug #5661
closedZFS: "compression = on" should use lz4 if feature is enabled
Start date:
2015-02-25
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
As newer compression algorithms are developed and integrated into ZFS, the default compression algorithm, which is used when a dataset is configured with "compression = on", should also be re-evaluated. Based on the extensive benchmarking of lz4, and the pre-existing change to use lz4 for metadata, it is clear that lz4 is a better choice than lzjb for ZFS's default compression algorithm.
Updated by Justin Gibbs over 8 years ago
- % Done changed from 0 to 90
- Difficulty changed from Medium to Bite-size
- Tags deleted (
needs-triage)
Review available: https://reviews.csiden.org/r/166/
Updated by Electric Monk about 8 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit db1741f555ec79def5e9846e6bfd132248514ffe
commit db1741f555ec79def5e9846e6bfd132248514ffe Author: Justin T. Gibbs <justing@spectralogic.com> Date: 2015-03-11T00:42:12.000Z 5661 ZFS: "compression = on" should use lz4 if feature is enabled Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Xin LI <delphij@freebsd.org> Approved by: Robert Mustacchi <rm@joyent.com>
Actions