From owner-freebsd-fs@FreeBSD.ORG Sat Jan 12 01:24:50 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CF9F16A419 for ; Sat, 12 Jan 2008 01:24:50 +0000 (UTC) (envelope-from baldur@foo.is) Received: from gremlin.foo.is (gremlin.foo.is [194.105.250.10]) by mx1.freebsd.org (Postfix) with ESMTP id 304D113C447 for ; Sat, 12 Jan 2008 01:24:50 +0000 (UTC) (envelope-from baldur@foo.is) Received: from 127.0.0.1 (localhost.foo.is [127.0.0.1]) by injector.foo.is (Postfix) with SMTP id ADD4CDA89C for ; Sat, 12 Jan 2008 01:05:49 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on gremlin.foo.is X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.7 Received: by gremlin.foo.is (Postfix, from userid 1000) id 133F7DA87C; Sat, 12 Jan 2008 01:05:47 +0000 (GMT) Date: Sat, 12 Jan 2008 01:05:47 +0000 From: Baldur Gislason To: freebsd-fs@freebsd.org Message-ID: <20080112010546.GI37723@gremlin.foo.is> User-Agent: Mutt/1.4.2.2i X-Sanitizer: Foo MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Subject: GBDE problems X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2008 01:24:50 -0000 I don't know if I'm posting this to the right list but I'm having some pretty nasty problems with GBDE on 2 seperate machines with very different setups. One is a 7.0-RC1 that was just installed a couple days ago and the other is a 6.2-REL. Both exhibit the same problem, when doing any intensive I/O on the gbde device (copying files around, etc) they both flood the console with messages like this: g_vfs_done():ad11s1d.bde[READ(offset=-8478054264274608128, length=65536)]error = 5 g_vfs_done():ad11s1d.bde[READ(offset=4422716238718156800, length=65536)]error = 5 g_vfs_done():ad11s1d.bde[READ(offset=-8478054264274608128, length=65536)]error = 5 g_vfs_done():ad11s1d.bde[READ(offset=4422716238718156800, length=65536)]error = 5 g_vfs_done():ad11s1d.bde[READ(offset=-8478054264274608128, length=65536)]error = 5 This is from the 7.0-RC1 machine, which for performance reasons has the block size in gbde set to 8192 bytes and the fragment size in UFS2 set to the same and block size in UFS2 set to 8x that or 65536 as adviced in the newfs man page. The 6.2 machine has the storage sitting on an atapi raid device (ar0) and I'm using 2048 byte block size in GBDE and default settings for UFS2. I have soft updates turned on in both cases. Can anyone give me some advice on how to tackle this? Baldur Gislason baldur@foo.is