From owner-freebsd-current@FreeBSD.ORG Tue Jan 4 19:46:41 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D41DF1065672; Tue, 4 Jan 2011 19:46:41 +0000 (UTC) (envelope-from pawel@dawidek.net) Received: from mail.garage.freebsd.pl (60.wheelsystems.com [83.12.187.60]) by mx1.freebsd.org (Postfix) with ESMTP id 49EE28FC12; Tue, 4 Jan 2011 19:46:40 +0000 (UTC) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 507EE45B36; Tue, 4 Jan 2011 20:46:38 +0100 (CET) Received: from localhost (89-73-192-49.dynamic.chello.pl [89.73.192.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 6A06A45683; Tue, 4 Jan 2011 20:46:32 +0100 (CET) Date: Tue, 4 Jan 2011 20:46:27 +0100 From: Pawel Jakub Dawidek To: Andrei Kolu Message-ID: <20110104194627.GA1793@garage.freebsd.pl> References: <20101213214556.GC2038@garage.freebsd.pl> <20101213231208.GK2038@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 9.0-CURRENT amd64 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.6 required=4.5 tests=BAYES_00,RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org Subject: Re: Next ZFSv28 patchset ready for testing. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2011 19:46:42 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 15, 2010 at 10:15:40AM +0200, Andrei Kolu wrote: > 2010/12/14 Pawel Jakub Dawidek > > > > On Mon, Dec 13, 2010 at 10:45:56PM +0100, Pawel Jakub Dawidek wrote: > > > Hi. > > > > > > The new patchset is ready for testing: > > > > > > =A0 =A0 =A0 http://people.freebsd.org/~pjd/patches/zfs_20101212.patch= .bz2 > > > > You can also download the whole source tree already patched from here: > > > > =A0 =A0 =A0 =A0http://people.freebsd.org/~pjd/zfs_20101212.tbz > > >=20 > # uname -a > FreeBSD freebsd9.raidon.eu 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec > 14 14:37:01 EET 2010 > root@freebsd9.raidon.eu:/usr/obj/usr/src/sys/GENERIC amd64 >=20 > Create files filled with zeroes: > # mkfile 512m disk1 disk2 disk3 disk4 > #=A0zpool create andmed raidz /home/antik/disk{1,2,3,4} > # zpool status andmed > pool: andmed > state: ONLINE > scan: none requested > config: >=20 > NAME STATE READ WRITE CKSUM > andmed ONLINE 0 0 0 > raidz1-0 ONLINE 0 0 0 > /home/antik/disk1 ONLINE 0 0 0 > /home/antik/disk2 ONLINE 0 0 0 > /home/antik/disk3 ONLINE 0 0 0 > /home/antik/disk4 ONLINE 0 0 0 >=20 > errors: No known data errors >=20 > Now let's try to scrub: > # zpool scrub andmed >=20 > Fatal trap 12: page fault while in kernel mode > cpuid =3D 1; apic id =3D 01 > fault virtual address =3D 0x1fb8007b > fault code =3D supervisor read data, page not present > instruction pointer =3D 0x20:0xffffffff812967d2 > stack pointer =3D 0x20:0xffffff80ee605548 > frame pointer =3D 0x28:0xffffff80ee605730 > code segment =3D base 0x0, limit 0xfffff, type 0x1b > =3D DPL 0, pres1, long 1, def32 0, gran 1 > processor eflags =3D interrupt enabled, resume, IOPL =3D 0 > current process =3D 2081 (initial thread) > [ thread pid 2081 tid 100121 ] > Stopped at vdev_file_open+0x92: testb $0x20,0x7b(%rax) Could you verify if this patch fixes the problem for you? http://people.freebsd.org/~pjd/patches/vdev_file.c.2.patch --=20 Pawel Jakub Dawidek http://www.wheelsystems.com pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAk0jeRMACgkQForvXbEpPzRjGwCfWR5Yq4kdgT6pxWej+4tlin5E 9MwAn0dIFO4Gih0iRf6cuomKB59+OCxQ =EBYd -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8--