From: Christoph Hellwig <hch@lst.de>
To: Chuck Lever <chuck.lever@oracle.com>
Cc: Linux NFS Mailing List <linux-nfs@vger.kernel.org>, xfs@oss.sgi.com
Subject: Re: xfstests with NFS
Date: Thu, 27 Feb 2014 21:50:29 +0100 [thread overview]
Message-ID: <20140227205029.GA29741@lst.de> (raw)
In-Reply-To: <27AB99CF-CEF3-4AC5-AFBD-6648F3B3BED2@oracle.com>
On Thu, Feb 27, 2014 at 10:32:51AM -0800, Chuck Lever wrote:
>
> I’m running xfstests to validate functionality of a particular
> NFS client/transport/server set up.
>
> There are a couple of tests that may not always be appropriate for
> FSTYP=nfs. We weren’t able to identify a bugzilla where we can report
> these issues.
Just send the to the xfs list. (and cap lines after 75 chars like for all
Linux lists..)
> generic/192 tests atime changes. The Linux NFS client (and probably
> others) typically optimizes away atime changes. Thus this test fails
> for NFS mounts on Linux. I’m wondering if we can treat NFS as always
> a noatime filesystem.
I guess there's two components to this if we want to do it properly:
- make sure nfs always reports noatime in /proc/self/mounts instead
of incorrectly claiming it supports relatime by default
- _notrun 192 if it detects the filesystems reports noatime.
> generic/237 tries setfacl. On NFS mounts, the operation always returns
> “Operation not supported,” but the test is looking for “Operation not
> permitted.” The former is an acceptable pass, IMO. I considered
> disabling this test for NFS, but I would bet some NFS client
> implementations actually do support setfacl().
The NFSv3 client support ACLs perfectly, it's just NFSv4 that's messed up.
237 does a _require_acls before ding thæ test, which checks for
ENOSYS or EOPNOTSUPP, which in theory should catch NFSv4 in theory, but
if this doesn't happen try to debug it by looking at the _require_acls shell
function, the chacl implementation, the NFSv4 ACL stubs and anything else
related.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
parent reply other threads:[~2014-02-27 20:50 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <27AB99CF-CEF3-4AC5-AFBD-6648F3B3BED2@oracle.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140227205029.GA29741@lst.de \
--to=hch@lst.de \
--cc=chuck.lever@oracle.com \
--cc=linux-nfs@vger.kernel.org \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).