summaryrefslogtreecommitdiffstats
path: root/systemd/gluster-blockd.sysconfig
blob: 49261bda6115cf0d5378ee7f445698d98fc7faeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# These options are used by the systemd gluster-blockd.service
# Any changes done here will reflect in the way systemd exec gluster-blockd
# with command arguments. See "gluster-blockd --help" output for defaults
# and possible values.


# The default cache capacity is 5 i.e there can be a max of five glfs
# entries in the lru cache, anything more will lead to release/free of
# least recently used object.
#GB_GLFS_LRU_COUNT=5


# supported loglevels [ NONE, ERROR, WARNING, INFO, DEBUG, TRACE ]
#GB_LOG_LEVEL=INFO


# Expert use only, just incase if we have any extra args to pass for daemon
#GB_EXTRA_ARGS=""