Hi Kai,<br><br>     Please refer the following page in the document <a href="http://www.gluster.org/docs/index.php/Whats_New_v2.0#Known_Issues">http://www.gluster.org/docs/index.php/Whats_New_v2.0#Known_Issues</a> which explains problems regarding FreeBSD 7.x <br>
<br>----------- snip -------------<br><p>Some known issues and pending activities stalled for upcoming releases. 
</p>
<ul><li> Distribute translator: uses 64bit inode numbers, as FreeBSD doesn&#39;t support 64bit inodes. Distribute is seen to not work on <a href="http://www.mavetju.org/weblog/html/00262.html" class="external text" title="http://www.mavetju.org/weblog/html/00262.html" rel="nofollow">FreeBSD</a>
</li></ul>----------------------------------<br><br>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.  <br><br>Regards<br>
--<br clear="all">Harshavardhana<br>Z Research Inc <a href="http://www.zresearch.com/">http://www.zresearch.com/</a><br>
<br><br><div class="gmail_quote">On Wed, Jul 15, 2009 at 2:35 PM, Kai Kockro <span dir="ltr">&lt;<a href="mailto:kkockro@mirablau.de">kkockro@mirablau.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
i installed glusterfs ( v2.0.4 ) on 3 servers. One client, two servers.<br>
<br>
The System is FreeBSD 7.2. I can start the clusterfsd and clusterfs ( with<br>
fuse ).<br>
<br>
If i want to write something ( like &quot;touch file&quot; ), following error is logged<br>
on the servers. The client says &quot;Invalid argument&quot; and writes nothing.<br>
<br>
[2009-07-15 10:37:16] E [server-protocol.c:4681:server_xattrop] biggy: invalid<br>
argument: xattrop_stub<br>
[2009-07-15 10:37:16] D [server-protocol.c:2386:server_xattrop_cbk] server:<br>
19: XATTROP / (-4294967295) ==&gt; 1746757056 ((null))<br>
<br>
What does this mean? Can you help me?<br>
<br>
Many Thanks!<br>
Kai<br>
<br>
<br>
Here are my configs:<br>
<br>
#####################################<br>
###  GlusterFS Server Volume File  ##<br>
#####################################<br>
<br>
### Export volume &quot;biggy&quot; with the contents of &quot;/home/export&quot; directory.<br>
volume biggy-dir<br>
  type storage/posix<br>
  option directory /home/export<br>
end-volume<br>
<br>
volume biggy<br>
  type features/posix-locks<br>
  subvolumes biggy-dir<br>
end-volume<br>
<br>
### Add network serving capability to above brick.<br>
volume server<br>
  type protocol/server<br>
  option transport-type tcp<br>
  option transport.socket.bind-address 192.168.69.158 # ( 192.168.69.5 on the<br>
other server )<br>
  subvolumes biggy<br>
  option auth.addr.biggy.allow 192.168.69.*<br>
end-volume<br>
<br>
#####################################<br>
###  GlusterFS Client Volume File  ##<br>
#####################################<br>
<br>
### Add client feature and attach to remote subvolume<br>
volume biggy1<br>
  type protocol/client<br>
  option transport-type tcp<br>
  option remote-host 192.168.69.158<br>
  option remote-subvolume biggy<br>
end-volume<br>
<br>
volume biggy2<br>
  type protocol/client<br>
  option transport-type tcp<br>
  option remote-host 192.168.69.5<br>
  option remote-subvolume biggy<br>
end-volume<br>
<br>
volume afr<br>
  type cluster/afr<br>
  subvolumes biggy1 biggy2<br>
end-volume<br>
<br>
_______________________________________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
<a href="http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users" target="_blank">http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users</a><br>
<br>
</blockquote></div><br>