From owner-freebsd-stable@FreeBSD.ORG Tue Oct 10 18:27:58 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA4016A412 for ; Tue, 10 Oct 2006 18:27:58 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp109.rog.mail.re2.yahoo.com (smtp109.rog.mail.re2.yahoo.com [68.142.225.207]) by mx1.FreeBSD.org (Postfix) with SMTP id F2E0143D96 for ; Tue, 10 Oct 2006 18:27:26 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 58533 invoked from network); 10 Oct 2006 18:11:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=TYLaKxfr0dY02SSJgLIB9K3ilNRxznfTbuNkF1Fsy9zNPg6DKI3Qp5NoPhXBITwtSkJJu07M5Ew+mACNFzAjuqIR8BL3nRIbU+9rLgyg0iAC8hUMg87h7lba+3fUIrG46192kHHalAqX6pjrPa/EJqdxpCfn55HnNtQStGAIjf0= ; Received: from unknown (HELO ?127.0.0.1?) (mikej@rogers.com@74.111.253.239 with plain) by smtp109.rog.mail.re2.yahoo.com with SMTP; 10 Oct 2006 18:11:15 -0000 Message-ID: <452BE251.9090008@rogers.com> Date: Tue, 10 Oct 2006 14:11:29 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Dmitry Pryanishnikov References: <71E7CE6F-900A-419D-84C0-18B926377AED@khera.org> <20061010203856.K68266@atlantis.atlantis.dp.ua> In-Reply-To: <20061010203856.K68266@atlantis.atlantis.dp.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Vivek Khera , stable@freebsd.org Subject: Re: gmirror warnings X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 10 Oct 2006 18:27:58 -0000 Dmitry Pryanishnikov wrote: > > Hello! > > On Tue, 10 Oct 2006, Vivek Khera wrote: >> Over the weekend and today we got some curious error messages from >> gmirror providers: >> >> Oct 7 03:02:14 dtfe2 kernel: ad6: FAILURE - out of memory in start >> Oct 7 04:15:58 dtfe2 kernel: ad4: FAILURE - out of memory in start >> >> Should I be worried about these warnings or are they just transient >> failures that correct themselves? > > Those messages are not directly related to gmirror, they come from > the ATA > driver when it can't allocate memory for the structure which describes > I/O request: I think this behavior is limited to the amd64 architecture, or at least more prone to occur. I have a number of identical servers, and only one of them runs in amd64 mode. This server displays these errors every now and then, while the others don't. While the server continues to function properly, its still annoying seeing these. Perhaps there is a auto tuning problem on amd64?