summaryrefslogtreecommitdiffstats
path: root/systemd/gluster-blockd.sysconfig
diff options
context:
space:
mode:
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-06-03 12:36:19 +0530
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-06-07 18:27:36 +0530
commit8cb4991d748d100edb3f9c9cb2917fb7a18fc5e1 (patch)
tree3dbba021c04b5abcc22abf9b3f7c7517efb708a9 /systemd/gluster-blockd.sysconfig
parent75d6827b8bf79217e6382a2cb819c56beaabbdc2 (diff)
systemd: add gluster-blockd.sysconfig template
one can edit various input options to gluster-blockd daemon via /etc/sysconfig/gluster-blockd Change-Id: I720130d6b6599a79d193c5cbfff18921ffb07156 Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Diffstat (limited to 'systemd/gluster-blockd.sysconfig')
-rw-r--r--systemd/gluster-blockd.sysconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/systemd/gluster-blockd.sysconfig b/systemd/gluster-blockd.sysconfig
new file mode 100644
index 0000000..cb778d2
--- /dev/null
+++ b/systemd/gluster-blockd.sysconfig
@@ -0,0 +1,14 @@
+# 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
+
+
+# Expert use only, just incase if we have any extra args to pass for daemon
+#GB_EXTRA_ARGS=""