-
Notifications
You must be signed in to change notification settings - Fork 1
/
kvsns.ini
64 lines (47 loc) · 1.64 KB
/
kvsns.ini
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
55
56
57
58
59
60
61
62
63
64
[kvsns]
# extstore_lib = /usr/lib64/libextstore_posix.so
extstore_lib = /usr/lib64/libextstore_crud_cache.so
kvsal_lib = /usr/lib64/libkvsal_redis.so
# Values are LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING,
# LOG_NOTICE, LOG_INFO and LOG_DEBUG
# if missing, default value is LOG_CRIT
Log_level = LOG_CRIT
[kvsal_redis]
server = localhost
port = 6379
[posix_store]
root_path = /tmp/store
[crud_cache]
root_path = /tmp/store
objstore_lib = /usr/lib64/libobjstore_cmd.so
[objstore_cmd]
command_get = /opt/kvsns/cp_get.sh %s %s
command_put = /opt/kvsns/cp_put.sh %s %s
command_del = /opt/kvsns/cp_del.sh %s
[rados]
pool = kvsns
cluster = ceph
user = client.admin
config = /etc/ceph/ceph.conf
[motr]
# Use the information that you collect via "hctl status"
# unknown] m0_client 0x7200000000000001:0x16 *192.168.100.169@tcp:12345:4:1*
local_addr = 192.168.100.169@tcp:12345:4:1
# [started] hax 0x7200000000000001:0x6 *192.168.100.169@tcp:12345:1:1*
ha_addr = 192.168.100.169@tcp:12345:1:1
# Profile:
# fid name: pool(s)
# *0x7000000000000001:0x33* 'default': 'the pool' None None
profile = 0x7000000000000001:0x33
# Data pool:
# fid name
# *0x6f00000000000001:0x1c* 'the pool'
proc_fid = 0x7200000000000001:0x1c
# Layout id to be used for the lib
layoutid = 9
# set to true of you want to have m0trace files produced by each run
use_m0trace = false
# set to true of you want to have ADDB monitoring
use_addb = false
# Put what you want as long as it exists
kvs_fid = 0x780000000000000a:1