1gluster-blockd(8) Red Hat, Inc. gluster-blockd(8)
2
3
4
6 gluster-blockd - Gluster Block Management Daemon
7
9 gluster-blockd [OPTION...]
10
12 gluster-blockd daemon is responsible for block management, hence the
13 daemon must be running on all servers.
14
16 Basic Options
17 --glfs-lru-count <COUNT>
18 glfs objects cache capacity [max: 512] [default: 5]
19
20 --log-level <LOGLEVEL>
21 Logging severity. Valid options are TRACE, DEBUG, INFO, WARNING,
22 ERROR and NONE [default: INFO].
23
24
25
26 Miscellaneous Options
27 usage | help
28 Display a usage message.
29
30 version
31 Print the program version.
32
33
34
36 With lru cache capacity 10
37 # gluster-blockd --glfs-lru-count 10
38
39 To choose log-level DEBUG
40 # gluster-blockd --log-level DEBUG
41
42 With lru cache capacity 8 and log-level ERROR
43 # gluster-blockd --glfs-lru-count 8 --log-level ERROR
44
46 /var/log/gluster-block/*
47 /var/run/gluster-blockd.socket
48 /var/run/gluster-blockd.lock
49 /etc/sysconfig/gluster-blockd-config
50
52 Report bugs via gluster-devel <gluster-devel@gluster.org
53 or <https://github.com/gluster/gluster-block/issues>
54
55
56
58 Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
59
60
62 Vijay Bellur <vbellur@redhat.com>
63 Pranith Kumar Karampuri <pkarampu@redhat.com>
64
65
66
68 gluster-block(8), targetcli(8), tcmu-runner(8), glusterfs(8), glusterd(8), gluster(8)
69
71 Copyright (c) 2016 Red Hat, Inc. <http://www.redhat.com>
72
7306 Jun 2017 management daemon gluster-blockd(8)