From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 2 00:15:50 2010 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 93BBD1065673 for ; Tue, 2 Mar 2010 00:15:50 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 31C278FC1A for ; Tue, 2 Mar 2010 00:15:49 +0000 (UTC) Received: by wwb17 with SMTP id 17so393891wwb.13 for ; Mon, 01 Mar 2010 16:15:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=RGmqe5KHUyMsNejMqTMNXe/V0Xg5QY6d+IC0ikAtMlc=; b=N+ecYFgL0v+py5em/okSu3LHndjQthmFtwXoP5gFYaeScRBP4lGEJzaCLkR59jqxY8 b6qQ1R0VEwJvPFMa1DNL/VyS5JIH743/UdwzIT5jGiJbxsWwWRtMHRhw76NPFKBtqavj hVP3Ua0raI+SJYCibBQqjgUk9JpZ5ErippxMo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WtPd2sjse1VmePFfrMeIllO/CvMLRolVwCusSLucmfmVphje8BAPulmwH+JgJRLmqT UoxX3P8zr7lLq5UQFcsdL6q4v9xm3k/TLKQ22JLRUapnQLHnprtneW68TnBjzYrv1suv 4MYb5LvWpwHTsxC3MEX1fCNziNmTkvhk1MMrM= MIME-Version: 1.0 Received: by 10.216.91.4 with SMTP id g4mr3325925wef.218.1267488944364; Mon, 01 Mar 2010 16:15:44 -0800 (PST) Date: Mon, 1 Mar 2010 19:15:44 -0500 Message-ID: From: Aryeh Friedman To: freebsd-hackers@freebsd.org, Garrett McNeill Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: unable to offline a failing drive in a zfs RAIDZ 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: Tue, 02 Mar 2010 00:15:50 -0000 I have a raidz setup as per the handbook but when I attempt to "offline" a failing drive it will not let me: kate# zpool status -c invalid option 'c' usage: status [-vx] [pool] ... kate# zpool status -v pool: storage state: ONLINE scrub: resilver completed with 0 errors on Mon Mar 1 17:36:48 2010 config: NAME STATE READ WRITE CKSUM storage ONLINE 0 0 0 raidz1 ONLINE 0 0 0 ad7 ONLINE 0 0 0 ad8 ONLINE 0 0 0 ad9 ONLINE 0 0 0 ad10 ONLINE 0 0 0 ad12 ONLINE 0 0 0 errors: No known data errors kate# zpool offline storage ad12 cannot offline ad12: no valid replicas