Vitalij Satanivskij <sa...@ukr.net> writes:

> Hello. 
>
> System - 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r255173
>
> While trying to get some statistics from zdb 
>
>  zdb -dd disk1 > stat.log
>
> get some assertion: 
>
> Assertion failed: object_count == usedobjs (0x85727 == 0x3aa93d), file 
> /usr/src/cddl/usr.sbin/zdb/../../../cddl/contrib/opensolaris/cmd/zdb/zdb.c, 
> line 1767.
> zsh: abort (core dumped)  zdb -dd disk1 > stat.log
>
> Maybe somebody have any idea about what's it's can be and how big problem 
> it's (or not a problem at all)?

Probably not a problem unless it happens reliably when you try it multiple
times.  Since zdb looks at the raw disks, if the filesystem/zpool is active, 
zdb can easily read bits of the zpool metadata off the disks at different
times and thus see an inconsistent state.  Hence trying to get stats out of 
zdb always carries a certain risk of not working.  

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to