From owner-freebsd-geom@FreeBSD.ORG Thu Mar 24 13:56:06 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 D5EC816A4CE; Thu, 24 Mar 2005 13:56:06 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D68543D4C; Thu, 24 Mar 2005 13:56:04 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 8628EACC26; Thu, 24 Mar 2005 14:56:02 +0100 (CET) Date: Thu, 24 Mar 2005 14:56:02 +0100 From: Pawel Jakub Dawidek To: Hiroki Sato Message-ID: <20050324135602.GZ591@darkness.comp.waw.pl> References: <20050323204843.GR591@darkness.comp.waw.pl> <20050324.114358.128889856.hrs@allbsd.org> <20050324082319.GU591@darkness.comp.waw.pl> <20050324.183055.74659435.hrs@allbsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="waAWgznbqtWOzvJZ" Content-Disposition: inline In-Reply-To: <20050324.183055.74659435.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 13:56:06 -0000 --waAWgznbqtWOzvJZ Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 24, 2005 at 06:30:55PM +0900, Hiroki Sato wrote: +> pj> If it works, please try this patch and show me the output once again: +> pj>=20 +> pj> http://people.freebsd.org/~pjd/patches/g_raid3.c.2.patch +>=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=3D5= 12, length=3D512)] +> GEOM_RAID3[0]: Regular request failed (error=3D1) (r1w1e1). ad2s1a[WRITE= (offset=3D512, length=3D512)] +> GEOM_RAID3[3]: Regular request done (error=3D1). ad4s1a[WRITE(offset=3D5= 12, length=3D512)] +> GEOM_RAID3[0]: Regular request failed (error=3D1) (r1w1e1). ad4s1a[WRITE= (offset=3D512, length=3D512)] +> GEOM_RAID3[3]: Regular request done (error=3D1). ad6s1a[WRITE(offset=3D5= 12, length=3D512)] +> GEOM_RAID3[0]: Regular request failed (error=3D1) (r1w1e1). ad6s1a[WRITE= (offset=3D512, length=3D512)] This is very strange and I've no idea why you get EPERM from ad[246]s1a. You may also try to set kern.geom.debugflags to 7 and send me the output once again. Before setting kern.geom.debugflags better turn off syslogd. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --waAWgznbqtWOzvJZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCQsbyForvXbEpPzQRAs01AJ9MlV0sXjwPZVX9R+4e/OT07SuTCACfTYQq 1U+14fBS6JoZJ4bf4V28DpA= =XfMq -----END PGP SIGNATURE----- --waAWgznbqtWOzvJZ--