From owner-freebsd-fs@FreeBSD.ORG Fri Nov 23 19:52:40 2007 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F15516A419 for ; Fri, 23 Nov 2007 19:52:40 +0000 (UTC) (envelope-from bra@fsn.hu) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.freebsd.org (Postfix) with ESMTP id 916F913C45B for ; Fri, 23 Nov 2007 19:52:38 +0000 (UTC) (envelope-from bra@fsn.hu) Received: from [127.0.0.1] (fw.axelero.hu [195.228.243.120]) by people.fsn.hu (Postfix) with ESMTP id 13A68BC699; Fri, 23 Nov 2007 20:52:33 +0100 (CET) Message-ID: <47472F71.9070108@fsn.hu> Date: Fri, 23 Nov 2007 20:52:17 +0100 From: Attila Nagy User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <474546F5.2000007@fsn.hu> <4745861C.9060201@fsn.hu> <20071123183457.GB12811@garage.freebsd.pl> In-Reply-To: <20071123183457.GB12811@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@FreeBSD.org Subject: Re: ZFS and FAULTED devices (corrupted data), can't make the pool ONLINE again X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2007 19:52:40 -0000 On 2007.11.23. 19:34, Pawel Jakub Dawidek wrote: > On Thu, Nov 22, 2007 at 02:37:32PM +0100, Attila Nagy wrote: > >> On 11/22/07 10:08, Attila Nagy wrote: >> >>> zpool replace -f people da3 >>> invalid vdev specification >>> the following errors must be manually repaired: >>> da3 is in use (r1w1e1) >>> Hmm. Is this this bug? >>> http://www.opensolaris.org/jive/thread.jspa?messageID=161812 >>> >> I've changed vdev.c from RELENG_7 to HEAD and now it gives: >> zpool replace -f people da3 >> cannot replace da3 with da3: da3 is busy >> >> The drive is still FAULTED... >> > > # zpool replace people da3 da3 > I'm not sure whether I've tried this, or just a single da3. Does it make a difference? (according to the manual, no, or at least that's how I interpret it) BTW, the solution was to export and import the pool... Thanks,