From owner-freebsd-stable@FreeBSD.ORG Wed Oct 20 08:46:27 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 18CA91065675 for ; Wed, 20 Oct 2010 08:46:27 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 960F98FC1F for ; Wed, 20 Oct 2010 08:46:26 +0000 (UTC) Received: by bwz15 with SMTP id 15so1065690bwz.13 for ; Wed, 20 Oct 2010 01:46:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=PCo+LKKi7pSraiIXg1obrSnlX19+t9TvrnIo420Wl3E=; b=MGD5/2VC79PWX1SUteBV+XP8WyGDtrZcudmdmCOH4Keltt8oGVSc/Zq62LKCgIwJQq AJohn6rIzd3nyxMXS4kqiggLV4XY7bwtyQ7W+tYQSyA5F5EvfdvBghAVodGkl3UPGTwS 24zhXgIR/aG/WmhiUtJwVURzFVLDdoSYCKbGg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=v/dV85MDyKloAPJkY5y9KBGkH1GSRN3aSTeGT8b58zHTzoaKwOAiHzE00bw9VDUNic pww/+YWRvS3njuJixbBxkddw80S6g6nGkzR1ikz3NkMJ9atp46Y1PeesSeFEXxfDnHVY wJQLOQ2IqumytogOlo/puZtoyiqgUbLniZySE= Received: by 10.204.127.164 with SMTP id g36mr6424593bks.100.1287564384417; Wed, 20 Oct 2010 01:46:24 -0700 (PDT) Received: from [10.129.23.105] ([217.18.249.148]) by mx.google.com with ESMTPS id u4sm16249151bkz.17.2010.10.20.01.46.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 Oct 2010 01:46:22 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Nikolay Denev In-Reply-To: Date: Wed, 20 Oct 2010 11:46:19 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <0DD9C6B6-502B-4D32-A2DB-91F189814A98@gmail.com> References: To: Adam Stylinski X-Mailer: Apple Mail (2.1081) Cc: freebsd-stable@freebsd.org Subject: Re: ZFS log device removal? 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: Wed, 20 Oct 2010 08:46:27 -0000 On 19 Oct, 2010, at 07:24 , Adam Stylinski wrote: > I hope I'm not asking anything too obvious, but I just saw this commit = via > the svn-src-all list: > = http://lists.freebsd.org/pipermail/svn-src-all/2010-October/030466.html >=20 > And I was wondering if this perhaps means that log device removal is = now > possible on 8-STABLE. Or was this just a small code revision toward = that > feature? >=20 > Also I apologize in advance if my mailer does something weird and = sends this > message more than once, please be sure to tell me. >=20 Hello, This only adds the ability to offline a log device, but not to remove = it. Also pools with missing log devices can't be imported. These features = are added in ZFS v19. Regards, Nikolay=