From: "J. Bruce Fields" <bfields@xxxxxxxxxx> The 4.1 spec requires servers to handle stateid's with seqid field 0 (they have the special meaning of "use the latest stateid in this stateid stream"). We've seen buggy or incomplete servers that don't handle this yet. We *should* add a test for that. But insisting on it (for no real reason) during setup just prevents all the other tests from running unnecessarily. Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxx> --- nfs4.1/server41tests/environment.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nfs4.1/server41tests/environment.py b/nfs4.1/server41tests/environment.py index 2566274..24e82cd 100644 --- a/nfs4.1/server41tests/environment.py +++ b/nfs4.1/server41tests/environment.py @@ -190,7 +190,7 @@ class Environment(testmod.Environment): log.warning("could not create /%s" % '/'.join(path)) # Make file-object in /tree fh, stateid = create_confirm(sess, 'maketree', tree + ['file']) - stateid.seqid = 0 + # stateid.seqid = 0 ops = [op.putfh(fh), op.write(stateid, 0, FILE_SYNC4, self.filedata)] res = sess.compound(ops) -- 1.7.7.6 -- 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