From owner-freebsd-geom@FreeBSD.ORG Fri May 11 12:59:32 2012 Return-Path: Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F115B106566B; Fri, 11 May 2012 12:59:32 +0000 (UTC) (envelope-from kpielorz_lst@tdx.co.uk) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 6C8AF8FC19; Fri, 11 May 2012 12:59:32 +0000 (UTC) Received: from OctaHexa64-MkII (HPQuadro64.dmpriest.net.uk [62.13.130.30]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3) with ESMTP id q4BCxUI4043077 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 11 May 2012 13:59:31 +0100 (BST) Date: Fri, 11 May 2012 13:59:35 +0100 From: Karl Pielorz To: Alexander Motin Message-ID: In-Reply-To: <4FACF8BA.4020500@FreeBSD.org> References: <4FABDE10.8090304@FreeBSD.org> <61CDA17B687F1C733EE1B017@OctaHexa64-MkII> <4FACF8BA.4020500@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-geom@FreeBSD.org Subject: Re: FreeBSD 9-R amd64 - graid, should it survive 'pulling' a disk? X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2012 12:59:33 -0000 --On 11 May 2012 14:32 +0300 Alexander Motin wrote: > Yes, sometimes bubble and in rare cases panic. I am working on the first > part right now. > >> Is the same true for reads? > > No, On read error graid repeats reading from another disk and does > remapping write to the original one. Error returned only if all reads > have failed. Ok, thanks for the explanation - if you need anything testing, do let me know, as it's obviously a pretty big issue for us [and probably others] :) -Karl