add libssl to archipelago dependencies. also add debug libxseg package
[archipelago] / debian / archipelago.default
1 #do not touch
2 DEVICE_PREFIX="/dev/xsegbd"
3 XSEGBD_SYSFS="/sys/bus/xsegbd/"
4
5
6
7 # xseg
8 SPEC="segdev:xsegbd:512:1024:12"
9 REQS=512
10
11 BPORT=0
12 MPORT=1
13 MBPORT=2
14 VTOOL=3
15 VPORT_START=204
16 VPORT_END=403
17
18 #Max number of flying operations
19 NR_OPS_BLOCKERB=128
20 NR_OPS_BLOCKERM=128
21 NR_OPS_VLMC=128
22 NR_OPS_MAPPER=128
23
24 #verbosity levels for each xseg peer
25 #0 Error
26 #1 Warnings
27 #2 Info
28 #3 Debug
29 VERBOSITY_BLOCKERB="3"
30 VERBOSITY_BLOCKERM="3"
31 VERBOSITY_MAPPER="3"
32 VERBOSITY_VLMC="3"
33
34 # Choose between rados or files STORAGE
35 # For the selected storage method, the appropriate config options must be set
36 #STORAGE="files"
37 STORAGE="rados"
38
39 #options for STORAGE="files"
40 #FILED_IMAGES="/srv/archip/blocks"
41 #FILED_MAPS="/srv/archip/maps"
42 #PITHOS="/srv/pithos/data/blocks"
43 #PITHOSMAPS="/srv/pithos/data/maps"
44
45 #options for STORAGE="rados"
46 RADOS_POOL_MAPS="maps"
47 RADOS_POOL_BLOCKS="blocks"
48