diff options
author | Paul Zuchowski <[email protected]> | 2020-02-10 18:00:05 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-10 14:00:05 -0800 |
commit | bc67cba7c0f8b860746b3c80251fc8a968600d61 (patch) | |
tree | 4578d49cc65178d3fa98c3deaa1bd1adfa226c0f /man | |
parent | dda702fd16bafac1ecb081590f6b00eea8a1136b (diff) |
Fix zdb -R with 'b' flag
zdb -R :b fails due to the indirect block being compressed,
and the 'b' and 'd' flag not working in tandem when specified.
Fix the flag parsing code and create a zfs test for zdb -R
block display. Also fix the zio flags where the dotted notation
for the vdev portion of DVA (i.e. 0.0:offset:length) fails.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Paul Zuchowski <[email protected]>
Closes #9640
Closes #9729
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zdb.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zdb.8 b/man/man8/zdb.8 index a7ab6b8ba..8506d5478 100644 --- a/man/man8/zdb.8 +++ b/man/man8/zdb.8 @@ -286,7 +286,7 @@ of the block to read and, optionally, .Pp .Bl -tag -compact -width "b offset" .It Sy b Ar offset -Print block pointer +Print block pointer at hex offset .It Sy c Calculate and display checksums .It Sy d |