Print this page
%B
%B

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/zpool-features.5
          +++ new/usr/src/man/man5/zpool-features.5
   1    1  '\" te
   2    2  .\" Copyright (c) 2012 by Delphix. All rights reserved.
        3 +.\" Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
   3    4  .\" The contents of this file are subject to the terms of the Common Development
   4    5  .\" and Distribution License (the "License").  You may not use this file except
   5    6  .\" in compliance with the License. You can obtain a copy of the license at
   6    7  .\" usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   7    8  .\"
   8    9  .\" See the License for the specific language governing permissions and
   9   10  .\" limitations under the License. When distributing Covered Code, include this
  10   11  .\" CDDL HEADER in each file and include the License file at
  11   12  .\" usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this
  12   13  .\" CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your
↓ open down ↓ 177 lines elided ↑ open up ↑
 190  191  When there are many snapshots, each snapshot uses many Block Pointer
 191  192  Objects (bpobj's) to track blocks associated with that snapshot.
 192  193  However, in common use cases, most of these bpobj's are empty.  This
 193  194  feature allows us to create each bpobj on-demand, thus eliminating the
 194  195  empty bpobjs.
 195  196  
 196  197  This feature is \fBactive\fR while there are any filesystems, volumes,
 197  198  or snapshots which were created after enabling this feature.
 198  199  .RE
 199  200  
      201 +.sp
      202 +.ne 2
      203 +.na
      204 +\fB\fBlz4_compress\fR\fR
      205 +.ad
      206 +.RS 4n
      207 +.TS
      208 +l l .
      209 +GUID    org.illumos:lz4_compress
      210 +READ\-ONLY COMPATIBLE   no
      211 +DEPENDENCIES    none
      212 +.TE
      213 +
      214 +\fBlz4\fR is a high-performance real-time compression algorithm that
      215 +features significantly faster compression and decompression as well as a
      216 +higher compression ratio than the older \fBlzjb\fR compression.
      217 +Typically, \fBlz4\fR compression is approximately 50% faster on
      218 +compressible data and 200% faster on incompressible data than
      219 +\fBlzjb\fR. It is also approximately 80% faster on decompression, while
      220 +giving approximately 10% better compression ratio.
      221 +
      222 +When the \fBlz4_compress\fR feature is set to \fBenabled\fR, the
      223 +administrator can turn on \fBlz4\fR compression on any dataset on the
      224 +pool using the \fBzfs\fR(1M) command. Please note that doing so will
      225 +immediately activate the \fBlz4_compress\fR feature on the underlying
      226 +pool (even before any data is written). Since this feature is not
      227 +read-only compatible, this operation will render the pool unimportable
      228 +on systems without support for the \fBlz4_compress\fR feature. At the
      229 +moment, this operation cannot be reversed. Booting off of
      230 +\fBlz4\fR-compressed root pools is supported.
      231 +
      232 +.RE
      233 +
 200  234  .SH "SEE ALSO"
 201  235  \fBzpool\fR(1M)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX