Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2010 06:42:53 +0300
From:      Anonymous <swell.k@gmail.com>
To:        Pawel Jakub Dawidek <pjd@FreeBSD.org>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: Next ZFSv28 patchset ready for testing.
Message-ID:  <8662upxg76.fsf@gmail.com>
In-Reply-To: <20101213214556.GC2038@garage.freebsd.pl> (Pawel Jakub Dawidek's message of "Mon, 13 Dec 2010 22:45:56 %2B0100")
References:  <20101213214556.GC2038@garage.freebsd.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
Pawel Jakub Dawidek <pjd@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8662upxg76.fsf>