OpenZFS 6866 - zdb -l non-zero status if no label
[zfs.git] / man / man8 / zdb.8
blob02137e97faa598cb2b6f0549be1ab4763be6bc15
1 '\" t
2 .\"
3 .\" This file and its contents are supplied under the terms of the
4 .\" Common Development and Distribution License ("CDDL"), version 1.0.
5 .\" You may only use this file in accordance with the terms of version
6 .\" 1.0 of the CDDL.
7 .\"
8 .\" A full copy of the text of the CDDL should have accompanied this
9 .\" source.  A copy of the CDDL is also available via the Internet at
10 .\" http://www.illumos.org/license/CDDL.
11 .\"
12 .\"
13 .\" Copyright 2012, Richard Lowe.
14 .\" Copyright (c) 2012, 2016 by Delphix. All rights reserved.
15 .\" Copyright 2016 Nexenta Systems, Inc.
16 .\"
17 .TH "ZDB" "8" "April 9, 2016" "" ""
19 .SH "NAME"
20 \fBzdb\fR - Display zpool debugging and consistency information
22 .SH "SYNOPSIS"
23 \fBzdb\fR [-CumdibcsDvhLMXFPAG] [-e [-p \fIpath\fR...]] [-t \fItxg\fR]
24     [-U \fIcache\fR] [-I \fIinflight I/Os\fR] [-x \fIdumpdir\fR]
25     [-o \fIvar\fR=\fIvalue\fR] ... [\fIpoolname\fR [\fIobject\fR ...]]
28 \fBzdb\fR [-divPA] [-e [-p \fIpath\fR...]] [-U \fIcache\fR]
29     \fIdataset\fR [\fIobject\fR ...]
32 \fBzdb\fR -m [-MLXFPA] [-t \fItxg\fR] [-e [-p \fIpath\fR...]] [-U \fIcache\fR]
33     \fIpoolname\fR [\fIvdev\fR [\fImetaslab\fR ...]]
36 \fBzdb\fR -R [-A] [-e [-p \fIpath\fR...]] [-U \fIcache\fR] \fIpoolname\fR
37     \fIvdev\fR:\fIoffset\fR:\fIsize\fR[:\fIflags\fR]
40 \fBzdb\fR -S [-AP] [-e [-p \fIpath\fR...]] [-U \fIcache\fR] \fIpoolname\fR
43 \fBzdb\fR -l [-Aqu] \fIdevice\fR
46 \fBzdb\fR -C [-A] [-U \fIcache\fR]
48 .SH "DESCRIPTION"
49 The \fBzdb\fR utility displays information about a ZFS pool useful for
50 debugging and performs some amount of consistency checking. It is a not a
51 general purpose tool and options (and facilities) may change. This is neither
52 a fsck(8) nor an fsdb(8) utility.
55 The output of this command in general reflects the on-disk structure of a ZFS
56 pool, and is inherently unstable. The precise output of most invocations is
57 not documented, a knowledge of ZFS internals is assumed.
60 If the \fIdataset\fR argument does not contain any \fB/\fR or \fB@\fR
61 characters, it is interpreted as a pool name.  The root dataset can be
62 specified as \fIpool\fB/\fR (pool name followed by a slash).
65 When operating on an imported and active pool it is possible, though unlikely,
66 that zdb may interpret inconsistent pool data and behave erratically.
68 .SH "OPTIONS"
69 Display options:
71 .sp
72 .ne 2
73 .na
74 \fB-b\fR
75 .ad
76 .sp .6
77 .RS 4n
78 Display statistics regarding the number, size (logical, physical and
79 allocated) and deduplication of blocks.
80 .RE
82 .sp
83 .ne 2
84 .na
85 \fB-c\fR
86 .ad
87 .sp .6
88 .RS 4n
89 Verify the checksum of all metadata blocks while printing block statistics
90 (see \fB-b\fR).
91 .sp
92 If specified multiple times, verify the checksums of all blocks.
93 .RE
95 .sp
96 .ne 2
97 .na
98 \fB-C\fR
99 .ad
100 .sp .6
101 .RS 4n
102 Display information about the configuration. If specified with no other
103 options, instead display information about the cache file
104 (\fB/etc/zfs/zpool.cache\fR). To specify the cache file to display, see
105 \fB-U\fR.
107 If specified multiple times, and a pool name is also specified display both
108 the cached configuration and the on-disk configuration.  If specified multiple
109 times with \fB-e\fR also display the configuration that would be used were the
110 pool to be imported.
114 .ne 2
116 \fB-d\fR
118 .sp .6
119 .RS 4n
120 Display information about datasets. Specified once, displays basic dataset
121 information: ID, create transaction, size, and object count.
123 If specified multiple times provides greater and greater verbosity.
125 If object IDs are specified, display information about those specific objects only.
129 .ne 2
131 \fB-D\fR
133 .sp .6
134 .RS 4n
135 Display deduplication statistics, including the deduplication ratio (dedup),
136 compression ratio (compress), inflation due to the zfs copies property
137 (copies), and an overall effective ratio (dedup * compress / copies).
139 If specified twice, display a histogram of deduplication statistics, showing
140 the allocated (physically present on disk) and referenced (logically
141 referenced in the pool) block counts and sizes by reference count.
143 If specified a third time, display the statistics independently for each deduplication table.
145 If specified a fourth time, dump the contents of the deduplication tables describing duplicate blocks.
147 If specified a fifth time, also dump the contents of the deduplication tables describing unique blocks.
151 .ne 2
153 \fB-h\fR
155 .sp .6
156 .RS 4n
157 Display pool history similar to \fBzpool history\fR, but include internal
158 changes, transaction, and dataset information.
162 .ne 2
164 \fB-i\fR
166 .sp .6
167 .RS 4n
168 Display information about intent log (ZIL) entries relating to each
169 dataset. If specified multiple times, display counts of each intent log
170 transaction type.
174 .ne 2
176 \fB-l\fR \fIdevice\fR
178 .sp .6
179 .RS 4n
180 Read the vdev labels from the specified device. \fBzdb -l\fR will return 0 if
181 valid label was found, 1 if error occured, and 2 if no valid labels were found.
183 If the \fB-u\fR option is also specified, also display the uberblocks on this
184 device.
186 If the \fB-q\fR option is also specified, don't print the labels.
190 .ne 2
192 \fB-L\fR
194 .sp .6
195 .RS 4n
196 Disable leak tracing and the loading of space maps.  By default, \fBzdb\fR
197 verifies that all non-free blocks are referenced, which can be very expensive.
201 .ne 2
203 \fB-m\fR
205 .sp .6
206 .RS 4n
207 Display the offset, spacemap, and free space of each metaslab.
208 When specified twice, also display information about the on-disk free
209 space histogram associated with each metaslab. When specified three time,
210 display the maximum contiguous free space, the in-core free space histogram,
211 and the percentage of free space in each space map.  When specified
212 four times display every spacemap record.
216 .ne 2
218 \fB-M\fR
220 .sp .6
221 .RS 4n
222 Display the offset, spacemap, and free space of each metaslab.
223 When specified twice, also display information about the maximum contiguous
224 free space and the percentage of free space in each space map.  When specified
225 three times display every spacemap record.
229 .ne 2
231 \fB-R\fR \fIpoolname\fR \fIvdev\fR:\fIoffset\fR:\fIsize\fR[:\fIflags\fR]
233 .sp .6
234 .RS 4n
235 Read and display a block from the specified device. By default the block is
236 displayed as a hex dump, but see the description of the \'r\' flag, below.
238 The block is specified in terms of a colon-separated tuple \fIvdev\fR (an
239 integer vdev identifier) \fIoffset\fR (the offset within the vdev) \fIsize\fR
240 (the size of the block to read) and, optionally, \fIflags\fR (a set of flags,
241 described below).
244 .ne 2
246 \fBb\fR \fIoffset\fR
248 .sp .6
249 .RS 4n
250 Print block pointer
254 .ne 2
256 \fBd\fR
258 .sp .6
259 .RS 4n
260 Decompress the block
264 .ne 2
266 \fBe\fR
268 .sp .6
269 .RS 4n
270 Byte swap the block
274 .ne 2
276 \fBg\fR
278 .sp .6
279 .RS 4n
280 Dump gang block header
284 .ne 2
286 \fBi\fR
288 .sp .6
289 .RS 4n
290 Dump indirect block
294 .ne 2
296 \fBr\fR
298 .sp .6
299 .RS 4n
300 Dump raw uninterpreted block data
305 .ne 2
307 \fB-s\fR
309 .sp .6
310 .RS 4n
311 Report statistics on \fBzdb\fR\'s I/O. Display operation counts, bandwidth,
312 and error counts of I/O to the pool from \fBzdb\fR.
316 .ne 2
318 \fB-S\fR
320 .sp .6
321 .RS 4n
322 Simulate the effects of deduplication, constructing a DDT and then display
323 that DDT as with \fB-DD\fR.
327 .ne 2
329 \fB-u\fR
331 .sp .6
332 .RS 4n
333 Display the current uberblock.
337 Other options:
340 .ne 2
342 \fB-A\fR
344 .sp .6
345 .RS 4n
346 Do not abort should any assertion fail.
350 .ne 2
352 \fB-AA\fR
354 .sp .6
355 .RS 4n
356 Enable panic recovery, certain errors which would otherwise be fatal are
357 demoted to warnings.
361 .ne 2
363 \fB-AAA\fR
365 .sp .6
366 .RS 4n
367 Do not abort if asserts fail and also enable panic recovery.
371 .ne 2
373 \fB-e\fR [-p \fIpath\fR]...
375 .sp .6
376 .RS 4n
377 Operate on an exported pool, not present in \fB/etc/zfs/zpool.cache\fR. The
378 \fB-p\fR flag specifies the path under which devices are to be searched.
382 .ne 2
384 \fB-x\fR \fIdumpdir\fR
386 .sp .6
387 .RS 4n
388 All blocks accessed will be copied to files in the specified directory.
389 The blocks will be placed in sparse files whose name is the same as
390 that of the file or device read.  zdb can be then run on the generated files.
391 Note that the \fB-bbc\fR flags are sufficient to access (and thus copy)
392 all metadata on the pool.
396 .ne 2
398 \fB-F\fR
400 .sp .6
401 .RS 4n
402 Attempt to make an unreadable pool readable by trying progressively older
403 transactions.
407 .ne 2
409 \fB-G\fR
411 .sp .6
412 .RS 4n
413 Dump the contents of the zfs_dbgmsg buffer before exiting zdb. zfs_dbgmsg is
414 a buffer used by ZFS to dump advanced debug information.
418 .ne 2
420 \fB-I \fIinflight I/Os\fR \fR
422 .sp .6
423 .RS 4n
424 Limit the number of outstanding checksum I/Os to the specified value. The
425 default value is 200. This option affects the performance of the \fB-c\fR
426 option.
430 .ne 2
432 \fB-o \fIvar\fR=\fIvalue\fR ... \fR
434 .sp .6
435 .RS 4n
436 Set the given global libzpool variable to the provided value. The value must
437 be an unsigned 32-bit integer. Currently only little-endian systems are
438 supported to avoid accidentally setting the high 32 bits of 64-bit variables.
442 .ne 2
444 \fB-P\fR
446 .sp .6
447 .RS 4n
448 Print numbers in an unscaled form more amenable to parsing, eg. 1000000 rather
449 than 1M.
453 .ne 2
455 \fB-t\fR \fItransaction\fR
457 .sp .6
458 .RS 4n
459 Specify the highest transaction to use when searching for uberblocks. See also
460 the \fB-u\fR and \fB-l\fR options for a means to see the available uberblocks
461 and their associated transaction numbers.
465 .ne 2
467 \fB-U\fR \fIcachefile\fR
469 .sp .6
470 .RS 4n
471 Use a cache file other than \fB/etc/zfs/zpool.cache\fR.
475 .ne 2
477 \fB-v\fR
479 .sp .6
480 .RS 4n
481 Enable verbosity. Specify multiple times for increased verbosity.
485 .ne 2
487 \fB-X\fR
489 .sp .6
490 .RS 4n
491 Attempt \'extreme\' transaction rewind, that is attempt the same recovery as
492 \fB-F\fR but read transactions otherwise deemed too old.
496 .ne 2
498 \fB-V\fR
500 .sp .6
501 .RS 4n
502 Attempt a verbatim import. This mimics the behavior of the kernel when loading
503 a pool from a cachefile.
507 Specifying a display option more than once enables verbosity for only that
508 option, with more occurrences enabling more verbosity.
510 If no options are specified, all information about the named pool will be
511 displayed at default verbosity.
513 .SH "EXAMPLES"
515 \fBExample 1 \fRDisplay the configuration of imported pool 'rpool'
517 .in +2
519 # zdb -C rpool
521 MOS Configuration:
522         version: 28
523         name: 'rpool'
524  ...
526 .in -2
530 \fBExample 2 \fRDisplay basic dataset information about 'rpool'
532 .in +2
534 # zdb -d rpool
535 Dataset mos [META], ID 0, cr_txg 4, 26.9M, 1051 objects
536 Dataset rpool/swap [ZVOL], ID 59, cr_txg 356, 486M, 2 objects
537  ...
539 .in -2
543 \fBExample 3 \fRDisplay basic information about object 0
544 in 'rpool/export/home'
546 .in +2
548 # zdb -d rpool/export/home 0
549 Dataset rpool/export/home [ZPL], ID 137, cr_txg 1546, 32K, 8 objects
551     Object  lvl   iblk   dblk  dsize  lsize   %full  type
552          0    7    16K    16K  15.0K    16K   25.00  DMU dnode
554 .in -2
558 \fBExample 4 \fRDisplay the predicted effect of enabling deduplication on 'rpool'
560 .in +2
562 # zdb -S rpool
563 Simulated DDT histogram:
565 bucket              allocated                       referenced
566 ______   ______________________________   ______________________________
567 refcnt   blocks   LSIZE   PSIZE   DSIZE   blocks   LSIZE   PSIZE   DSIZE
568 ------   ------   -----   -----   -----   ------   -----   -----   -----
569      1     694K   27.1G   15.0G   15.0G     694K   27.1G   15.0G   15.0G
570      2    35.0K   1.33G    699M    699M    74.7K   2.79G   1.45G   1.45G
571  ...
572 dedup = 1.11, compress = 1.80, copies = 1.00, dedup * compress / copies = 2.00
574 .in -2
577 .SH "ENVIRONMENT VARIABLES"
579 .B "SPA_CONFIG_PATH"
580 Override the default \fBspa_config_path\fR (\fI/etc/zfs/zpool.cache\fR) setting. If \fB-U\fR flag is specified it will override this environment variable settings once again.
582 .SH "SEE ALSO"
583 zfs(8), zpool(8)