From owner-freebsd-stable@FreeBSD.ORG Tue Dec 28 15:40:46 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 E80C5106566C for ; Tue, 28 Dec 2010 15:40:46 +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 AFDDB8FC1B for ; Tue, 28 Dec 2010 15:40:46 +0000 (UTC) Received: by iyb26 with SMTP id 26so8552468iyb.13 for ; Tue, 28 Dec 2010 07:40:46 -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:content-type; bh=zXZQWvlFyqmapLtCN42dAlkEvfih2qNWLB9QDrRMzKk=; b=eqqwti8kyvyp94c2WOTghRVjfgv2WzvJf5SXkcdHXyUqIRE5zPhZiEOkg7PB7QA3un 9gA5dzH4295apg3HJxqjBRx3T6la4vC62NA3MJn9WuQLcNCxVbWtnPPeqi/q3pp/SP3M uNlr7R50XYp1uPMzRayUN30neM2K6YvZNec6Y= 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 :content-type; b=wc3WRlbZKs8JDAThn4k+Dcx5nJkovvCKUAw8GM2l+RFTnI/ZlGaTTPGJNscpQh7QYB d0gO2a1x4SDZjdcJwN3FduB1PSD4Lby5mlkS028+JUmX9/+TIPX1kFJV9gc+dt53/gvZ rrfRgQ0huWKGlRYsMn7hV+WxFkQdyI41U5m7U= MIME-Version: 1.0 Received: by 10.42.175.4 with SMTP id ay4mr13575671icb.394.1293550845374; Tue, 28 Dec 2010 07:40:45 -0800 (PST) Received: by 10.42.220.70 with HTTP; Tue, 28 Dec 2010 07:40:45 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Dec 2010 02:40:45 +1100 Message-ID: From: Jean-Yves Avenard To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 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 15:40:47 -0000 Well Today I added the log device: zpool add pool log /dev/ada1s1 (8GB slice on a SSD Intel X25 disk).. then added the cache (32GB) zpool add pool cache /dev/ada1s2 So far so good. zpool status -> all good. Reboot : it hangs booted in single user mode, zpool status: ZFS filesystem version 5 ZFS storage pool version 28 and that's it no more.. Just like before when I thought that removing the log disk had failed. This time no error nothing... just a nasty hang and unusable system again... :(