From owner-freebsd-geom@FreeBSD.ORG Sun Oct 12 09:46:13 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 C880C106568C; Sun, 12 Oct 2008 09:46:13 +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 881978FC24; Sun, 12 Oct 2008 09:46:13 +0000 (UTC) (envelope-from auryn@zirakzigil.org) Received: from localhost (localhost [127.0.0.1]) by mail.giulioferro.it (Postfix) with ESMTP id 1E3D633C40; Sun, 12 Oct 2008 11:47:43 +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 ZeZdEjKnj2OP; Sun, 12 Oct 2008 11:47:40 +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 7024333C39; Sun, 12 Oct 2008 11:47:40 +0200 (CEST) Message-ID: <48F1C760.1080902@zirakzigil.org> Date: Sun, 12 Oct 2008 11:46:08 +0200 From: Giulio Ferro User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: freebsd-geom@freebsd.org, pjd@freebsd.org References: <48DE439C.4050505@zirakzigil.org> In-Reply-To: <48DE439C.4050505@zirakzigil.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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, 12 Oct 2008 09:46:13 -0000 Giulio Ferro wrote: > I'm experiencing very serious delay issues in 2 production servers. [...] > > I hope any of you can help me look in the right direction, and point > me to any further tests to try or tunable > to set... > > Thanks in advance. > I didn't receive any answer to this, so I'm guessing ufs journal is abandoned or there is no interest in supporting it in production environment. Anyway I removed it from my servers and reverted to standard UFS, so the problems disappeared. I also tried zfs (the only other journaled filesystem available on freebsd). I didn't experiences the hanging behavior I did with journaled ufs, but it's considerably slower than standard ufs (1/2 slower writes, 1/10 slower reads)...