Hi Roland,<br><br>* my replies inline  * <br><div class="gmail_quote">On Tue, Feb 16, 2010 at 4:57 PM, Roland Fischer <span dir="ltr">&lt;<a href="mailto:roland.fischer@xidras.com">roland.fischer@xidras.com</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 glusterfsguys,<br>
<br>
we use glusterfs version 3.0.0 with latest patches and get always an error:<br>
<br></blockquote><div>Latest patches means from &quot;master&quot; or release-3.0 branch?<br><br>Please use the release-3.0 branch &quot;master&quot; branch is for upstream development which is recommended for production use. <br>
<br>Regards <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
from the log:<br>
<br>
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: inode<br>
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: inode<br>
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: inode<br>
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: inode<br>
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: inode<br>
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: inode<br>
[2010-02-16 11:54:27] E [afr.c:179:afr_read_child] mirror: invalid argument: inode<br>
<br>
What does this error means?<br>
<br>
<br>
server config:<br>
# export-backup01-client_repl<br>
# gfs-01-01 /GFS/backup01<br>
# gfs-01-02 /GFS/backup01<br>
<br>
volume posix<br>
 type storage/posix<br>
 option directory /GFS/backup01<br>
end-volume<br>
<br>
volume locks<br>
 type features/locks<br>
 option mandatory-locks on<br></blockquote><div>Is there a reason why this has been switched on?. Does your application does mandatory locking?. <br><br>Please read through &quot;<a href="http://gluster.com/community/documentation/index.php/Translators/features/locks">http://gluster.com/community/documentation/index.php/Translators/features/locks</a>&quot; the NOTE to get the exact behaviour of using this. <br>
<br>Thanks<br>Harshavardhana<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 subvolumes posix<br>
end-volume<br>
<br>
volume writebehind<br>
 type performance/write-behind<br>
 option cache-size 8MB<br>
 option flush-behind on<br>
 subvolumes locks<br>
end-volume<br>
<br>
volume backup01<br>
 type performance/io-threads<br>
 option thread-count 16<br>
 subvolumes writebehind<br>
end-volume<br>
<br>
volume server<br>
 type protocol/server<br>
 option transport-type tcp<br>
 option transport.socket.listen-port 6996<br>
 option auth.addr.backup01.allow *<br>
 subvolumes backup01<br>
end-volume<br>
<br>
-----------------------------------------------------------------------------------------------------<br>
<br>
<br>
client replication config:<br>
<br>
volume gfs-01-01-vol<br>
 type protocol/client<br>
 option transport-type tcp<br>
 option remote-host gfs-01-01<br>
 option remote-port 6996<br>
 option remote-subvolume backup01<br>
end-volume<br>
<br>
volume gfs-01-02-vol<br>
 type protocol/client<br>
 option transport-type tcp<br>
 option remote-host gfs-01-02<br>
 option remote-port 6996<br>
 option remote-subvolume backup01<br>
end-volume<br>
<br>
volume mirror<br>
 type cluster/replicate<br>
 subvolumes gfs-01-01-vol gfs-01-02-vol<br>
end-volume<br>
<br>
volume readahead<br>
 type performance/read-ahead<br>
 option page-size 1MB              # unit in bytes<br>
 option page-count 4              # cache per file  = (page-count x<br>
page-size)<br>
 subvolumes mirror<br>
end-volume<br>
<br>
volume writebehind<br>
 type performance/write-behind<br>
 option cache-size 1024KB<br>
 option flush-behind on<br>
 subvolumes readahead<br>
end-volume<br>
<br>
volume cache<br>
 type performance/io-cache<br>
 option cache-size 128MB<br>
 subvolumes writebehind<br>
end-volume<br>
<br>
<br>
Thank you for your reply<br>
regards, roland<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@nongnu.org" target="_blank">Gluster-devel@nongnu.org</a><br>
<a href="http://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">http://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>
</blockquote></div><br>