From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 28 02:24:26 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72C0B16A417 for ; Wed, 28 Nov 2007 02:24:26 +0000 (UTC) (envelope-from firmdog@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 4737B13C43E for ; Wed, 28 Nov 2007 02:24:26 +0000 (UTC) (envelope-from firmdog@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1093204rvb for ; Tue, 27 Nov 2007 18:24:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=o5LsFWs5BgN1xHueISEMy3pH5SWpH6aDqnt8PIhZxiY=; b=g1hV6NnCTI9wCvaFMKTz004W2Wd3YvrYZ+LMhRZrXnU1/6+nfovdNLAZqoOnz5DmNtyBgRRHTWH2klpBevibehFuUFXswTk9HZBPHgfvbReL43wyYTGRHVKNiN1UcgPPVXJEgwkxfm8Bbyc0eoT2gvCfMcOd90FK/pPSKl172EM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=WTf1vY+cBT+ejxsT6VN9QVEDCJh41DB1PSWXRbrKM1ylv+FZ90DbR7WNzP3t+o7uzpsiSbigqCyL0zSGbiPfqbWpgVFrEhfcMl53mMtps2IdFRNJp6kuFjtOy4TJ34lv9NL5Ndf3Yk8Fv3WqE/KdL+MGOs5JkmIdDUzJwuVg9uw= Received: by 10.140.180.42 with SMTP id c42mr2320120rvf.1196216665955; Tue, 27 Nov 2007 18:24:25 -0800 (PST) Received: by 10.141.162.3 with HTTP; Tue, 27 Nov 2007 18:24:25 -0800 (PST) Message-ID: Date: Tue, 27 Nov 2007 21:24:25 -0500 From: "firmdog@gmail.com" To: freebsd-hackers@freebsd.org In-Reply-To: <200711271803.23264.josh@tcbug.org> MIME-Version: 1.0 References: <200711271803.23264.josh@tcbug.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: ad0: WARNING - removed from configuration (atacontrol and gmirror relationship?) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2007 02:24:26 -0000 On Nov 27, 2007 7:03 PM, Josh Paetzel wrote: > On Tuesday 27 November 2007 01:08:49 pm firmdog@gmail.com wrote: > > Why was the device removed completely? > > > > > > Can I simply do this? (want to be sure as this box is remote) > > > > gmirror forget data > > > > atacontrol attach ata0 > > > > gmirror insert data ad0 > > IDE devices generally aren't hot swappable, so you're going to have to > take > the box down to replace the failed drive (that's why it detached from the > bus). Once you do that you can rebuild the gmirror. > I don't want to hot swap...I want to get the existing bad drive back into the mirror and see how long it lasts before gmirror breaks again. Can I use atacontrol to get the drive back in the system? Thanks, Andy