diff options
author | Mike Swanson <[email protected]> | 2017-09-08 15:21:58 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-09-08 15:21:58 -0700 |
commit | 57858fb5ca4b1d0f28b054cb5e15aaf3bc54c99e (patch) | |
tree | 4216876364349097cd0d883dd0cd9fa29e73b04e /man | |
parent | 5c214ae318cbca37285ec38e6a2044a7002d31e9 (diff) |
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Mike Swanson <[email protected]>
Closes #6614
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 423f711ed..89541eed9 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -484,7 +484,7 @@ Before creating a pool with deduplication enabled, ensure that you have planned your hardware requirements appropriately and implemented appropriate recovery practices, such as regular backups. As an alternative to deduplication consider using -.Sy compression=lz4 , +.Sy compression=on , as a less resource-intensive alternative. .Ss Native Properties Properties are divided into two types, native properties and user-defined |