From owner-freebsd-stable@FreeBSD.ORG Tue Apr 21 16:45:30 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71DEDCE6 for ; Tue, 21 Apr 2015 16:45:30 +0000 (UTC) Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1006F1FE0 for ; Tue, 21 Apr 2015 16:45:29 +0000 (UTC) Received: by wgin8 with SMTP id n8so219573496wgi.0 for ; Tue, 21 Apr 2015 09:45:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=kJLgWC7L7yhlMs/SiCT6tLabSsgeQM1aymGTZPIwxCc=; b=MGrM4bZEsbRBnmvfxRIFShOtgAR/cUM25NEt69YbmET+SIXI+g6pDz1RHaazXa1OvQ KLZuZPzBuvarwkroF0on9cepPIPrKXQDjknkn4VgR+lkQXSKL7P7tYaOyb9k6daIsWBE K1OtUAFIEaya3QkjSDh31sO+fDEBvPFTFiXeQYaOiWxbVqs8dqDBdlGGznQci0+W/pGB p2K+X564I04JDd9KY0WzQh/+RHNNkBml83QjcXzIybgknW6Da77LHBBd1q4xghr+Pfxn 6j+codC5C73LzdYtcZkmcp9Ro5a4LOznyDaR1T50pbxBu1gj/+k6J+NnYIegVF5V4xFT NGNA== X-Gm-Message-State: ALoCoQkAJKYwKZrrv8S9L7qktYGfAiuPvMF4/ZEXV3u4qw1gyTfCCf1bvpiNETlT2Llf1lVSEes5 X-Received: by 10.180.83.6 with SMTP id m6mr6460791wiy.72.1429634727448; Tue, 21 Apr 2015 09:45:27 -0700 (PDT) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id b1sm3389834wjs.17.2015.04.21.09.45.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Apr 2015 09:45:26 -0700 (PDT) Message-ID: <55367EA2.4090800@multiplay.co.uk> Date: Tue, 21 Apr 2015 17:45:22 +0100 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: File-Backed ZFS Kernel Panic still in 10.1-RELEASE (PR 195061) References: <2F473FFD-108D-428B-B2E1-511AA3F754B0@sundivenetworks.com> In-Reply-To: <2F473FFD-108D-428B-B2E1-511AA3F754B0@sundivenetworks.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 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, 21 Apr 2015 16:45:30 -0000 I did actually request this back in November, but I don't seem to have had a reply so I'll chase. On 21/04/2015 16:23, Will Green wrote: > Hello, > > I have been updating my ZFS tutorials for use on FreeBSD 10.1. To allow users to experiment with ZFS I use file-backed ZFS pools. On FreeBSD 10.1 they cause a kernel panic. > > For example a simple command like the following causes a panic: zpool create /tmp/zfstut/disk1 > > This issue was identified in PR 195061: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195061 > And fixed in r274619 (2014-11-17): https://svnweb.freebsd.org/base?view=revision&revision=274619 > > However, even on 10.1-RELEASE-p9 the kernel panic still occurs (but doesn’t on 11-CURRENT). > > Are there any plans to patch this in 10.1? I note it’s not in the errata. > > My tutorials are not the only ones that use file-backed ZFS: new users experimenting with ZFS on FreeBSD are likely to encounter this issue. > > Thanks, > Will > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"