From owner-freebsd-fs@FreeBSD.ORG Thu Jun 18 22:52:27 2009 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 9C6C7106567D for ; Thu, 18 Jun 2009 22:52:27 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 7DCC88FC18 for ; Thu, 18 Jun 2009 22:52:27 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rmac.psg.com) by ran.psg.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MHQT3-000GAr-WC; Thu, 18 Jun 2009 22:52:26 +0000 Received: from rmac.local.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id C63A923046C5; Thu, 18 Jun 2009 15:52:25 -0700 (PDT) Date: Thu, 18 Jun 2009 15:52:25 -0700 Message-ID: From: Randy Bush To: Dan Naumov In-Reply-To: <4A3ABF76.3020905@modulus.org> References: <4A3ABF76.3020905@modulus.org> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-apple-darwin9.6.0) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-fs@freebsd.org Subject: Re: adding drive to raidz1 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: Thu, 18 Jun 2009 22:52:28 -0000 > 2) Replace each (and every) disk in your raidz pool one by one, > letting it resilver after inserting each upgraded disk ok. given # zpool status pool: tank state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 raidz1 ONLINE 0 0 0 ad4s3 ONLINE 0 0 0 ad5s3 ONLINE 0 0 0 ad6s1 ONLINE 0 0 0 ad7s1 ONLINE 0 0 0 how do i get ad7s1 offline? i can't detach it. will using it in a replace do the trick? and then how do i replace the four slices one by one? sorry, but this is a distant system and after screwing up once, i am a bit cautious. just