summaryrefslogtreecommitdiff
blob: df50e230474541f99ab66fb967240562dbafcb68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# System user
user = mogile
# These are set inside the Gentoo conf.d/mogilefsd
#pidfile = /var/run/mogile/mogilefsd.pid
#daemonize = 1

# Database settings
db_dsn	= DBI:mysql:mogilefs
db_user	= mogile
# You must insert your password here!
db_pass	= __PASSWORD__

# Network settings
#conf_port = 7001
#listen = 10.0.0.1:7001, 

# Storage
#mog_root = /mnt/mogilefs

# Plugins
#plugins = ...

# Tuning knobs
#query_jobs = 20
#delete_jobs = 1
#replicate_jobs = 1
#monitor_jobs = 1
#reaper_jobs = 1
#min_free_space = 100
#max_disk_age = 5
#node_timeout = 2
#old_repl_compat = 1
#default_mindevcount = 2
#no_unreachable_tracking = 1