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.man.txt
          +++ new/usr/src/man/man1m/zpool.1m.man.txt
↓ open down ↓ 91 lines elided ↑ open up ↑
  92   92       spare   A special pseudo-vdev which keeps track of available hot spares
  93   93               for a pool. For more information, see the Hot Spares section.
  94   94  
  95   95       log     A separate intent log device. If more than one log device is
  96   96               specified, then writes are load-balanced between devices. Log
  97   97               devices can be mirrored. However, raidz vdev types are not
  98   98               supported for the intent log. For more information, see the
  99   99               Intent Log section.
 100  100  
 101  101       cache   A device used to cache storage pool data. A cache device cannot
 102      -             be cannot be configured as a mirror or raidz group. For more
 103      -             information, see the Cache Devices section.
      102 +             be configured as a mirror or raidz group. For more information,
      103 +             see the Cache Devices section.
 104  104  
 105  105       Virtual devices cannot be nested, so a mirror or raidz virtual device can
 106  106       only contain files or disks. Mirrors of mirrors (or other combinations)
 107  107       are not allowed.
 108  108  
 109  109       A pool can have any number of virtual devices at the top of the
 110  110       configuration (known as "root vdevs").  Data is dynamically distributed
 111  111       across all top-level devices to balance data among devices. As new
 112  112       virtual devices are added, ZFS automatically places data on the newly
 113  113       available devices.
↓ open down ↓ 1011 lines elided ↑ open up ↑
1125 1125                   c1t1d0      -      -      -      -         -
1126 1126                   c1t2d0      -      -      -      -       10G
1127 1127                   c1t3d0      -      -      -      -         -
1128 1128  
1129 1129  INTERFACE STABILITY
1130 1130       Evolving
1131 1131  
1132 1132  SEE ALSO
1133 1133       zfs(1M), attributes(5), zpool-features(5)
1134 1134  
1135      -illumos                        February 15, 2016                       illumos
     1135 +illumos                         March 25, 2016                         illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX