-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathk2hftfusesvr_test_trans_slave.ini
More file actions
103 lines (97 loc) · 2.15 KB
/
Copy pathk2hftfusesvr_test_trans_slave.ini
File metadata and controls
103 lines (97 loc) · 2.15 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#
# k2hftfuse for file transaction by FUSE-based file system
#
# Copyright 2015 Yahoo Japan Corporation.
#
# k2hftfuse is file transaction system on FUSE file system with
# K2HASH and K2HASH TRANSACTION PLUGIN, CHMPX.
#
# For the full copyright and license information, please view
# the license file that was distributed with this source code.
#
# AUTHOR: Takeshi Nakatani
# CREATE: Thu Sep 24 2015
# REVISION:
#
#
# CHMPX CONFIGRATION FILE FOR TESTING K2HFUSE
#
#
# GLOBAL SECTION
#
[GLOBAL]
FILEVERSION = 1
DATE = Thu, 24 Sep 2015 10:52:25 +0900
GROUP = K2HFUSESVRTEST
MODE = SLAVE
DELIVERMODE = random
#DELIVERMODE = hash
MAXCHMPX = 2
REPLICA = 0
MAXMQSERVER = 2
MAXMQCLIENT = 2
MQPERATTACH = 1
MAXQPERSERVERMQ = 1
MAXQPERCLIENTMQ = 1
MAXMQPERCLIENT = 1
MAXHISTLOG = 1000
PORT = 8030
CTLPORT = 8032
SELFCTLPORT = 8032
RWTIMEOUT = 100000
RETRYCNT = 1000
CONTIMEOUT = 500000
MQRWTIMEOUT = 50
MQRETRYCNT = 100000
DOMERGE = on
SSL = no
#SSL = yes
#SSL_VERIFY_PEER = yes
#CAPATH = /etc/ssl/certs
#SERVER_CERT = /home/xxxxx/certs/server.crt
#SERVER_PRIKEY = /home/xxxxx/certs/server_201501.key
#SLAVE_CERT = /home/xxxxx/certs/client.crt
#SLAVE_PRIKEY = /home/xxxxx/certs/client_201501.key
K2HFULLMAP = on
K2HMASKBIT = 4
K2HCMASKBIT = 4
K2HMAXELE = 2
#
# SERVER NODES SECTION
#
[SVRNODE]
NAME = localhost
PORT = 8030
CTLPORT = 8031
SSL = no
#SSL = yes
#SSL_VERIFY_PEER = yes
#CAPATH = /etc/ssl/certs
#SERVER_CERT = /home/xxxxx/certs/server.crt
#SERVER_PRIKEY = /home/xxxxx/certs/server_201501.key
#SLAVE_CERT = /home/xxxxx/certs/client.crt
#SLAVE_PRIKEY = /home/xxxxx/certs/client_201501.key
#
# SLAVE NODES SECTION
#
[SLVNODE]
NAME = [.]*
CTLPORT = 8032
#CAPATH = /etc/ssl/certs
#SLAVE_CERT = /home/xxxxx/certs/client.crt
#SLAVE_PRIKEY = /home/xxxxx/certs/client_201501.key
#
# K2HTPDTOR
#
[K2HTPDTOR]
K2HTPDTOR_BROADCAST = no
#K2HTPDTOR_CHMPXCONF = dtor_test_slave.ini
#K2HTPDTOR_EXCEPT_KEY = test_key
#
# Local variables:
# tab-width: 4
# c-basic-offset: 4
# End:
# vim600: noexpandtab sw=4 ts=4 fdm=marker
# vim<600: noexpandtab sw=4 ts=4
#