Re: ZFS errors with two HEX numbers.

From: Rich <rincebrain_at_gmail.com>
Date: Sun, 26 Sep 2021 04:52:59 UTC
I don't have a testpool handy to confirm it, but I would expect you to
be able to do something like
zdb -ddddd [pool]/[objsetid in hex] [objectid in hex]
e.g.
zdb -ddddd vr1/0x57b2 0x73ab46

Or failing that, drop the object id (and then probably some of the -d,
that gets real verbose).

- Rich

On Sun, Sep 26, 2021 at 12:27 AM Zaphod Beeblebrox <zbeeble@gmail.com> wrote:
>
> How do I find which snapshot it's in?
>
> On Sat, Sep 25, 2021 at 6:01 PM Miroslav Lachman <000.fbsd@quip.cz> wrote:
>
> >
> >
> > I have seen this in the past. It was corruption on some deleted file
> > preserved on snapshot. Once I deleted snapshots this error disappeared.
> >
> > [...]
> >
> > Miroslav Lachman
> >