Print this page
Use the LZ4 algorithm to compress metadata when the corresponding feature is enabled

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/zpool-features.5
          +++ new/usr/src/man/man5/zpool-features.5
↓ open down ↓ 235 lines elided ↑ open up ↑
 236  236  \fBlz4\fR is a high-performance real-time compression algorithm that
 237  237  features significantly faster compression and decompression as well as a
 238  238  higher compression ratio than the older \fBlzjb\fR compression.
 239  239  Typically, \fBlz4\fR compression is approximately 50% faster on
 240  240  compressible data and 200% faster on incompressible data than
 241  241  \fBlzjb\fR. It is also approximately 80% faster on decompression, while
 242  242  giving approximately 10% better compression ratio.
 243  243  
 244  244  When the \fBlz4_compress\fR feature is set to \fBenabled\fR, the
 245  245  administrator can turn on \fBlz4\fR compression on any dataset on the
 246      -pool using the \fBzfs\fR(1M) command. Please note that doing so will
 247      -immediately activate the \fBlz4_compress\fR feature on the underlying
 248      -pool (even before any data is written), and the feature will not be
 249      -deactivated. Since this feature is not read-only compatible, this
 250      -operation will render the pool unimportable on systems without support
 251      -for the \fBlz4_compress\fR feature. Booting off of \fBlz4\fR-compressed
 252      -root pools is supported.
      246 +pool using the \fBzfs\fR(1M) command. Also, all newly written metadata
      247 +will be compressed with \fBlz4\fR algorithm. Since this feature is not
      248 +read-only compatible, this operation will render the pool unimportable
      249 +on systems without support for the \fBlz4_compress\fR feature. Booting
      250 +off of \fBlz4\fR-compressed root pools is supported.
      251 +
      252 +This feature becomes \fBactive\fR as soon as it is enabled and will
      253 +never return to being \fBenabled\fB.
 253  254  .RE
 254  255  
 255  256  .sp
 256  257  .ne 2
 257  258  .na
 258  259  \fB\fBspacemap_histogram\fR\fR
 259  260  .ad
 260  261  .RS 4n
 261  262  .TS
 262  263  l l .
↓ open down ↓ 144 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX