Pawel Jakub Dawidek <[email protected]> writes:
> The new patchset is ready for testing:
>
> http://people.freebsd.org/~pjd/patches/zfs_20101212.patch.bz2
>
`-e' option in zdb(8) now looks under /dev/dsk by default
$ zdb -ec blah
Configuration for import:
vdev_children: 1
version: 6
vdev_tree:
children[0]:
phys_path: '/dev/gptid/A-B-C-D-E'
path: '/dev/dsk/gptid/A-B-C-D-E'
zdb: can't open 'blah': No such file or directory
Exit 1
$ zdb -p /dev -ec blah
Traversing all blocks to verify metadata checksums and verify nothing leaked
...
Assertion failed: (mp->initialized == B_TRUE), file
/usr/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common/kernel.c,
line 130.
Exit 134
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"