* Re: Re: [About] about nfscache problem
[not found] <694b44377eae4adca7273de471807be7@G08CNEXMBPEKD05.g08.fujitsu.local>
@ 2020-06-02 20:00 ` J. Bruce Fields
0 siblings, 0 replies; only message in thread
From: J. Bruce Fields @ 2020-06-02 20:00 UTC (permalink / raw)
To: Su, Yanjun; +Cc: bfields@redhat.com, linux-nfs@vger.kernel.org, mora@netapp.com
On Tue, Jun 02, 2020 at 12:50:43AM +0000, Su, Yanjun wrote:
> >On Thu, May 28, 2020 at 07:18:31AM +0000, Su, Yanjun wrote:
> >> This patch adds compatible code for nfsv3 and nfsv4.
>
> >> When we test nfsv4, just use 'chmod' to recall delegation, then
>
> >> run the test. As 'chmod' will modify atime, so use 'noatime' mount option.
>
> >So, you patch nfstest as below, then run the test, and the test fails?
>
> It tests ok when appling the patch.
So you're just asking that this patch be applied to nfstest?
Sorry, I don't think I can help.
--b.
> > Signed-off-by: Su Yanjun <suyj.fnst@xxxxxxxxxxxxxx><mailto:%3Csuyj.fnst@xxxxxxxxxxxxxx%3E>
>
> > ---
>
> > test/nfstest_cache | 12 +++++++++++-
>
> > 1 file changed, 11 insertions(+), 1 deletion(-)
>
> >
>
> > diff --git a/test/nfstest_cache b/test/nfstest_cache
>
> > index 0838418..a31d48f 100755
>
> > --- a/test/nfstest_cache
>
> > +++ b/test/nfstest_cache
>
> > @@ -165,8 +165,13 @@ class CacheTest(TestUtil):
>
> > fd = None
>
> > attr = 'data' if data_cache else 'attribute'
>
> > header = "Verify consistency of %s caching with %s on a file" % (attr,
>
> > self.nfsstr())
>
> > +
>
> > # Mount options
>
> > - mtopts = "hard,intr,rsize=4096,wsize=4096"
>
> > + if self.nfsversion >= 4:
>
> > + mtopts = "noatime,hard,intr,rsize=4096,wsize=4096"
>
> > + else: + mtopts = "hard,intr,rsize=4096,wsize=4096"
>
> > +
>
> > if actimeo:
>
> > header += " actimeo = %d" % actimeo
>
> > mtopts += ",actimeo=%d" % actimeo
>
> > @@ -216,6 +221,11 @@ class CacheTest(TestUtil):
>
> > if fstat.st_size != dlen:
>
> > raise Exception("Size of newly created file is %d, should have been %d"
>
> > %(fstat.st_size, dlen))
>
> > + if self.nfsversion >= 4:
>
> > + # revoke delegation
>
> > + self.dprint('DBG3', "revoke delegation")
>
> > + self.clientobj.run_cmd('chmod +x %s' % self.absfile)
>
> > +
>
> > if acregmax:
>
> > # Stat the unchanging file until acregmax is hit
>
> > # each stat doubles the valid cache time
>
> >
>
> >
>
>
>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-06-02 20:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <694b44377eae4adca7273de471807be7@G08CNEXMBPEKD05.g08.fujitsu.local>
2020-06-02 20:00 ` Re: [About] about nfscache problem J. Bruce Fields
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).