From owner-freebsd-fs@FreeBSD.ORG Thu Jun 18 22:19:06 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 4DCC61065677 for ; Thu, 18 Jun 2009 22:19:06 +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 2D7BA8FC14 for ; Thu, 18 Jun 2009 22:19:06 +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 1MHPwm-000G6c-Vv for freebsd-fs@freebsd.org; Thu, 18 Jun 2009 22:19:05 +0000 Received: from rmac.local.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id 8BE6D2304408 for ; Thu, 18 Jun 2009 15:19:02 -0700 (PDT) Date: Thu, 18 Jun 2009 15:19:00 -0700 Message-ID: From: Randy Bush To: freebsd-fs 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 Subject: 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:19:06 -0000 so, i made the jet-lagged mistake of saying # zpool add tank ad7s1 and got the following # 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 when i wanted to add it to the raidz1. # zpool remove tank ad7s1 cannot remove ad7s1: only inactive hot spares or cache devices can be removed # zpool offline tank ad7s1 cannot offline ad7s1: no valid replicas how do i pry it off of the pool and stick it into the raidz1? thanks randy