1CHUNKD(8) System Manager's Manual CHUNKD(8)
2
3
4
6 chunkd - single-node data storage service
7
9 chunkd [options]
10
11 chunkd -?|--help
12
14 chunkd provides a single-node, networked, key/value data storage ser‐
15 vice.
16
18 -? --help
19 Shows a short help message.
20
21 -C --config
22 Specify master configuration file.
23
24 -D --debug
25 Set debug verbosity level. 0 == none, 2 == max verbosity.
26
27 -E --stderr
28 Switch logging from syslog to standard error (stderr) output.
29
30 -F --foreground
31 Run daemon in foreground, do not fork. Commonly used for debug‐
32 ging purposes.
33
34 -P --pid
35 Write daemon process id to specified file.
36
37 --strict-free
38 Carefully free allocated object, rather than letting the operat‐
39 ing system clean up after a process exists. This enables
40 improved tracking by valgrind and similar debugging systems.
41
42 -V --version
43 Print program version, and exit.
44
46 chunkd is available over the Web at http://www.kernel.org/pub/soft‐
47 ware/network/distsrv/hail/
48
49
50
51
52Project Hail July 2010 CHUNKD(8)