Raja, op_errno == 95 is EOPNOTSUPP i.e it is not supported by the backend filesystem. Unrelated to this, 1.3.6 is an old release, unless you have a good reason to use it you can use the latest 1.4 release. Krishna On Tue, Nov 25, 2008 at 11:28 AM, Raja <coksupp2 at spectrum.net.in> wrote: > > Hello All. > > I am having some issues while copying files in glusterfs. The files seem to > get copied fine, however I get tons of log errors. > > I am doing a cp -p and each error repeats. > > Version: > glusterfs 1.3.6 > fuse-2.6.3-1.rf > > Here's some debug log. Can anyone suggest what might be wrong? > > root at w1-us# tail -f /var/log/glusterfs/glusterfs.log > 2008-11-19 19:36:43 E [afr.c:1130:afr_setxattr_cbk] afrbricks: > (path=/temp_pdf/122714140354/TS000008706.pdf child=client_211) op_ret=-1 > op_errno=95 > 2008-11-19 19:36:59 E [afr.c:1130:afr_setxattr_cbk] afrbricks: > (path=/temp_pdf/122714141882/TS000013173.pdf child=client_211) op_ret=-1 > op_errno=95 > 2008-11-19 19:37:14 E [afr.c:1130:afr_setxattr_cbk] afrbricks: > (path=/temp_pdf/122714143438/TS000012936.pdf child=client_211) op_ret=-1 > op_errno=95 > > > Gluster Server Side Configuration > > root at sf1-us ~# cat /etc/glusterfs/glusterfs-server.vol > ## Define the stroage > volume fs1-storage > type storage/posix # POSIX FS translator > option directory /storage # Export this directory > end-volume > > volume iothreads #iothreads can give performance a > boost > type performance/io-threads > option thread-count 16 > subvolumes fs1-storage > end-volume > > ## Add network serving capability to above brick. > volume server > type protocol/server > option transport-type tcp/server # For TCP/IP transport > option listen-port 6996 # Default is 6996 > option client-volume-filename /var/log/glusterfs/client.vol > subvolumes iothreads > option auth.ip.iothreads.allow * # Allow access to "brick" volume > end-volume > > Gluster Client Side Configuration > > root at w1-us ~# cat /etc/glusterfs/glusterfs-client.vol > > ### Add client feature and attach to remote subvolume > volume client_211 > type protocol/client > option transport-type tcp/client # for TCP/IP transport > option remote-host 10.10.1.211 # IP address of the remote brick > option remote-port 6996 # default server port is 6996 > option remote-subvolume iothreads # name of the remote volume > # option transport-timeout 4 > end-volume > > volume afrbricks > type cluster/afr > subvolumes client_211 > option replicate *:1 > option self-heal on > end-volume > > volume iothreads #iothreads can give performance a boost > type performance/io-threads > option thread-count 8 > subvolumes afrbricks > end-volume > > Regards, > Raja Krishnan > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users > >