diff options
author | Matthew Ahrens <[email protected]> | 2017-05-01 11:06:07 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-07-07 11:28:01 -0700 |
commit | a896468c7872dc7277fd0171c65bd2c185bfcaab (patch) | |
tree | 2b1717330a458554d736de028bb4e299eec2d438 /man/man8 | |
parent | c34efbebd577644674a7cf543b3e0540c9f0fa9f (diff) |
OpenZFS 8067 - zdb should be able to dump literal embedded block pointer
Authored by: Matthew Ahrens <[email protected]>
Reviewed by: George Wilson <[email protected]>
Reviewed by: Alex Reece <[email protected]>
Reviewed by: Yuri Pankov <[email protected]>
Approved by: Robert Mustacchi <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Ported-by: Giuseppe Di Natale <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/8067
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/8173085
Closes #6319
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zdb.8 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/man8/zdb.8 b/man/man8/zdb.8 index c899db395..4e47de7be 100644 --- a/man/man8/zdb.8 +++ b/man/man8/zdb.8 @@ -10,12 +10,12 @@ .\" .\" .\" Copyright 2012, Richard Lowe. -.\" Copyright (c) 2012, 2016 by Delphix. All rights reserved. +.\" Copyright (c) 2012, 2017 by Delphix. All rights reserved. .\" Copyright 2017 Nexenta Systems, Inc. .\" Copyright (c) 2017 Lawrence Livermore National Security, LLC. .\" Copyright (c) 2017 Intel Corporation. .\" -.Dd April 11, 2017 +.Dd April 14, 2017 .Dt ZDB 8 SMM .Os Linux .Sh NAME @@ -41,6 +41,10 @@ .Op Fl A .Op Fl U Ar cache .Nm +.Fl E +.Op Fl A +.Ar word0 Ns : Ns Ar word1 Ns :...: Ns Ar word15 +.Nm .Fl l .Op Fl Aqu .Ar device @@ -155,6 +159,10 @@ Display the statistics independently for each deduplication table. Dump the contents of the deduplication tables describing duplicate blocks. .It Fl DDDDD Also dump the contents of the deduplication tables describing unique blocks. +.It Fl E Ar word0 Ns : Ns Ar word1 Ns :...: Ns Ar word15 +Decode and display block from an embedded block pointer specified by the +.Ar word +arguments. .It Fl h Display pool history similar to .Nm zpool Cm history , |