2. have io-threads on the server so that io requests are handled smoothly from more than one client (web server).


What are good values for this?

Right now my server config is:

volume releases
 type storage/posix
 option directory /opt/releases.mozilla.org
end-volume

 volume iothreads
   type performance/io-threads
   option thread-count 4  # deault is 1
   option cache-size 32MB #64MB
   subvolumes releases
 end-volume

volume server
 type protocol/server
 option transport-type tcp/server
 subvolumes iothreads
 option auth.ip.releases.allow 10.4.80.*
end-volume


_______________________________________________
Gluster-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/gluster-devel

Reply via email to