ios - Slow Write performance in Glusterfs -


i newbie glusterfs. have setup glusterfs in 2 servers following options:

performance.cache-size 2gb performance.io-thread-count 16 performance.client-io-threads on performance.io-cache on performance.readdir-ahead on 

when run binary in following manner:

./binary > shared_location/log 

it takes 1.5 mins log size 100m

whereas running in manner:

./binary > local_location/log 

takes 10 secs. huge difference in time. no of cores in glusterfs server: 2, current machine: 2

is there way can reduce time? also, there standard configuration start off with, can avoid basic issues above?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -