]> git.proxmox.com Git - mirror_zfs.git/blame - man/man8/zdb.8
Fix zdb -R decompression
[mirror_zfs.git] / man / man8 / zdb.8
CommitLineData
dd4769ad
RL
1.\"
2.\" This file and its contents are supplied under the terms of the
3.\" Common Development and Distribution License ("CDDL"), version 1.0.
4.\" You may only use this file in accordance with the terms of version
5.\" 1.0 of the CDDL.
6.\"
7.\" A full copy of the text of the CDDL should have accompanied this
8.\" source. A copy of the CDDL is also available via the Internet at
9.\" http://www.illumos.org/license/CDDL.
10.\"
11.\"
12.\" Copyright 2012, Richard Lowe.
a896468c 13.\" Copyright (c) 2012, 2017 by Delphix. All rights reserved.
a44e7faa
BB
14.\" Copyright 2017 Nexenta Systems, Inc.
15.\" Copyright (c) 2017 Lawrence Livermore National Security, LLC.
16.\" Copyright (c) 2017 Intel Corporation.
dd4769ad 17.\"
a896468c 18.Dd April 14, 2017
a44e7faa
BB
19.Dt ZDB 8 SMM
20.Os Linux
21.Sh NAME
22.Nm zdb
23.Nd display zpool debugging and consistency information
24.Sh SYNOPSIS
25.Nm
06675310
RY
26.Op Fl AbcdDFGhiLMPsvX
27.Op Fl e Oo Fl V Oc Op Fl p Ar path ...
a44e7faa
BB
28.Op Fl I Ar inflight I/Os
29.Oo Fl o Ar var Ns = Ns Ar value Oc Ns ...
30.Op Fl t Ar txg
31.Op Fl U Ar cache
32.Op Fl x Ar dumpdir
33.Op Ar poolname Op Ar object ...
34.Nm
35.Op Fl AdiPv
06675310 36.Op Fl e Oo Fl V Oc Op Fl p Ar path ...
a44e7faa
BB
37.Op Fl U Ar cache
38.Ar dataset Op Ar object ...
39.Nm
40.Fl C
41.Op Fl A
42.Op Fl U Ar cache
43.Nm
a896468c
MA
44.Fl E
45.Op Fl A
d7323e79 46.Ar word0 Ns \&: Ns Ar word1 Ns :...: Ns Ar word15
a896468c 47.Nm
a44e7faa
BB
48.Fl l
49.Op Fl Aqu
50.Ar device
51.Nm
52.Fl m
06675310
RY
53.Op Fl AFLPX
54.Op Fl e Oo Fl V Oc Op Fl p Ar path ...
a44e7faa 55.Op Fl t Ar txg
a44e7faa
BB
56.Op Fl U Ar cache
57.Ar poolname Op Ar vdev Op Ar metaslab ...
58.Nm
59.Fl O
60.Ar dataset path
61.Nm
62.Fl R
63.Op Fl A
06675310 64.Op Fl e Oo Fl V Oc Op Fl p Ar path ...
a44e7faa 65.Op Fl U Ar cache
d7323e79 66.Ar poolname vdev Ns \&: Ns Ar offset Ns \&: Ns Ar size Ns Op : Ns Ar flags
a44e7faa
BB
67.Nm
68.Fl S
69.Op Fl AP
06675310 70.Op Fl e Oo Fl V Oc Op Fl p Ar path ...
a44e7faa
BB
71.Op Fl U Ar cache
72.Ar poolname
73.Sh DESCRIPTION
74The
75.Nm
76utility displays information about a ZFS pool useful for debugging and performs
77some amount of consistency checking.
78It is a not a general purpose tool and options
79.Pq and facilities
80may change.
81This is neither a
82.Xr fsck 1M
83nor an
84.Xr fsdb 1M
85utility.
86.Pp
dd4769ad 87The output of this command in general reflects the on-disk structure of a ZFS
a44e7faa
BB
88pool, and is inherently unstable.
89The precise output of most invocations is not documented, a knowledge of ZFS
90internals is assumed.
91.Pp
92If the
93.Ar dataset
94argument does not contain any
95.Qq Sy /
96or
97.Qq Sy @
98characters, it is interpreted as a pool name.
99The root dataset can be specified as
100.Ar pool Ns /
101.Pq pool name followed by a slash .
102.Pp
dd4769ad
RL
103When operating on an imported and active pool it is possible, though unlikely,
104that zdb may interpret inconsistent pool data and behave erratically.
a44e7faa 105.Sh OPTIONS
dd4769ad 106Display options:
a44e7faa
BB
107.Bl -tag -width Ds
108.It Fl b
109Display statistics regarding the number, size
110.Pq logical, physical and allocated
111and deduplication of blocks.
112.It Fl c
dd4769ad 113Verify the checksum of all metadata blocks while printing block statistics
a44e7faa
BB
114.Po see
115.Fl b
116.Pc .
117.Pp
dd4769ad 118If specified multiple times, verify the checksums of all blocks.
a44e7faa
BB
119.It Fl C
120Display information about the configuration.
121If specified with no other options, instead display information about the cache
122file
123.Pq Pa /etc/zfs/zpool.cache .
124To specify the cache file to display, see
125.Fl U .
126.Pp
127If specified multiple times, and a pool name is also specified display both the
128cached configuration and the on-disk configuration.
129If specified multiple times with
130.Fl e
131also display the configuration that would be used were the pool to be imported.
132.It Fl d
133Display information about datasets.
134Specified once, displays basic dataset information: ID, create transaction,
135size, and object count.
136.Pp
dd4769ad 137If specified multiple times provides greater and greater verbosity.
a44e7faa
BB
138.Pp
139If object IDs are specified, display information about those specific objects
140only.
141.It Fl D
142Display deduplication statistics, including the deduplication ratio
143.Pq Sy dedup ,
144compression ratio
145.Pq Sy compress ,
146inflation due to the zfs copies property
147.Pq Sy copies ,
148and an overall effective ratio
149.Pq Sy dedup No * Sy compress No / Sy copies .
150.It Fl DD
151Display a histogram of deduplication statistics, showing the allocated
152.Pq physically present on disk
153and referenced
154.Pq logically referenced in the pool
155block counts and sizes by reference count.
156.It Fl DDD
157Display the statistics independently for each deduplication table.
158.It Fl DDDD
159Dump the contents of the deduplication tables describing duplicate blocks.
160.It Fl DDDDD
161Also dump the contents of the deduplication tables describing unique blocks.
d7323e79 162.It Fl E Ar word0 Ns \&: Ns Ar word1 Ns :...: Ns Ar word15
a896468c
MA
163Decode and display block from an embedded block pointer specified by the
164.Ar word
165arguments.
a44e7faa
BB
166.It Fl h
167Display pool history similar to
168.Nm zpool Cm history ,
169but include internal changes, transaction, and dataset information.
170.It Fl i
171Display information about intent log
172.Pq ZIL
173entries relating to each dataset.
174If specified multiple times, display counts of each intent log transaction type.
175.It Fl l Ar device
176Read the vdev labels from the specified device.
177.Nm Fl l
178will return 0 if valid label was found, 1 if error occurred, and 2 if no valid
179labels were found. Each unique configuration is displayed only once.
180.It Fl ll Ar device
181In addition display label space usage stats.
182.It Fl lll Ar device
183Display every configuration, unique or not.
184.Pp
185If the
186.Fl q
187option is also specified, don't print the labels.
188.Pp
189If the
190.Fl u
191option is also specified, also display the uberblocks on this device. Specify
192multiple times to increase verbosity.
193.It Fl L
194Disable leak tracing and the loading of space maps.
195By default,
196.Nm
dd4769ad 197verifies that all non-free blocks are referenced, which can be very expensive.
a44e7faa 198.It Fl m
dd4769ad 199Display the offset, spacemap, and free space of each metaslab.
a44e7faa
BB
200.It Fl mm
201Also display information about the on-disk free space histogram associated with
202each metaslab.
203.It Fl mmm
204Display the maximum contiguous free space, the in-core free space histogram, and
205the percentage of free space in each space map.
206.It Fl mmmm
207Display every spacemap record.
208.It Fl M
f3a7f661 209Display the offset, spacemap, and free space of each metaslab.
a44e7faa
BB
210.It Fl MM
211Also display information about the maximum contiguous free space and the
212percentage of free space in each space map.
213.It Fl MMM
214Display every spacemap record.
215.It Fl O Ar dataset path
216Look up the specified
217.Ar path
218inside of the
219.Ar dataset
220and display its metadata and indirect blocks.
221Specified
222.Ar path
223must be relative to the root of
224.Ar dataset .
225This option can be combined with
226.Fl v
227for increasing verbosity.
d7323e79
GDN
228.It Xo
229.Fl R Ar poolname vdev Ns \&: Ns Ar offset Ns \&: Ns Ar size Ns Op : Ns Ar flags
230.Xc
a44e7faa
BB
231Read and display a block from the specified device.
232By default the block is displayed as a hex dump, but see the description of the
233.Sy r
234flag, below.
235.Pp
236The block is specified in terms of a colon-separated tuple
237.Ar vdev
238.Pq an integer vdev identifier
239.Ar offset
240.Pq the offset within the vdev
241.Ar size
242.Pq the size of the block to read
243and, optionally,
244.Ar flags
245.Pq a set of flags, described below .
246.Pp
247.Bl -tag -compact -width "b offset"
248.It Sy b Ar offset
dd4769ad 249Print block pointer
a44e7faa 250.It Sy d
950e17c2
CC
251Decompress the block. Set environment variable
252.Nm ZBD_NO_ZLE
253to skip zle when guessing.
a44e7faa 254.It Sy e
dd4769ad 255Byte swap the block
a44e7faa 256.It Sy g
dd4769ad 257Dump gang block header
a44e7faa 258.It Sy i
dd4769ad 259Dump indirect block
a44e7faa 260.It Sy r
dd4769ad 261Dump raw uninterpreted block data
a44e7faa
BB
262.El
263.It Fl s
264Report statistics on
265.Nm zdb
266I/O.
267Display operation counts, bandwidth, and error counts of I/O to the pool from
268.Nm .
269.It Fl S
dd4769ad 270Simulate the effects of deduplication, constructing a DDT and then display
a44e7faa
BB
271that DDT as with
272.Fl DD .
273.It Fl u
dd4769ad 274Display the current uberblock.
a44e7faa
BB
275.El
276.Pp
dd4769ad 277Other options:
a44e7faa
BB
278.Bl -tag -width Ds
279.It Fl A
dd4769ad 280Do not abort should any assertion fail.
a44e7faa 281.It Fl AA
dd4769ad
RL
282Enable panic recovery, certain errors which would otherwise be fatal are
283demoted to warnings.
a44e7faa 284.It Fl AAA
dd4769ad 285Do not abort if asserts fail and also enable panic recovery.
a44e7faa
BB
286.It Fl e Op Fl p Ar path ...
287Operate on an exported pool, not present in
288.Pa /etc/zfs/zpool.cache .
289The
290.Fl p
291flag specifies the path under which devices are to be searched.
292.It Fl x Ar dumpdir
9867e8be
MA
293All blocks accessed will be copied to files in the specified directory.
294The blocks will be placed in sparse files whose name is the same as
a44e7faa
BB
295that of the file or device read.
296.Nm
297can be then run on the generated files.
298Note that the
299.Fl bbc
300flags are sufficient to access
301.Pq and thus copy
9867e8be 302all metadata on the pool.
a44e7faa 303.It Fl F
dd4769ad
RL
304Attempt to make an unreadable pool readable by trying progressively older
305transactions.
a44e7faa
BB
306.It Fl G
307Dump the contents of the zfs_dbgmsg buffer before exiting
308.Nm .
309zfs_dbgmsg is a buffer used by ZFS to dump advanced debug information.
310.It Fl I Ar inflight I/Os
311Limit the number of outstanding checksum I/Os to the specified value.
312The default value is 200.
313This option affects the performance of the
314.Fl c
5853fe79 315option.
a44e7faa
BB
316.It Fl o Ar var Ns = Ns Ar value ...
317Set the given global libzpool variable to the provided value.
318The value must be an unsigned 32-bit integer.
319Currently only little-endian systems are supported to avoid accidentally setting
320the high 32 bits of 64-bit variables.
321.It Fl P
dd4769ad
RL
322Print numbers in an unscaled form more amenable to parsing, eg. 1000000 rather
323than 1M.
a44e7faa
BB
324.It Fl t Ar transaction
325Specify the highest transaction to use when searching for uberblocks.
326See also the
327.Fl u
328and
329.Fl l
330options for a means to see the available uberblocks and their associated
331transaction numbers.
332.It Fl U Ar cachefile
333Use a cache file other than
334.Pa /etc/zfs/zpool.cache .
335.It Fl v
336Enable verbosity.
337Specify multiple times for increased verbosity.
338.It Fl V
06675310
RY
339Attempt verbatim import.
340This mimics the behavior of the kernel when loading a pool from a cachefile.
341Only usable with
342.Fl e .
a44e7faa
BB
343.It Fl X
344Attempt
345.Qq extreme
346transaction rewind, that is attempt the same recovery as
347.Fl F
348but read transactions otherwise deemed too old.
349.El
350.Pp
dd4769ad
RL
351Specifying a display option more than once enables verbosity for only that
352option, with more occurrences enabling more verbosity.
a44e7faa 353.Pp
dd4769ad
RL
354If no options are specified, all information about the named pool will be
355displayed at default verbosity.
a44e7faa
BB
356.Sh EXAMPLES
357.Bl -tag -width Ds
358.It Xo
359.Sy Example 1
360Display the configuration of imported pool
361.Pa rpool
362.Xc
363.Bd -literal
dd4769ad
RL
364# zdb -C rpool
365
366MOS Configuration:
367 version: 28
368 name: 'rpool'
369 ...
a44e7faa
BB
370.Ed
371.It Xo
372.Sy Example 2
373Display basic dataset information about
374.Pa rpool
375.Xc
376.Bd -literal
dd4769ad
RL
377# zdb -d rpool
378Dataset mos [META], ID 0, cr_txg 4, 26.9M, 1051 objects
379Dataset rpool/swap [ZVOL], ID 59, cr_txg 356, 486M, 2 objects
380 ...
a44e7faa
BB
381.Ed
382.It Xo
383.Sy Example 3
384Display basic information about object 0 in
385.Pa rpool/export/home
386.Xc
387.Bd -literal
dd4769ad
RL
388# zdb -d rpool/export/home 0
389Dataset rpool/export/home [ZPL], ID 137, cr_txg 1546, 32K, 8 objects
390
391 Object lvl iblk dblk dsize lsize %full type
392 0 7 16K 16K 15.0K 16K 25.00 DMU dnode
a44e7faa
BB
393.Ed
394.It Xo
395.Sy Example 4
396Display the predicted effect of enabling deduplication on
397.Pa rpool
398.Xc
399.Bd -literal
dd4769ad
RL
400# zdb -S rpool
401Simulated DDT histogram:
402
6b4e21c6 403bucket allocated referenced
dd4769ad
RL
404______ ______________________________ ______________________________
405refcnt blocks LSIZE PSIZE DSIZE blocks LSIZE PSIZE DSIZE
406------ ------ ----- ----- ----- ------ ----- ----- -----
407 1 694K 27.1G 15.0G 15.0G 694K 27.1G 15.0G 15.0G
408 2 35.0K 1.33G 699M 699M 74.7K 2.79G 1.45G 1.45G
409 ...
410dedup = 1.11, compress = 1.80, copies = 1.00, dedup * compress / copies = 2.00
a44e7faa
BB
411.Ed
412.El
413.Sh SEE ALSO
414.Xr zfs 8 ,
415.Xr zpool 8