Print this page
4101 metaslab_debug should allow for fine-grained control
4102 space_maps should store more information about themselves
4103 space map object blocksize should be increased
4104 ::spa_space no longer works
4105 removing a mirrored log device results in a leaked object
4106 asynchronously load metaslab
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Sebastien Roy <seb@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/zpool-features.5
          +++ new/usr/src/man/man5/zpool-features.5
↓ open down ↓ 6 lines elided ↑ open up ↑
   7    7  .\" in compliance with the License. You can obtain a copy of the license at
   8    8  .\" usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   9    9  .\"
  10   10  .\" See the License for the specific language governing permissions and
  11   11  .\" limitations under the License. When distributing Covered Code, include this
  12   12  .\" CDDL HEADER in each file and include the License file at
  13   13  .\" usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this
  14   14  .\" CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your
  15   15  .\" own identifying information:
  16   16  .\" Portions Copyright [yyyy] [name of copyright owner]
  17      -.TH ZPOOL-FEATURES 5 "Mar 16, 2012"
       17 +.TH ZPOOL-FEATURES 5 "Aug 27, 2013"
  18   18  .SH NAME
  19   19  zpool\-features \- ZFS pool feature descriptions
  20   20  .SH DESCRIPTION
  21   21  .sp
  22   22  .LP
  23   23  ZFS pool on\-disk format versions are specified via "features" which replace
  24   24  the old on\-disk format numbers (the last supported on\-disk format number is
  25   25  28). To enable a feature on a pool use the \fBupgrade\fR subcommand of the
  26   26  \fBzpool\fR(1M) command, or set the \fBfeature@\fR\fIfeature_name\fR property
  27   27  to \fBenabled\fR.
↓ open down ↓ 194 lines elided ↑ open up ↑
 222  222  
 223  223  When the \fBlz4_compress\fR feature is set to \fBenabled\fR, the
 224  224  administrator can turn on \fBlz4\fR compression on any dataset on the
 225  225  pool using the \fBzfs\fR(1M) command. Please note that doing so will
 226  226  immediately activate the \fBlz4_compress\fR feature on the underlying
 227  227  pool (even before any data is written). Since this feature is not
 228  228  read-only compatible, this operation will render the pool unimportable
 229  229  on systems without support for the \fBlz4_compress\fR feature. At the
 230  230  moment, this operation cannot be reversed. Booting off of
 231  231  \fBlz4\fR-compressed root pools is supported.
      232 +.RE
 232  233  
      234 +.sp
      235 +.ne 2
      236 +.na
      237 +\fB\fBspacemap_histogram\fR\fR
      238 +.ad
      239 +.RS 4n
      240 +.TS
      241 +l l .
      242 +GUID    com.delphix:spacemap_histogram
      243 +READ\-ONLY COMPATIBLE   yes
      244 +DEPENDENCIES    none
      245 +.TE
      246 +
      247 +This features allows ZFS to maintain more information about how free space
      248 +is organized within the pool. If this feature is \fBenabled\fR, ZFS will
      249 +set this feature to \fBactive\fR when a new space map object is created or
      250 +an existing space map is upgraded to the new format. Once the feature is
      251 +\fBactive\fR, it will remain in that state until the pool is destroyed.
 233  252  .RE
 234  253  
 235  254  .sp
 236  255  .ne 2
 237  256  .na
 238  257  \fB\fBmulti_vdev_crash_dump\fR\fR
 239  258  .ad
 240  259  .RS 4n
 241  260  .TS
 242  261  l l .
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX