Print this page
1693 persistent 'comment' field for a zpool

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/zpool.1m
          +++ new/usr/src/man/man1m/zpool.1m
   1    1  '\" te
   2    2  .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
        3 +.\" Copyright 2011, Nexenta Systems, Inc. All Rights Reserved.
   3    4  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   4    5  .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
   5    6  .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.\" Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
   7      -.TH ZPOOL 1M "Oct 25, 2011"
        7 +.TH ZPOOL 1M "Nov 14, 2011"
   8    8  .SH NAME
   9    9  zpool \- configures ZFS storage pools
  10   10  .SH SYNOPSIS
  11   11  .LP
  12   12  .nf
  13   13  \fBzpool\fR [\fB-?\fR]
  14   14  .fi
  15   15  
  16   16  .LP
  17   17  .nf
↓ open down ↓ 518 lines elided ↑ open up ↑
 536  536  .sp
 537  537  .ne 2
 538  538  .na
 539  539  \fB\fBcapacity\fR\fR
 540  540  .ad
 541  541  .RS 20n
 542  542  Percentage of pool space used. This property can also be referred to by its
 543  543  shortened column name, "cap".
 544  544  .RE
 545  545  
      546 +.sp
      547 +.ne 2
      548 +.na
      549 +\fB\fBcomment\fR\fR
      550 +.ad
      551 +.RS 20n
      552 +A text string consiting of printable ASCII characters that will be stored
      553 +such that it is available even if the pool becomes faulted.  An administrator
      554 +can provide additional information about a pool using this property.
      555 +.RE
      556 +
 546  557  .sp
 547  558  .ne 2
 548  559  .na
 549  560  \fB\fBhealth\fR\fR
 550  561  .ad
 551  562  .RS 20n
 552  563  The current health of the pool. Health can be "\fBONLINE\fR", "\fBDEGRADED\fR",
 553  564  "\fBFAULTED\fR", " \fBOFFLINE\fR", "\fBREMOVED\fR", or "\fBUNAVAIL\fR".
 554  565  .RE
 555  566  
↓ open down ↓ 1450 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX