]> git.proxmox.com Git - mirror_zfs.git/commit
Recommend compression=on in zfs(8) dedup section
authorMike Swanson <mikeonthecomputer@gmail.com>
Fri, 8 Sep 2017 22:21:58 +0000 (15:21 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 8 Sep 2017 22:21:58 +0000 (15:21 -0700)
commit57858fb5ca4b1d0f28b054cb5e15aaf3bc54c99e
tree4216876364349097cd0d883dd0cd9fa29e73b04e
parent5c214ae318cbca37285ec38e6a2044a7002d31e9
Recommend compression=on in zfs(8) dedup section

compression=lz4 depends on the lz4 feature being enabled, while
compression=on will let ZFS use either lzjb or lz4 where appropriate.
It also allows the documentation to not go out of date if/when ZFS
picks a new default in the future.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
Closes #6614
man/man8/zfs.8