Print this page
NEX-6088 ZFS scrub/resilver take excessively long due to issuing lots of random IO (reverting a mismerge in zpool-features.5)
NEX-6088 ZFS scrub/resilver take excessively long due to issuing lots of random IO
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
NEX-6197 Description of feature@wbc is incorrect
Reviewed by: Alex Aizman <alex.aizman@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
NEX-4584 System panic when adding special vdev to a pool that does not support feature flags
Reviewed by: Alex Aizman <alex.aizman@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
NEX-5795 Rename 'wrc' as 'wbc' in the source and in the tech docs
Reviewed by: Alex Aizman <alex.aizman@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com>
4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R (fix studio build)
4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Garrett D'Amore <garrett@damore.org>
NEX-4476 WRC: Allow to use write back cache per tree of datasets
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com>
Reviewed by: Alex Aizman <alex.aizman@nexenta.com>
Revert "NEX-4476 WRC: Allow to use write back cache per tree of datasets"
This reverts commit fe97b74444278a6f36fec93179133641296312da.
NEX-4476 WRC: Allow to use write back cache per tree of datasets
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com>
Reviewed by: Alex Aizman <alex.aizman@nexenta.com>
SUP-817 Removed references to special device from man and help
Revert "SUP-817 Removed references to special device"
This reverts commit f8970e28f0d8bd6b69711722f341e3e1d0e1babf.
SUP-817 Removed references to special device
4370 avoid transmitting holes during zfs send
4371 DMU code clean up
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Approved by: Garrett D'Amore <garrett@damore.org>
OS-102 add man page info and tests for vdev/CoS properties and ZFS meta features

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/zpool-features.5.man.txt
          +++ new/usr/src/man/man5/zpool-features.5.man.txt
↓ open down ↓ 357 lines elided ↑ open up ↑
 358  358  
 359  359             The large_block feature allows the record size on a dataset to be
 360  360             set larger than 128KB.
 361  361  
 362  362             This feature becomes active once a recordsize property has been set
 363  363             larger than 128KB, and will return to being enabled once all
 364  364             filesystems that have ever had their recordsize larger than 128KB
 365  365             are destroyed.
 366  366  
 367  367  
      368 +
      369 +       vdev_properties
      370 +
      371 +           GUID                   com.nexenta:vdev_properties
      372 +           READ-ONLY COMPATIBLE   yes
      373 +           DEPENDENCIES           none
      374 +
      375 +           This feature indicates that the pool includes on-disk format
      376 +           changes that support persistent vdev-specific properties. This
      377 +           feature will be active when the first vdev-specific property is
      378 +           set.
      379 +
      380 +
      381 +
      382 +       cos_properties
      383 +
      384 +           GUID                   com.nexenta:cos_properties
      385 +           READ-ONLY COMPATIBLE   yes
      386 +           DEPENDENCIES           com.nexenta:vdev_properties
      387 +
      388 +           This feature indicates that the pool includes on-disk format
      389 +           changes that support persistent Class of Storage (CoS) properties.
      390 +           Such properties can be associated with a collection of device that
      391 +           belong to a common class from storage management standpoint. This
      392 +           feature will be active when the first CoS property is set.
      393 +
      394 +
      395 +
      396 +       meta_devices
      397 +
      398 +           GUID                   com.nexenta:meta_devices
      399 +           READ-ONLY COMPATIBLE   yes
      400 +           DEPENDENCIES           none
      401 +
      402 +           This feature flag indicates presence of special-vdev in the pool.
      403 +           Special vdev is used to speed-up read and write operations and can
      404 +           be used to store ZFS metadata and/or write log (ZIL). In addition,
      405 +           special vdev can function as a writeback cache (WBC) within the
      406 +           pool, accelerating ZFS writes via underlying fast media (typically,
      407 +           write-optimized SSD).
      408 +
      409 +           Note that unlike the first two functions the WBC function is
      410 +           configurable on a per-dataset tree basis.
      411 +
      412 +
      413 +
      414 +       wbc
      415 +
      416 +           GUID                   com.nexenta:wbc
      417 +           READ-ONLY COMPATIBLE   no
      418 +           DEPENDENCIES           com.nexenta:meta_devices
      419 +
      420 +           When enabled, this feature indicates that the pool supports
      421 +           writeback caching.  The latter can be activated on a specific
      422 +           filesystem (and all its children) or a volume (zvol) within the
      423 +           pool by setting the corresponding  wbc_mode property to 'on'. This
      424 +           feature will show up as disabled if the pool does not contain
      425 +           special-vdev.
      426 +
      427 +
      428 +
 368  429         sha512
 369  430  
 370  431             GUID                   org.illumos:sha512
 371  432             READ-ONLY COMPATIBLE   no
 372  433             DEPENDENCIES           extensible_dataset
 373  434  
 374  435             This feature enables the use of the SHA-512/256 truncated hash
 375  436             algorithm (FIPS 180-4) for checksum and dedup. The native 64-bit
 376  437             arithmetic of SHA-512 provides an approximate 50% performance boost
 377  438             over SHA-256 on 64-bit hardware and is thus a good minimum-change
↓ open down ↓ 73 lines elided ↑ open up ↑
 451  512  
 452  513             Booting off of pools using edonr is NOT supported -- any attempt to
 453  514             enable edonr on a root pool will fail with an error.
 454  515  
 455  516  
 456  517  SEE ALSO
 457  518         zfs(1M), zpool(1M)
 458  519  
 459  520  
 460  521  
 461      -                                August 27, 2013              ZPOOL-FEATURES(5)
      522 +                                March 25, 2016               ZPOOL-FEATURES(5)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX