linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] 4.1 CLNT: Send reclaim complete before create file at CSESS26
@ 2011-10-28  9:58 Mi Jinlong
  2011-11-04 22:26 ` J. Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: Mi Jinlong @ 2011-10-28  9:58 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: NFS

Send reclaim complete before create file at CSESS26

Signed-off-by: Mi Jinlong <mijinlong@cn.fujitsu.com>
---
 nfs4.1/server41tests/st_create_session.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/nfs4.1/server41tests/st_create_session.py b/nfs4.1/server41tests/st_create_session.py
index f8f59f6..2f351a6 100644
--- a/nfs4.1/server41tests/st_create_session.py
+++ b/nfs4.1/server41tests/st_create_session.py
@@ -455,8 +455,10 @@ def testRepTooBig(t, env):
     name = env.testname(t)
     c1 = env.c1.new_client(name)
     # create session with a small ca_maxresponsesize
-    chan_attrs = channel_attrs4(0,8192,50,8192,128,8,[])
+    chan_attrs = channel_attrs4(0,8192,500,8192,128,8,[])
     sess1 = c1.create_session(fore_attrs=chan_attrs)
+    sess1.compound([op.reclaim_complete(FALSE)])
+
     owner = "owner_%s" % name
     path = sess1.c.homedir + [name]
     res = create_file(sess1, owner, path, access=OPEN4_SHARE_ACCESS_BOTH)
-- 
1.7.5.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-04 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28  9:58 [PATCH 2/3] 4.1 CLNT: Send reclaim complete before create file at CSESS26 Mi Jinlong
2011-11-04 22:26 ` 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).