1 # Enable daemon mode to work in background and use syslog
3 # Where to store the pid of the daemon (must be the same in the init script)
4 pidfile = /var/run/mogilefsd/mogilefsd.pid
5 # Database connection information
6 db_dsn = DBI:mysql:mogilefs:host=127.0.0.1
9 # IP:PORT to listen on for mogilefs client requests
10 listen = 127.0.0.1:7001
11 # Optional, if you don't define the port above.
13 # Number of query workers to start by default.
15 # Number of delete workers to start by default.
17 # Number of replicate workers to start by default.
19 # Number of reaper workers to start by default.
20 # (you don't usually need to increase this)
22 # Number of fsck workers to start by default.
23 # (these can cause a lot of load when fsck'ing)
25 # Minimum amount of space to reserve in megabytes
27 # Consider setting this to be larger than the largest file you
28 # would normally be uploading.
30 # Number of seconds to wait for a storage node to respond.
32 # Keep this low, so busy storage nodes are quickly ignored.
34 # Number of seconds to wait to connect to a storage node.
36 # Keep this low so overloaded nodes get skipped.
38 # Allow replication to use the secondary node get port,
39 # if you have apache or similar configured for GET's
40 #repl_use_get_port = 1