From owner-freebsd-geom@FreeBSD.ORG Fri Dec 26 11:31:32 2014 Return-Path: Delivered-To: freebsd-geom@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 F11EC37F for ; Fri, 26 Dec 2014 11:31:32 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DCE36643EF for ; Fri, 26 Dec 2014 11:31:31 +0000 (UTC) Received: from moby.local ([109.193.238.174]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MCwbX-1YDZfM220h-009ieK; Fri, 26 Dec 2014 12:31:23 +0100 Message-ID: <549D470B.4050706@gmx.com> Date: Fri, 26 Dec 2014 12:31:23 +0100 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: CyberLeo Kitsana , freebsd-geom@freebsd.org Subject: Re: GELI + g_eli_orphan_spoil_assert() References: <549812D7.4020809@gmx.com> <549C6085.1070002@cyberleo.net> In-Reply-To: <549C6085.1070002@cyberleo.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:BBdIjW2ydSRT8eIrlDAbEdjvGCf05XmO9G8wBuRmcxdeB9qihVk wvLdonc/Sul9ebQ7VUlQ4zp5YQvbVfBgRsCx+SQh/BJ391w/PZVZJ2l03D8gFUf7Rvkfh2J bnLVNBs5sLrWglYRMtlitZ6+A7/HIjBm9s4itQ0slcLQI5xAjrD+A2Y0Lrx65BZHa4smZGb eYunpxSTHXy6VjCrXGNTA== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2014 11:31:33 -0000 On 12/25/14 20:07, CyberLeo Kitsana wrote: > On 12/22/2014 06:47 AM, Nikos Vassiliadis wrote: >> Hi, >> >> On an old - before 10.0-RELEASE - 10-STABLE I am seeing this failed >> assertion, g_eli_orphan_spoil_assert(), in g_media_changed_event(). The >> system has two USB disks, which are both encrypted and I use the second >> one to backup the first via zfs send/recv. The target (AKA second one) >> disk is not 100% healthy. Could that be the reason for the panic? >> >> Could somebody explain more regarding g_eli_orphan_spoil_assert()? >> >>> http://postimg.org/image/fg7z6wun7/ > > A shot in the dark based on that backtrace would be that da1 has > disappeared, but da1.eli is in use and cannot be destroyed. > > When does the panic occur? Only when you're dumping data to the device, > when you plug or unplug it, completely at random, or some other time? It was receiving a zfs snapshot when it happened. > Also, please provide the full output of 'uname -a', as that should > contain information on the exact point of 10-STABLE you are running. It's quite old, before 10.0-RELEASE, specifically start of December of 2013. I'd update to 10-STABLE but a lot of changes have happened since then and I am more than 2000km away;) Other than that the system runs ok. Nikos