Dear gluster team, I have installed glusterfs on my servers for the storage. Machine: x86_64-redhat-linux I have created volumes with rdma protocol for infiniband. I have mount with acl option on server and client. When I run setfacl for glusterfs mount point it works fine but when i do it for nfs mount it says. setfacl <dir> : operation not supported. The logs created in server are as /var/log/glusterfs/nfs.log [2011-08-30 18:04:20.643984] E [iobuf.c:526:iobuf_ref] (-->/opt/glusterfs/3.2.2/ lib64/glusterfs/3.2.2/rpc-transport/rdma.so(rdma_recv_reply+0xdc) [0x2aaaaec1a36c] (-->/opt/glusterfs/3.2.2/lib64/glusterfs/3.2.2/rpc-transport/rdma.so(rdma_pollin_notify+0x77) [0x2aaaaec19ca7] (-->/opt/glusterfs/3.2.2/lib64/libgfrpc.so.0(rpc_transport_pollin_alloc+0x82) [0x2aaaaad3ab02]))) 0-iobuf: invalid argument: iobuf Kindly help me how to resolve this issue. I am really getting confused that what can be the actual reason. In need of your help. Regards Neetu Sharma Bangalore -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20110830/b79c8cba/attachment.html>
> > > Kindly help me how to resolve this issue. I am really getting confused that > what can be the actual reason. > >that is because 'NFSv3' doesnt support the extended attributes, and ACL support needs extended attributes. The behavior you are seeing is normal. The log-message you are seeing is a logging bug in 3.2.2, and happens only when you use RDMA. Currently you can ignore that. Regards, Amar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20110830/74e3fb23/attachment.html>
> Thanks a lot for prompt reply. But I would like you to throw some more > light on this. > That if volumes are created for rdma than nfs mount should be avoided. > >NFS export happens on the volume by default. To turn off this, use below command: bash# gluster volume set <VOLNAME> nfs.disable yes (To get more details on the options check the documentation : http://www.gluster.com/community/documentation/index.php/Gluster_3.2:_Tuning_Volume_Options)> >>> Kindly help me how to resolve this issue. I am really getting confused >>> that what can be the actual reason. >>> >>> >> that is because 'NFSv3' doesnt support the extended attributes, and ACL >> support needs extended attributes. The behavior you are seeing is normal. >> >> The log-message you are seeing is a logging bug in 3.2.2, and happens >> only when you use RDMA. Currently you can ignore that. >> >> Regards, >> Amar >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20110830/ccf9f571/attachment.html>