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, CRIT and NONE [default: INFO].
23
24 --no-remote-rpc
25 Ignore remote rpc communication, capabilities check and other
26 node sanity checks
27
28
29
30 Miscellaneous Options
31 usage | help
32 Display a usage message.
33
34 version
35 Print the program version.
36
37
38
40 With lru cache capacity 10
41 # gluster-blockd --glfs-lru-count 10
42
43 To choose log-level DEBUG
44 # gluster-blockd --log-level DEBUG
45
46 With lru cache capacity 8 and log-level ERROR
47 # gluster-blockd --glfs-lru-count 8 --log-level ERROR
48
49 Run gluster-blockd in ignore remote rpc mode
50 # gluster-blockd --no-remote-rpc
51
52
54 /var/log/gluster-block/*
55 /var/run/gluster-blockd.socket
56 /var/run/gluster-blockd.lock
57 /etc/sysconfig/gluster-blockd
58 /etc/logrotate.d/gluster-block
59
61 Report bugs via gluster-devel <gluster-devel@gluster.org
62 or <https://github.com/gluster/gluster-block/issues>
63
64
65
67 Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
68
69
71 Vijay Bellur <vbellur@redhat.com>
72 Pranith Kumar Karampuri <pkarampu@redhat.com>
73
74
75
77 gluster-block(8), targetcli(8), tcmu-runner(8), glusterfs(8), glusterd(8), gluster(8)
78
80 Copyright (c) 2016 Red Hat, Inc. <http://www.redhat.com>
81
8206 Jun 2017 management daemon gluster-blockd(8)