From owner-freebsd-geom@FreeBSD.ORG Thu Mar 24 08:23:22 2005 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0807716A4CE; Thu, 24 Mar 2005 08:23:22 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68C8843D66; Thu, 24 Mar 2005 08:23:21 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 9AB86ACB34; Thu, 24 Mar 2005 09:23:19 +0100 (CET) Date: Thu, 24 Mar 2005 09:23:19 +0100 From: Pawel Jakub Dawidek To: Hiroki Sato Message-ID: <20050324082319.GU591@darkness.comp.waw.pl> References: <20050324.045806.115801836.hrs@allbsd.org> <20050323204843.GR591@darkness.comp.waw.pl> <20050324.114358.128889856.hrs@allbsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sC1KxrFoiW8MuHBc" Content-Disposition: inline In-Reply-To: <20050324.114358.128889856.hrs@allbsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: freebsd-geom@FreeBSD.org Subject: Re: strange error of GEOM_RAID3 on RELENG_5 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 08:23:22 -0000 --sC1KxrFoiW8MuHBc Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 24, 2005 at 11:43:58AM +0900, Hiroki Sato wrote: +> Hi, +>=20 +> Pawel Jakub Dawidek wrote +> in <20050323204843.GR591@darkness.comp.waw.pl>: +>=20 +> pj> Thanks for the report, but I'm not able to reproduce it here. +> pj> Could you increase debug level to 3 and rerun the command which fail= s? +>=20 +> Yes, here is a log with kern.geom.raid3.debug=3D3: +>=20 +> # dd if=3D/dev/zero of=3D/dev/raid3/data bs=3D1024 count=3D2 +> GEOM_RAID3[3]: Sending request. ad2s1a[WRITE(offset=3D512, length=3D512= )] +> GEOM_RAID3[3]: Sending request. ad4s1a[WRITE(offset=3D512, length=3D512= )] +> GEOM_RAID3[3]: Sending request. ad6s1a[WRITE(offset=3D512, length=3D512= )] +> GEOM_RAID3[3]: Regular request done (error=3D1). ad2s1a[WRITE(offset=3D= 512, length=3D512)] +> GEOM_RAID3[3]: Regular request done (error=3D1). ad4s1a[WRITE(offset=3D= 512, length=3D512)] +> GEOM_RAID3[3]: Regular request done (error=3D1). ad6s1a[WRITE(offset=3D= 512, length=3D512)] [...] EPERM?? Are you sure that doing (when raid3 is not configured): # dd if=3D/dev/zero of=3D/dev/ad2s1a skip=3D1 count=3D1 works? If it works, please try this patch and show me the output once again: http://people.freebsd.org/~pjd/patches/g_raid3.c.2.patch --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --sC1KxrFoiW8MuHBc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCQnj3ForvXbEpPzQRAis0AJ4gNEjCIDb3REFHCzRbYqZEJ158dgCgtLIR 3NyAKhrVrmFp95vR+8Au3o4= =tfz+ -----END PGP SIGNATURE----- --sC1KxrFoiW8MuHBc--