From f12e42cccf31d6077f585a562d7e7ed3483291b1 Mon Sep 17 00:00:00 2001 From: Paul Zuchowski <31706010+PaulZ-98@users.noreply.github.com> Date: Thu, 16 Jan 2020 12:22:49 -0500 Subject: zdb -d should accept the numeric objset id As an alternative to the dataset name, zdb now allows the decimal or hexadecimal objset ID to be specified. When permanent errors are reported as 2 hexadecimal numbers (objset ID : object ID) in zpool status; you can now use 'zdb [/objset ID] object' to determine the names of the objset and object which have the error. Reviewed-by: Brian Behlendorf Reviewed-by: Ryan Moeller Signed-off-by: Paul Zuchowski Closes #9733 --- man/man8/zdb.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man/man8') diff --git a/man/man8/zdb.8 b/man/man8/zdb.8 index 7c50d95d9..87d3ad8cc 100644 --- a/man/man8/zdb.8 +++ b/man/man8/zdb.8 @@ -30,12 +30,13 @@ .Op Fl t Ar txg .Op Fl U Ar cache .Op Fl x Ar dumpdir -.Op Ar poolname Op Ar object ... +.Op Ar poolname[/dataset | objset ID] +.Op Ar object ... .Nm .Op Fl AdiPv .Op Fl e Oo Fl V Oc Op Fl p Ar path ... .Op Fl U Ar cache -.Ar dataset Op Ar object ... +.Ar poolname[/dataset | objset ID] Op Ar object ... .Nm .Fl C .Op Fl A -- cgit v1.2.3