From owner-freebsd-stable@FreeBSD.ORG Mon Nov 17 14:02:03 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB1C65E8 for ; Mon, 17 Nov 2014 14:02:03 +0000 (UTC) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CACCA03 for ; Mon, 17 Nov 2014 14:02:02 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id bs8so3131952wib.5 for ; Mon, 17 Nov 2014 06:01:54 -0800 (PST) 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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=bnr107CdIWmRUxQYJWK953AczspOf1UrCxlUSNhvrFg=; b=BrW79Epc6L5jDKx9YlJXEd4hmJi4vCA3UzEiuJtxEYWNNT2/IFPVyxGSMQMukJI2IX 5e1+SiwGUE0sTsrn+Z91lOBEjWhQHwH8t71CbVVOGsqPYIUAwB/ZcuGavrJGAw6SOSn7 BiUvNbNiafLvzjipw5JViae+dmKoDf1GMhuX2cYzfW4UzmjfN8eHIKuUiYUmlJuxfZ83 00Da0hTQ1K9sJ/WXCAQ7JXIkWyaMutBY8RqKVhCh8nohHbLDTgEEADzgDizPDMTQfh9+ uaPcO6TPPLODz//c5RrdB3U8JQFazUf3lznE6bsomif+hvepuJSMzW/oOk/ey1NCz8UY D3yQ== X-Gm-Message-State: ALoCoQnv2ThMJG8KSbYkoKB/8BXH2HTt49mKi0WPjZ+KGf3MjHFwwegm570hkpIpGQnHwSlfzD/C X-Received: by 10.180.109.3 with SMTP id ho3mr26395758wib.39.1416232914457; Mon, 17 Nov 2014 06:01:54 -0800 (PST) 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 el6sm15353096wib.23.2014.11.17.06.01.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Nov 2014 06:01:53 -0800 (PST) Message-ID: <5469FFD5.9070002@multiplay.co.uk> Date: Mon, 17 Nov 2014 14:01:57 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Bogdan SOLGA , Christer Solskogen Subject: Re: ZFS pool creation from files leads to a crash References: <54685EB8.9050800@FreeBSD.org> <5468CD8C.7070500@multiplay.co.uk> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2014 14:02:04 -0000 I committed the fix for this earlier: https://svnweb.freebsd.org/changeset/base/274619 On 17/11/2014 08:55, Bogdan SOLGA wrote: > Thank you, Christer! 'vfs.zfs.trim.enabled=0' solved the issue in the VMs. > > Will there be a fix for SSD based ZFS pools, as well? > > Kind regards, > Bogdan > > On Sun, Nov 16, 2014 at 11:34 PM, Christer Solskogen < > christer.solskogen@gmail.com> wrote: > >> On 16.11.2014 22:08, K. Macy wrote: >> >> Do you somehow have TRIM disabled? >>> >> Confirmed on real hw (that don't have any SSD's). >> With vfs.zfs.trim.enabled=0 there is no kernel panic. >> vfs.zfs.trim.enabled=1 will make it panic. >> >> -- >> chs >> >> > _______________________________________________ > 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"