From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 25 14:18:32 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46F2016A4CE; Tue, 25 Jan 2005 14:18:32 +0000 (GMT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 797DE43D54; Tue, 25 Jan 2005 14:18:31 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.1/8.13.1) with ESMTP id j0PEIUd4031494; Tue, 25 Jan 2005 17:18:30 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Tue, 25 Jan 2005 17:18:30 +0300 (MSK) From: Dmitry Morozovsky To: Pawel Jakub Dawidek In-Reply-To: <20050124223557.W1021@woozle.rinet.ru> Message-ID: <20050125171135.W30339@woozle.rinet.ru> References: <20050123170743.B34546@woozle.rinet.ru> <20050123172929.J34546@woozle.rinet.ru> <20050123164801.GB795@darkness.comp.waw.pl> <20050124223557.W1021@woozle.rinet.ru> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org Subject: Re: 5.3-STABLE: handle_workitem_freefile panic X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 14:18:32 -0000 On Mon, 24 Jan 2005, Dmitry Morozovsky wrote: DM> PJD> +> However: how can the be achieved the following goal: have mirrored swap (to DM> PJD> +> keep redundancy and HA) and a place to dump panic images to, modulo having DM> PJD> +> scratch disk and/or scratch unused partition? DM> PJD> DM> PJD> When you have dedicated mirror only for swap (e.g. mirror on ad0s1b and DM> PJD> ad2s1b) you probably should be able to dump into ad[02]s1b (but I didn't DM> PJD> test it). DM> DM> Well, dumpon -v /dev/ad4b (which is part of /dev/mirror/m0b with /dev/ad6b) DM> says it will dump on that, but: DM> DM> 1) it cannot read it on boot: DM> DM> Checking for core dump on /dev/ad4b ... DM> savecore: /dev/ad4b: Operation not permitted DM> savecore: no dumps found DM> DM> 2) entering ddb via Ctrl+Alt+Esc and issuin 'panic' command hangs the machine DM> hard. DM> DM> I'll test dumps on non-gmirrored disks tomorrow. Hmm, it cannot either. 'panic' from DDB prints stack trace, destroys all gmirror providers, and then locks hard. It's on Jan 25 17:07:20 donkey kernel: atapci0: port 0xa800-0xa8ff,0xb000-0xb00f,0xb400-0xb403,0xb800-0xb807,0xd000-0xd003,0xd400-0xd407 irq 20 at device 15.0 on pci0 Jan 25 17:07:20 donkey kernel: ata2: channel #0 on atapci0 Jan 25 17:07:20 donkey kernel: ata3: channel #1 on atapci0 Jan 25 17:07:20 donkey kernel: atapci1: port 0xa400-0xa40f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 irq 20 at device 15.1 on pci0 Jan 25 17:07:20 donkey kernel: ata0: channel #0 on atapci1 Jan 25 17:07:20 donkey kernel: ata1: channel #1 on atapci1 Jan 25 17:07:20 donkey kernel: ad4: 238475MB [484521/16/63] at ata2-master SATA150 Jan 25 17:07:20 donkey kernel: ad6: 238475MB [484521/16/63] at ata3-master SATA150 and I was tried to dump on ad4b Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------