blob: e6d313c3872d74731abd68f23bd8051534962b53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[DEFAULT]
devices = /srv/1/node
mount_check = false
bind_port = 6011
user = root
log_facility = LOG_LOCAL2
[pipeline:main]
pipeline = glusterfs container-server
[app:container-server]
use = egg:swift#container
[filter:glusterfs]
use = egg:swift#glusterfs
[container-replicator]
vm_test_mode = yes
[container-updater]
[container-auditor]
[container-sync]
|