From owner-freebsd-fs@FreeBSD.ORG Fri Jun 9 15:02:31 2006 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34BDF16A419 for ; Fri, 9 Jun 2006 15:02:31 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA8C43D73 for ; Fri, 9 Jun 2006 15:02:28 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k59F2LGV038571 for ; Fri, 9 Jun 2006 09:02:26 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44898F33.3000304@samsco.org> Date: Fri, 09 Jun 2006 09:09:39 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-fs@freebsd.org References: <200606091053.k59ArYQs029626@lurza.secnetix.de> In-Reply-To: <200606091053.k59ArYQs029626@lurza.secnetix.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Subject: Re: heavy NFS writes lead to corrup summary in superblock 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: Fri, 09 Jun 2006 15:02:31 -0000 Oliver Fromme wrote: > Mikhail Teterin wrote: > > The FS is intended for very few very large files and was created > > with "newfs -b 65536 -O1" (no softupdates). > > Did you also increase the fragment size (-f option)? > The default is 2048 bytes, and I wouldn't expect a b/f > ratio of 32:1 to work very well. In fact I'm surprised > that you have so little problems. :-) > Oh shoot, I didn't even notice this part of his posting. Yes, anything more than an 8:1 ratio simply will not work. I don't recall if newfs is smart enough to automatically scale the frag size when only the block size is set, but if it's not then this is definitely a problem. Scott