Print this page
10592 misc. metaslab and vdev related ZoL bug fixes
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed by: Giuseppe Di Natale <guss80@gmail.com>
Reviewed by: George Melikov <mail@gmelikov.ru>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Reviewed by: Matt Ahrens <mahrens@delphix.com>
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com>
Reviewed by: Tony Hutter <hutter2@llnl.gov>
Reviewed by: Kody Kantor <kody.kantor@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/zdb.1m.man.txt
          +++ new/usr/src/man/man1m/zdb.1m.man.txt
↓ open down ↓ 103 lines elided ↑ open up ↑
 104  104       -l device
 105  105               Read the vdev labels from the specified device.  zdb -l will
 106  106               return 0 if valid label was found, 1 if error occurred, and 2 if
 107  107               no valid labels were found.
 108  108  
 109  109               If the -q option is also specified, don't print the labels.
 110  110  
 111  111               If the -u option is also specified, also display the uberblocks
 112  112               on this device.
 113  113  
 114      -     -L      Disable leak tracing and the loading of space maps.  By default,
 115      -             zdb verifies that all non-free blocks are referenced, which can
 116      -             be very expensive.
      114 +     -L      Disable leak detection and the loading of space maps.  By
      115 +             default, zdb verifies that all non-free blocks are referenced,
      116 +             which can be very expensive.
 117  117  
 118  118       -m      Display the offset, spacemap, and free space of each metaslab.
 119  119  
 120  120       -mm     Also display information about the on-disk free space histogram
 121  121               associated with each metaslab.
 122  122  
 123  123       -mmm    Display the maximum contiguous free space, the in-core free space
 124  124               histogram, and the percentage of free space in each space map.
 125  125  
 126  126       -mmmm   Display every spacemap record.
↓ open down ↓ 148 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX