From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (Postfix) with ESMTP id 2A14D7CA0 for ; Wed, 16 Mar 2016 14:34:42 -0500 (CDT) Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by relay1.corp.sgi.com (Postfix) with ESMTP id E1F928F8040 for ; Wed, 16 Mar 2016 12:34:41 -0700 (PDT) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [150.101.137.129]) by cuda.sgi.com with ESMTP id GTNzTISRRRbekEP8 for ; Wed, 16 Mar 2016 12:34:38 -0700 (PDT) Date: Thu, 17 Mar 2016 06:34:36 +1100 From: Dave Chinner Subject: Re: an mount option question and dunno if right here... Message-ID: <20160316193436.GF11812@dastard> References: <08297acdf77244b468e15458f3d78327@zbfmail.de> <56E1A8B1.2080800@sandeen.net> <56E9641D.7010203@sandeen.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <56E9641D.7010203@sandeen.net> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Eric Sandeen Cc: xfs@oss.sgi.com, weber@zbfmail.de On Wed, Mar 16, 2016 at 08:48:13AM -0500, Eric Sandeen wrote: > On 3/16/16 8:03 AM, Marko Weber | 8000 wrote: > > > > > Hi Eric, > > > > > > my /etc/fstab entry: > > > > /dev/VolGroup01/wiso /raid5/wiso xfs norelatime,lazytime > > > > > > > > # mount: > > > > > > /dev/mapper/VolGroup01-wiso on /raid5/wiso type xfs (rw,relatime,lazytime,attr2,inode64,logbufs=8,logbsize=256k,sunit=1024,swidth=3072,noquota) > > > > > > cat /proc/mounts: > > > > /dev/mapper/VolGroup01-wiso /raid5/wiso xfs rw,lazytime,relatime,attr2,inode64,logbufs=8,logbsize=256k,sunit=1024,swidth=3072,noquota 0 0 > > > > Ok, I stand corrected, sorry; I forgot about this: > > commit 0ae45f63d4ef8d8eeec49c7d8b44a1775fff13e8 > Author: Theodore Ts'o > Date: Mon Feb 2 00:37:00 2015 -0500 > > vfs: add support for a lazytime mount option Don't for that lazytime isn't actually implemented by XFS, and we can't intercept that flag at mount time because it's been added as a VFS flag. So on everything but ext4 it does nothing, it conflicts with other atime settings we do support, and we can't really do anything about it... Cheers, Dave. -- Dave Chinner david@fromorbit.com _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs