Print this page
OS-1566 dataset quota for ZFS datasets

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) 2012 Joyent, Inc. 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
  13   14  .\" own identifying information:
  14   15  .\" Portions Copyright [yyyy] [name of copyright owner]
  15      -.TH ZPOOL-FEATURES 5 "Mar 16, 2012"
       16 +.TH ZPOOL-FEATURES 5 "Oct 24, 2012"
  16   17  .SH NAME
  17   18  zpool\-features \- ZFS pool feature descriptions
  18   19  .SH DESCRIPTION
  19   20  .sp
  20   21  .LP
  21   22  ZFS pool on\-disk format versions are specified via "features" which replace
  22   23  the old on\-disk format numbers (the last supported on\-disk format number is
  23   24  28). To enable a feature on a pool use the \fBupgrade\fR subcommand of the
  24   25  \fBzpool\fR(1M) command, or set the \fBfeature@\fR\fIfeature_name\fR property
  25   26  to \fBenabled\fR.
↓ open down ↓ 137 lines elided ↑ open up ↑
 163  164  by a background process, allowing the destroy operation to complete without
 164  165  traversing the entire file system. The background process is able to resume
 165  166  interrupted destroys after the pool has been opened, eliminating the need
 166  167  to finish interrupted destroys as part of the open operation. The amount
 167  168  of space remaining to be reclaimed by the background process is available
 168  169  through the \fBfreeing\fR property.
 169  170  
 170  171  This feature is only \fBactive\fR while \fBfreeing\fR is non\-zero.
 171  172  .RE
 172  173  
      174 +.sp
      175 +.ne 2
      176 +.na
      177 +\fB\fBdataset_quota\fR\fR
      178 +.ad
      179 +.RS 4n
      180 +.TS
      181 +l l .
      182 +GUID    com.joyent:dataset_quota
      183 +READ\-ONLY COMPATIBLE   yes
      184 +DEPENDENCIES    none
      185 +.TE
      186 +
      187 +This feature enables dataset quotas and snapshot quotas. These quotas
      188 +can be used to limit how many datasets and/or snapshots can be created
      189 +under the dataset on which the quotas are set.
      190 +
      191 +This feature is \fBactive\fR once either of the quota properties has been
      192 +set on a dataset.
      193 +.RE
      194 +
 173  195  .sp
 174  196  .ne 2
 175  197  .na
 176  198  \fB\fBempty_bpobj\fR\fR
 177  199  .ad
 178  200  .RS 4n
 179  201  .TS
 180  202  l l .
 181  203  GUID    com.delphix:empty_bpobj
 182  204  READ\-ONLY COMPATIBLE   yes
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX