Print this page
6781 zpool man page needs updated to remove duplicate entry of "cannot be" where it discusses cache devices
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/zpool.1m
          +++ new/usr/src/man/man1m/zpool.1m
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  .\" fields enclosed by brackets "[]" replaced with your own identifying
  17   17  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  .\"
  19   19  .\" CDDL HEADER END
  20   20  .\"
  21   21  .\"
  22   22  .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
  23   23  .\" Copyright (c) 2013 by Delphix. All rights reserved.
  24   24  .\" Copyright 2016 Nexenta Systems, Inc.
  25   25  .\"
  26      -.Dd February 15, 2016
       26 +.Dd March 25, 2016
  27   27  .Dt ZPOOL 1M
  28   28  .Os
  29   29  .Sh NAME
  30   30  .Nm zpool
  31   31  .Nd configure ZFS storage pools
  32   32  .Sh SYNOPSIS
  33   33  .Nm
  34   34  .Fl \?
  35   35  .Nm
  36   36  .Cm add
↓ open down ↓ 191 lines elided ↑ open up ↑
 228  228  .Sx Hot Spares
 229  229  section.
 230  230  .It Sy log
 231  231  A separate intent log device. If more than one log device is specified, then
 232  232  writes are load-balanced between devices. Log devices can be mirrored. However,
 233  233  raidz vdev types are not supported for the intent log. For more information,
 234  234  see the
 235  235  .Sx Intent Log
 236  236  section.
 237  237  .It Sy cache
 238      -A device used to cache storage pool data. A cache device cannot be cannot be
 239      -configured as a mirror or raidz group. For more information, see the
      238 +A device used to cache storage pool data. A cache device cannot be configured
      239 +as a mirror or raidz group. For more information, see the
 240  240  .Sx Cache Devices
 241  241  section.
 242  242  .El
 243  243  .Pp
 244  244  Virtual devices cannot be nested, so a mirror or raidz virtual device can only
 245  245  contain files or disks. Mirrors of mirrors
 246  246  .Pq or other combinations
 247  247  are not allowed.
 248  248  .Pp
 249  249  A pool can have any number of virtual devices at the top of the configuration
↓ open down ↓ 1394 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX