From owner-freebsd-geom@FreeBSD.ORG Sun Sep 28 16:27:04 2008 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34A0D1065686 for ; Sun, 28 Sep 2008 16:27:04 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from mail.giulioferro.it (mail.giulioferro.it [85.18.102.52]) by mx1.freebsd.org (Postfix) with ESMTP id E57948FC23 for ; Sun, 28 Sep 2008 16:27:03 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from localhost (localhost [127.0.0.1]) by mail.giulioferro.it (Postfix) with ESMTP id 1C6AA33C17; Sun, 28 Sep 2008 18:09:50 +0200 (CEST) X-Virus-Scanned: amavisd-new at giulioferro.it Received: from mail.giulioferro.it ([127.0.0.1]) by localhost (aurynwork1sv1.giulioferro.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l14w6mB80cnL; Sun, 28 Sep 2008 18:09:47 +0200 (CEST) Received: from [192.168.229.16] (localhost [127.0.0.1]) (Authenticated sender: gferro@giulioferro.it) by mail.giulioferro.it (Postfix) with ESMTP id 4C69C33C15; Sun, 28 Sep 2008 18:09:47 +0200 (CEST) Message-ID: <48DFABFB.7000002@zirakzigil.org> Date: Sun, 28 Sep 2008 18:08:27 +0200 From: Giulio Ferro User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: Volker References: <48DE439C.4050505@zirakzigil.org> <48DFA64E.90905@vwsoft.com> In-Reply-To: <48DFA64E.90905@vwsoft.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pjd@freebsd.org, freebsd-geom@freebsd.org Subject: Re: Problems with journal? X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2008 16:27:04 -0000 Volker wrote: > On 12/23/-58 20:59, Giulio Ferro wrote: > >>
I'm experiencing very serious delay issues >> in 2 production servers. >> >> The server are dual intel quad core >> o.s. : freebsd 7 stable (yesterday) amd64, mfi driver for 2 physical >> controllers: >> 1) two sas disks in mirror (mfi0) >> 2) one dell md1000 disk enclosure with 15 sata disks in raid 60 (total >> ~7 TB) (mfi1) >> >> I created a single partition for the second disk, I put the geom_journal >> on it, >> I formatted it with ufs and mounted it on /data directory. >> >> from /etc/fstab >> /dev/mfid1.journal /data ufs rw,async 2 0 >> >> > > Giulio, > > I'm wondering about the device name "mfid1.journal". Please show us your > partitioning scheme and output of ``gjournal list''. > > Volker > Sure. -------------------------------------------------------------------------------------------- > gjournal list Geom name: gjournal 4016494930 ID: 4016494930 Providers: 1. Name: mfid1.journal Mediasize: 7494986366464 (6.8T) Sectorsize: 512 Mode: r1w1e1 Consumers: 1. Name: mfid1 Mediasize: 7496060108800 (6.8T) Sectorsize: 512 Mode: r1w1e1 Jend: 7496060108288 Jstart: 7494986366464 Role: Data,Journal -------------------------------------------------------------------------------------------- Hope it helps...