https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204661
--- Comment #1 from Andriy Gapon <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
