From owner-freebsd-stable@FreeBSD.ORG Sat Oct 26 22:35:43 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 90AFE622 for ; Sat, 26 Oct 2013 22:35:43 +0000 (UTC) (envelope-from franz@electromail.org) Received: from mx-b.spam-sponge.de (mx-b.spam-sponge.de [IPv6:2a01:4f8:200:3283:5054:ff:fe14:3d90]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 10D0A27A8 for ; Sat, 26 Oct 2013 22:35:42 +0000 (UTC) Received: from [192.168.100.4] (e178017113.adsl.alicedsl.de [85.178.17.113]) (authenticated bits=0) by mx-b.spam-sponge.de (8.14.7/8.14.5) with ESMTP id r9QMZaFV002996 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sun, 27 Oct 2013 00:35:39 +0200 (CEST) (envelope-from franz@electromail.org) Message-ID: <526C43B8.8030702@electromail.org> Date: Sun, 27 Oct 2013 00:35:36 +0200 From: Franz Schwartau User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: FreeBSD 9.2 UFS + GELI softdep_deallocate_dependencies: unrecovered I/O error References: <2AA765E7-1F17-4C6F-98BD-004AEFF88D32@lexasoft.ru> In-Reply-To: <2AA765E7-1F17-4C6F-98BD-004AEFF88D32@lexasoft.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 22:35:43 -0000 Hi! I see this kind of messages, too, after upgrading from 9.1 to 9.2. E. g.: g_vfs_done():label/var[WRITE(offset=1147863040, length=32768)]error = 11 g_vfs_done():label/var[WRITE(offset=979927040, length=32768)]error = 11 label/var is not encrypted. No panic occurs on my machine. Best regards Franz On 26.10.2013 11:47, Alexey Tarasov wrote: > Hello. > > I've upgraded server to 9.2 and now it hangs every 2-3 hours of intensive I/O to UFS SUJ + GELI disk. On 9.1 everything was good for a half of a year. > > g_vfs_done():da1.eli[WRITE(offset=614630752256, length=32768)]error = 11 > g_vfs_done():da1.eli[WRITE(offset=614631211008, length=32768)]error = 11 > g_vfs_done():da1.eli[WRITE(offset=614634815488, length=32768)]error = 11 > g_vfs_done():da1.eli[WRITE(offset=614642319360, length=32768)]error = 11 > g_vfs_done():da1.eli[WRITE(offset=614642909184, length=32768)]error = 11 > g_vfs_done():da1.eli[WRITE(offset=614643007488, length=32768)]error = 11 > g_vfs_done():da1.eli[WRITE(offset=614644875264, length=32768)]error = 11 > g_vfs_done():da1.eli[WRITE(offset=550691995648, length=98304)]error = 11 > g_vfs_done():da1.eli[WRITE(offset=550692519936, length=32768)]error = 11 > g_vfs_done():da1.eli[WRITE(offset=550704152576, length=32768)]error = 11 > /data/pgsql/data/base: got error 11 while accessing filesystem > panic: softdep_deallocate_dependencies: unrecovered I/O error > cpuid = 10 > KDB: stack backtrace: > #0 0xffffffff80947986 at kdb_backtrace+0x66 > #1 0xffffffff8090d9ae at panic+0x1ce > #2 0xffffffff80b3ff90 at clear_remove+0 > #3 0xffffffff8098fb65 at brelse+0x75 > #4 0xffffffff80990978 at bufdone+0x68 > #5 0xffffffff8098c83e at biodone+0xae > #6 0xffffffff80872f4c at g_io_schedule_up+0xac > #7 0xffffffff808736ac at g_up_procbody+0x5c > #8 0xffffffff808db67f at fork_exit+0x11f > #9 0xffffffff80cdc23e at fork_trampoline+0xe > Uptime: 6d15h5m7s > Dumping 7664 out of 196573 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..91% > > Full core.txt is here: http://lexasoft.ru/core.txt.1 > > Server is HP Proliant DL180 G6 with P410 RAID controller.