2 Sep 2008 12:47
NFSv4 over RDMA
Lukas Hejtmanek <xhejtman <at> ics.muni.cz>
2008-09-02 10:47:50 GMT
2008-09-02 10:47:50 GMT
Hello,
should RDMA and Kerberos authentication work?
Anyway, this or similar patch (against 2.6.26.3) should be applied
otherwise Ctrl-c of mount.nfs4 causes an oops when rdma has been requested.
--- a/net/sunrpc/xprtrdma/verbs.c 2008-09-02 12:45:44.900009820 +0200
+++ b/net/sunrpc/xprtrdma/verbs.c 2008-09-02 12:25:56.363842595 +0200
<at> <at> -135,7 +135,8 <at> <at>
__func__, event->event, event->device->name, context);
if (ep->rep_connected == 1) {
ep->rep_connected = -EIO;
- ep->rep_func(ep);
+ if(ep->rep_func)
+ ep->rep_func(ep);
wake_up_all(&ep->rep_connect_wait);
}
}
--
--
Lukáš Hejtmánek
I'll try now Bruce's tricks with tcpdump and strace.
Thanks for your help,
Laurent
On Wednesday 03 September 2008 16:51:42 you wrote:
> On Wed, 3 Sep 2008, Laurent Dormoy wrote:
> > Hello Bruce,
> >
> > So you think there's no way I can use nfsv4 acls with this editor (I
> > mean, to find a way to resolve my problem)?
> >
> > Using the nfs4-acl-editor, I get "Operator to request attribute not
RSS Feed