From owner-freebsd-stable@FreeBSD.ORG Tue Dec 28 16:58:19 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 314EC106566B for ; Tue, 28 Dec 2010 16:58:19 +0000 (UTC) (envelope-from jyavenard@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id EB5BC8FC15 for ; Tue, 28 Dec 2010 16:58:18 +0000 (UTC) Received: by iyb26 with SMTP id 26so8607403iyb.13 for ; Tue, 28 Dec 2010 08:58:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=3/H06PD5/dt6npuZA06Q0NKLZnddtd8uz1wtiBpY2sg=; b=XgMlIgDzH6RgIFy4Lfa65xaCf6KmAGmj9mDQ+HZJiJjIrHyWovxSgZ1ciU2LetclIa 4fI6YwWanr5qdaGw3IPx+Dx0w2s8gMLAVmGhwdump399XUg073i+74X6U3PpWeersqhm WnZh6v3DQ1D6hzROM4dA12dMPPsfsYdbRcG+8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=K6dXXdZAD2SMIfldZXq6seepc/AtHmVDwBRRCqo5rRmaT6AwHayYm4XjzWNqT/B5st QZzl/2Jz2Vya/3kT64oYLN91/5L6V0SzJQNSIPOHUxB7RqcsfS15w4+Ts0EpHJuXtJtN KfIRUpYuAVw5/VVPYkXt2iSef6Ydjpi0a0Bf4= MIME-Version: 1.0 Received: by 10.42.221.71 with SMTP id ib7mr13648736icb.528.1293555498374; Tue, 28 Dec 2010 08:58:18 -0800 (PST) Received: by 10.42.220.70 with HTTP; Tue, 28 Dec 2010 08:58:18 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Dec 2010 03:58:18 +1100 Message-ID: From: Jean-Yves Avenard To: Freddie Cash Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: New ZFSv28 patchset for 8-STABLE: ARRRGG HELP !! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2010 16:58:19 -0000 On 28 December 2010 08:56, Freddie Cash wrote: > Is that a typo, or the actual command you used? =A0You have an extra "s" > in there. =A0Should be "log" and not "logs". =A0However, I don't think > that command is correct either. > > I believe you want to use the "detach" command, not "remove". > > # zpool detach pool label/zil well, I tried the detach command: server4# zpool detach pool ada1s1 cannot detach ada1s1: only applicable to mirror and replacing vdevs server4# zpool remove pool ada1s1 server4# so you need to use remove, and adding log (or cache) makes no difference whatsoever..