On Fri, Oct 28, 2011 at 05:58:37PM +0800, Mi Jinlong wrote: > Send reclaim complete before create file at CSESS26 Thanks, applied.--b. > > Signed-off-by: Mi Jinlong <mijinlong@xxxxxxxxxxxxxx> > --- > 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 > > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html