Next ZFSv28 patchset ready for testing.

Anonymous swell.k at gmail.com
Mon Dec 20 03:43:09 UTC 2010


Pawel Jakub Dawidek <pjd at 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


More information about the freebsd-current mailing list