Blame


1 1a8f27c3 2004-05-14 devnull .TH VENTI.CONF 6
2 1a8f27c3 2004-05-14 devnull .SH NAME
3 1a8f27c3 2004-05-14 devnull venti.conf \- a venti configuration file
4 1a8f27c3 2004-05-14 devnull .SH DESCRIPTION
5 1a8f27c3 2004-05-14 devnull A venti configuration file enumerates the various index sections and
6 1a8f27c3 2004-05-14 devnull arenas that constitute a venti system.
7 1a8f27c3 2004-05-14 devnull The components are indicated by the name of the file, typically
8 1a8f27c3 2004-05-14 devnull a disk partition, in which they reside. The configuration
9 1a8f27c3 2004-05-14 devnull file is the only location that file names are used. Internally,
10 1a8f27c3 2004-05-14 devnull venti uses the names assigned when the components were formatted
11 1a8f27c3 2004-05-14 devnull with
12 1a8f27c3 2004-05-14 devnull .I fmtarenas
13 1a8f27c3 2004-05-14 devnull or
14 1a8f27c3 2004-05-14 devnull .I fmtisect
15 1a8f27c3 2004-05-14 devnull (see
16 1a8f27c3 2004-05-14 devnull .IR ventiaux (8)).
17 1a8f27c3 2004-05-14 devnull In particular, by changing the configuration a
18 1a8f27c3 2004-05-14 devnull component can be copied to a different file.
19 1a8f27c3 2004-05-14 devnull .PP
20 1a8f27c3 2004-05-14 devnull The configuration file consists of lines in the form described below.
21 1a8f27c3 2004-05-14 devnull Lines starting with
22 1a8f27c3 2004-05-14 devnull .B #
23 1a8f27c3 2004-05-14 devnull are comments.
24 1a8f27c3 2004-05-14 devnull .TP
25 1a8f27c3 2004-05-14 devnull .BI index " name
26 1a8f27c3 2004-05-14 devnull Names the index for the system.
27 1a8f27c3 2004-05-14 devnull .TP
28 1a8f27c3 2004-05-14 devnull .BI arenas " file
29 1a8f27c3 2004-05-14 devnull .I File
30 1a8f27c3 2004-05-14 devnull contains a collection of arenas, formatted using
31 1a8f27c3 2004-05-14 devnull .IR fmtarenas .
32 1a8f27c3 2004-05-14 devnull .TP
33 1a8f27c3 2004-05-14 devnull .BI isect " file
34 1a8f27c3 2004-05-14 devnull .I File
35 1a8f27c3 2004-05-14 devnull contains an index section, formatted using
36 1a8f27c3 2004-05-14 devnull .IR fmtisect .
37 1a8f27c3 2004-05-14 devnull .PP
38 1a8f27c3 2004-05-14 devnull After formatting a venti system using
39 1a8f27c3 2004-05-14 devnull .IR fmtindex ,
40 1a8f27c3 2004-05-14 devnull the order of arenas and index sections should not be changed.
41 1a8f27c3 2004-05-14 devnull Additional arenas can be appended to the configuration.
42 1a8f27c3 2004-05-14 devnull .PP
43 1a8f27c3 2004-05-14 devnull The configuration file optionally holds configuration parameters
44 1a8f27c3 2004-05-14 devnull for the venti server itself.
45 1a8f27c3 2004-05-14 devnull These are:
46 1a8f27c3 2004-05-14 devnull .TP
47 1a8f27c3 2004-05-14 devnull .BI mem " cachesize
48 1a8f27c3 2004-05-14 devnull .TP
49 1a8f27c3 2004-05-14 devnull .BI bcmem " blockcachesize
50 1a8f27c3 2004-05-14 devnull .TP
51 1a8f27c3 2004-05-14 devnull .BI icmem " indexcachesize
52 1a8f27c3 2004-05-14 devnull .TP
53 1a8f27c3 2004-05-14 devnull .BI addr " ventiaddress
54 1a8f27c3 2004-05-14 devnull .TP
55 1a8f27c3 2004-05-14 devnull .BI httpaddr " httpaddress
56 1a8f27c3 2004-05-14 devnull .TP
57 1a8f27c3 2004-05-14 devnull .B queuewrites
58 1a8f27c3 2004-05-14 devnull .PD
59 1a8f27c3 2004-05-14 devnull See
60 1a8f27c3 2004-05-14 devnull .IR venti (8)
61 1a8f27c3 2004-05-14 devnull for descriptions of these variables.
62 1a8f27c3 2004-05-14 devnull .SH EXAMPLE
63 1a8f27c3 2004-05-14 devnull .EX
64 1a8f27c3 2004-05-14 devnull # a sample venti configuration file
65 1a8f27c3 2004-05-14 devnull #
66 1a8f27c3 2004-05-14 devnull # formatted with
67 1a8f27c3 2004-05-14 devnull # venti/fmtarenas arena. /tmp/disks/arenas
68 1a8f27c3 2004-05-14 devnull # venti/fmtisect isect0 /tmp/disks/isect0
69 1a8f27c3 2004-05-14 devnull # venti/fmtisect isect1 /tmp/disks/isect1
70 1a8f27c3 2004-05-14 devnull # venti/fmtindex venti.conf
71 1a8f27c3 2004-05-14 devnull #
72 1a8f27c3 2004-05-14 devnull # server is started with
73 1a8f27c3 2004-05-14 devnull # venti/venti
74 1a8f27c3 2004-05-14 devnull
75 1a8f27c3 2004-05-14 devnull # the name of the index
76 1a8f27c3 2004-05-14 devnull index main
77 1a8f27c3 2004-05-14 devnull
78 1a8f27c3 2004-05-14 devnull # the index sections
79 1a8f27c3 2004-05-14 devnull isect /tmp/disks/isect0
80 1a8f27c3 2004-05-14 devnull isect /tmp/disks/isect1
81 1a8f27c3 2004-05-14 devnull
82 1a8f27c3 2004-05-14 devnull # the arenas
83 1a8f27c3 2004-05-14 devnull arenas /tmp/disks/arenas
84 1a8f27c3 2004-05-14 devnull .EE
85 1a8f27c3 2004-05-14 devnull .SH "SEE ALSO"
86 1a8f27c3 2004-05-14 devnull .IR venti (8),
87 1a8f27c3 2004-05-14 devnull .IR ventiaux (8)