From owner-freebsd-fs@FreeBSD.ORG Fri Mar 20 22:44:15 2015 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5438A3D0 for ; Fri, 20 Mar 2015 22:44:15 +0000 (UTC) Received: from mail-pd0-x232.google.com (mail-pd0-x232.google.com [IPv6:2607:f8b0:400e:c02::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B63C8A4 for ; Fri, 20 Mar 2015 22:44:15 +0000 (UTC) Received: by pdbni2 with SMTP id ni2so121262652pdb.1 for ; Fri, 20 Mar 2015 15:44:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=nBHIfLQT2Vjr6ov7CSDK2IXEeGNWvKY2pilx8dY4ZNs=; b=dRjwp0sj2mjtphDYpyB/ffBpLotKdWnDARekefgJV/LwAFkeMxvZh9emq4woSDvIdD uapEsEI6c0fPv5nJrvVnRmbykXl0zej8jYiBIGnd6eG/d07xBJ7ThSvrVxQqXYBJ+L4n 8mMjcEq3MxrtnY5LO7BqYsmhsryvH/Lmt96B4+ueVPY56w507y3Lrd3BW6AcRcNprHo3 rsAIiuJW5y+nALWxIFZ3Wg3HPq8bCg+56zdxvZXZictGzkIhuIItgHrWKBEhrDm0KIlY ibNQnL+pxbqRQte9qRsD2FezwVSUu/41mgpwm5cgX9RintDyC5q3FkZXP8o8W3i8vob9 1AMQ== X-Received: by 10.66.65.234 with SMTP id a10mr197023288pat.120.1426891454701; Fri, 20 Mar 2015 15:44:14 -0700 (PDT) Received: from [192.168.125.221] (aswan.sscsinc.com. [199.96.38.41]) by mx.google.com with ESMTPSA id pq8sm97285pbc.73.2015.03.20.15.44.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Mar 2015 15:44:13 -0700 (PDT) Message-ID: <550CA2BF.2070406@gmail.com> Date: Fri, 20 Mar 2015 15:44:15 -0700 From: Motty Cruz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Rainer Duffner Subject: Re: zfs on FreeBSD 8.2 64bit stuck in "One or more devices is currently being resilvered" References: <550C8D1A.3070402@gmail.com> <550C938F.70500@gmail.com> <986BB4BF-D960-46EE-8E15-6FC5A5B6D219@ultra-secure.de> <550C9E70.60501@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2015 22:44:15 -0000 Can you describe what you did to replace the disk? I sure can. I had spare hdd in the pool. #zpool replace tank label/004 label/007b label/003 ONLINE 0 0 0 replacing DEGRADED 0 0 0 433419809408607751 UNAVAIL 0 0 0 was/dev/label/007 label/004 ONLINE 0 0 0 2.47T resilvered label/005 ONLINE 0 0 0 after two days of resilvering, the server became unresponsive. I reboot the server started to resilver again. after that I also detached bad disk. #zpool detach tank 433419809408607751 I have tried zpool clear tank but no success, Thanks, Motty On 03/20/2015 03:32 PM, Rainer Duffner wrote: >> Am 20.03.2015 um 23:25 schrieb Motty Cruz : >> >> Hello Rainer, >> >> a disk went bad, I had to replace it, soon after replacing the bad HDD it started the "resilver" process. Process went on and on for hours, unfortunately server stop responding, I was force to reboot. after rebooting started "resilver" process again, from zero. I put the HDD offline replace it "thinking it was a factory bad HHD" started the "resilver" process again. >> > > I would assume that the ZFS still thinks it’s the old disk somehow. > This is what usually happens then. > > > I’m not sure if an upgraded FreeBSD will help you with your resilver-problem. > > Can you describe what you did to replace the disk? > > >