Re: Next ZFSv28 patchset ready for testing.

From: Anonymous <swell.k_at_gmail.com>
Date: Mon, 20 Dec 2010 06:42:53 +0300
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
Received on Mon Dec 20 2010 - 02:43:09 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:10 UTC