Send RECLAIM_COMPLETE after CREATE_SESSION. This enables backend communication to v4.1 linux nfsd servers (i/o through MDS only). Signed-off-by: Weston Andros Adamson <dros@xxxxxxxxxxxxxxx> --- nfs4.1/dataserver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nfs4.1/dataserver.py b/nfs4.1/dataserver.py index 65e4f55..ade55e1 100644 --- a/nfs4.1/dataserver.py +++ b/nfs4.1/dataserver.py @@ -54,6 +54,7 @@ class DataServer(object): # as wide as the client/MDS channel (at least for linux client) fore_attrs = channel_attrs4(0, 16384, 16384, 2868, 8, 8, []) self.sess = c.create_session(fore_attrs=fore_attrs) + sess.compound([op.reclaim_complete(FALSE)]) self.make_root() def disconnect(self): -- 1.8.5.2 (Apple Git-48) -- 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