Hi Kai, Please refer the following page in the document http://www.gluster.org/docs/index.php/Whats_New_v2.0#Known_Issues which explains problems regarding FreeBSD 7.x ----------- snip ------------- Some known issues and pending activities stalled for upcoming releases. - Distribute translator: uses 64bit inode numbers, as FreeBSD doesn't support 64bit inodes. Distribute is seen to not work on FreeBSD<http://www.mavetju.org/weblog/html/00262.html> ---------------------------------- This problem will happen even for AFR. This could be fixed with patching the fuse kernel module for FreeBSD when they bring in 64bit inode number support. Regards -- Harshavardhana Z Research Inc http://www.zresearch.com/ On Wed, Jul 15, 2009 at 2:35 PM, Kai Kockro <kkockro at mirablau.de> wrote: > Hi, > > i installed glusterfs ( v2.0.4 ) on 3 servers. One client, two servers. > > The System is FreeBSD 7.2. I can start the clusterfsd and clusterfs ( with > fuse ). > > If i want to write something ( like "touch file" ), following error is > logged > on the servers. The client says "Invalid argument" and writes nothing. > > [2009-07-15 10:37:16] E [server-protocol.c:4681:server_xattrop] biggy: > invalid > argument: xattrop_stub > [2009-07-15 10:37:16] D [server-protocol.c:2386:server_xattrop_cbk] server: > 19: XATTROP / (-4294967295) ==> 1746757056 ((null)) > > What does this mean? Can you help me? > > Many Thanks! > Kai > > > Here are my configs: > > ##################################### > ### GlusterFS Server Volume File ## > ##################################### > > ### Export volume "biggy" with the contents of "/home/export" directory. > volume biggy-dir > type storage/posix > option directory /home/export > end-volume > > volume biggy > type features/posix-locks > subvolumes biggy-dir > end-volume > > ### Add network serving capability to above brick. > volume server > type protocol/server > option transport-type tcp > option transport.socket.bind-address 192.168.69.158 # ( 192.168.69.5 on > the > other server ) > subvolumes biggy > option auth.addr.biggy.allow 192.168.69.* > end-volume > > ##################################### > ### GlusterFS Client Volume File ## > ##################################### > > ### Add client feature and attach to remote subvolume > volume biggy1 > type protocol/client > option transport-type tcp > option remote-host 192.168.69.158 > option remote-subvolume biggy > end-volume > > volume biggy2 > type protocol/client > option transport-type tcp > option remote-host 192.168.69.5 > option remote-subvolume biggy > end-volume > > volume afr > type cluster/afr > subvolumes biggy1 biggy2 > end-volume > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://zresearch.com/pipermail/gluster-users/attachments/20090715/817590ba/attachment-0001.htm>