-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathioserv.json
54 lines (54 loc) · 1.39 KB
/
ioserv.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"logger": {
"level": "debug",
"frontends": [
{
"formatter": {
"type": "string",
"pattern": "%(timestamp)s %(request_id)s/%(lwp)s/%(pid)s %(severity)s: %(message)s %(...L)s"
},
"sink": {
"type": "files",
"path": "cocaine.log",
"autoflush": true
}
}
]
},
"options": {
"join": true,
"flags": 20,
"remote": [
"autodiscovery:224.0.0.5:1025:2"
],
"address": [
"localhost:1025:2"
],
"wait_timeout": 60,
"check_timeout": 60,
"io_thread_num": 16,
"nonblocking_io_thread_num": 16,
"net_thread_num": 4,
"daemon": false,
"auth_cookie": "qwerty",
"bg_ionice_class": 3,
"bg_ionice_prio": 0,
"server_net_prio": 1,
"client_net_prio": 6,
"cache": {
"size": 68719476736
},
"indexes_shard_count": 2,
"monitor_port": 20000
},
"backends": [{
"type": "blob",
"group": 2,
"history": "/opt/elliptics/history.2",
"data": "/opt/elliptics/eblob.2/data",
"sync": "-1",
"blob_flags": "158",
"blob_size": "10G",
"records_in_blob": "1000000"
}]
}