1CLD(8) System Manager's Manual CLD(8)
2
3
4
6 cld - reliable file storage service for small files
7
9 cld [options]
10
11 cld -?|--help
12
14 cld provides one instance of a reliable, networked file storage service
15 for small files. Used as a base layer of a cloud computing system.
16
18 -? --help
19 Shows a short help message.
20
21 -d --data
22 Store database environment in specified directory.
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 --port
35 Bind to specified UDP port.
36
37 --port-file
38 Write automatically-discovered UDP listen port to specified
39 file.
40
41 -P --pid
42 Write daemon process id to specified file.
43
44 --strict-free
45 Carefully free allocated object, rather than letting the operat‐
46 ing system clean up after a process exists. This enables
47 improved tracking by valgrind and similar debugging systems.
48
49 -V --version
50 Print program version, and exit.
51
53 cld is available over the Web at http://www.kernel.org/pub/soft‐
54 ware/network/distsrv/hail/
55
56
57
58
59Project Hail July 2010 CLD(8)