Pawel Jakub Dawidek <p...@freebsd.org> 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
_______________________________________________
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