Hello!<br><br>I configure glusterfs with replicate, but noted significant problems with performance.<br clear="all"><br>In configuration with replicate, 3Gbytes test file puts to glusterfs around 5 minutes. It&#39;s disaster. I have two machines with software raid and gigabit network crossover between them. Also I created NFS like configuration of glusterfs (cluster and server - different machines), and same file puts to glusterfs 51 seconds.<br>

<br>My sever config:<br>volume posix<br>&nbsp; type storage/posix<br>&nbsp; option directory /home/storage<br>end-volume<br><br>volume locks<br>&nbsp; type features/locks<br>&nbsp; subvolumes posix<br>end-volume<br><br>volume storage<br>&nbsp; type performance/io-threads<br>

&nbsp; option thread-count 8<br>&nbsp; subvolumes locks<br>end-volume<br><br>volume server<br>&nbsp; type protocol/server<br>&nbsp; option transport-type tcp<br>&nbsp; subvolumes storage<br>&nbsp; option auth.login.storage.allow user<br>&nbsp; option auth.login.user.password ******<br>

end-volume<br><br>My client config:<br>volume server1<br>&nbsp; type protocol/client<br>&nbsp; option transport-type tcp<br>&nbsp; option remote-host 192.168.1.1<br>
&nbsp; option remote-port 6996&nbsp;&nbsp;&nbsp; <br>&nbsp; option username user<br>&nbsp; option password *******<br>&nbsp; option remote-subvolume storage<br>end-volume<br><br>volume server2<br>&nbsp; type protocol/client<br>&nbsp; option transport-type tcp<br>
&nbsp; option remote-host 192.168.1.2<br>
&nbsp; option remote-port 6996<br>&nbsp; option username user<br>&nbsp; option password *******<br>&nbsp; option remote-subvolume storage &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>end-volume<br><br>volume replicate<br>&nbsp; type cluster/replicate<br>&nbsp; subvolumes server1 server2<br>

end-volume<br><br>volume writebehind<br>&nbsp; type performance/write-behind<br>&nbsp; option aggregate-size 128KB<br>&nbsp; option window-size 1MB<br>&nbsp; option flush-behind on<br>&nbsp; subvolumes replicate<br>end-volume<br><br>volume cache<br>

&nbsp; type performance/io-cache<br>&nbsp; option cache-size 512MB<br>&nbsp; subvolumes writebehind<br>end-volume<br><br>Fuse client latest 2.7.4gfs11.<br><br>OS 2.6.24-19 x86_64 GNU/Linux<br><br>Help me with this problem please.<br>-- <br>
Titov Alexander<br>