Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
9223372036854775807
Description
https://github.com/openzfs/zfs/releases/tag/zfs-2.0.0
Major New Features
- Sequential resilver - The sequential resilver feature can rebuild a failed mirror vdev in a fraction of the time it would take a traditional healing resilver. Full redundancy is restored as quickly as possible and then the pool is automatically scrubbed to verify all of the data checksums. #10349
- Persistent L2ARC - This feature makes the L2ARC cache device persistent across reboots thereby eliminating the usual cache warmup time normally needed after importing your pool. #9582
- ZStandard compression - ZStandard is a modern, high performance, general compression algorithm which provides similar or better compression levels to GZIP, but with much better performance. ZStandard provides a large selection of compression levels to allow a storage administrator to select the preferred performance/compression trade-off. #10278
- Redacted zfs send/receive - Redacted streams allow users to send subsets of their data to a target system. This allows users to save space by not replicating unimportant data within a given dataset or to selectively exclude sensitive information. #7958
Notable Changes
- Added fallocate(mode-0/2) compatibility to preallocate space. #10408
- Reorganized the zfs and zpool man pages by splitting out each subcommand in to its own page. #9559 #9564
- Provided pam module for automatically loading zfs encryption keys for home datasets. #9903
- Optionally colorized zpool status output. #9340
Performance
- Improved write performance for heavily fragmented pools. #8442
Attachments
Issue Links
- is related to
-
LU-13839 support for RHEL 8.3
- Resolved