gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] gluster config for fileserver


From: matthew zeier
Subject: Re: [Gluster-devel] gluster config for fileserver
Date: Mon, 21 Jan 2008 21:18:43 -0800
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]