|
|
Subscribe / Log in / New account

Re: page fault scalability (ext3, ext4, xfs)

From:  David Lang <david-AT-lang.hm>
To:  Dave Chinner <david-AT-fromorbit.com>
Subject:  Re: page fault scalability (ext3, ext4, xfs)
Date:  Mon, 19 Aug 2013 16:23:23 -0700 (PDT)
Message-ID:  <alpine.DEB.2.02.1308191621130.30740@nftneq.ynat.uz>
Cc:  "linux-ext4-AT-vger.kernel.org" <linux-ext4-AT-vger.kernel.org>, Theodore Ts'o <tytso-AT-mit.edu>, Dave Hansen <dave.hansen-AT-linux.intel.com>, LKML <linux-kernel-AT-vger.kernel.org>, Andy Lutomirski <luto-AT-amacapital.net>, Dave Hansen <dave.hansen-AT-intel.com>, Andi Kleen <ak-AT-linux.intel.com>, Linux FS Devel <linux-fsdevel-AT-vger.kernel.org>, Jan Kara <jack-AT-suse.cz>, xfs-AT-oss.sgi.com, Tim Chen <tim.c.chen-AT-linux.intel.com>
Archive‑link:  Article

On Fri, 16 Aug 2013, Dave Chinner wrote:

> The problem with "not exported, don't update" is that files can be
> modified on server startup (e.g. after a crash) or in short
> maintenance periods when the NFS service is down. When the server is
> started back up, the change number needs to indicate the file has
> been modified so that clients reconnecting to the server see the
> change.
>
> IOWs, even if the NFS server is not up or the filesystem not
> exported we still need to update change counts whenever a file
> changes if we are going to tell the NFS server that we keep them...

This sounds like you need something more like relctime rather than noctime, 
something that updates the time in ram, but doesn't insist on flushing it to 
disk immediatly, updating when convienient or when the file is closed.

David Lang

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs




to post comments


Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds