Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2015 19:17:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 204661] Either zdb doesn't correctly report block size of zfs root files, or ZFS isn't applying recordsize to files in the zfs root
Message-ID:  <bug-204661-8-gYj7bNHe2T@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204661-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204661-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204661

--- Comment #1 from Andriy Gapon <avg@FreeBSD.org> ---
zdb in solaris seems to have diverged from the historical behaviour.
zdb -d $pool $N means dumping information on an object with ID $N in the MOS
(meta object set) of a pool $pool.
It seems that currently it is impossible to dump an object in the root dataset
of the pool.  The same issue exists on illumos as well.
I've seen a proposal for zdb -d $pool/ $N to do what you want (note the
trailing slash), but I can't find it right now.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204661-8-gYj7bNHe2T>