[Gluster-devel] glusterfs 2.0.0rc1 replicate write perfomance problem
From:
Titov Alexander
Subject:
[Gluster-devel] glusterfs 2.0.0rc1 replicate write perfomance problem
Date:
Wed, 18 Feb 2009 01:39:00 +0300
Hello!
I configure glusterfs with replicate, but noted significant problems with performance.
In configuration with replicate, 3Gbytes test file puts to glusterfs around 5 minutes. It'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.
My sever config: volume posix type storage/posix option directory /home/storage end-volume
volume locks type features/locks subvolumes posix end-volume
volume storage type performance/io-threads
option thread-count 8 subvolumes locks end-volume
volume server type protocol/server option transport-type tcp subvolumes storage option auth.login.storage.allow user option auth.login.user.password ******
end-volume
My client config: volume server1 type protocol/client option transport-type tcp option remote-host 192.168.1.1
option remote-port 6996 option username user option password ******* option remote-subvolume storage end-volume