forked from gluster/distaf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
53 lines (43 loc) · 1.02 KB
/
config.yml
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
log_file: /var/log/tests/distaf_test_run.log
log_level: DEBUG
remote_user: root
nodes:
server-vm1:
devices: ["/dev/vdb", "/dev/vdc", "/dev/vdd", "/dev/vde"]
server-vm2:
devices: ["/dev/vdb", "/dev/vdc", "/dev/vdd", "/dev/vde"]
server-vm3:
devices: ["/dev/vdb", "/dev/vdc", "/dev/vdd", "/dev/vde"]
server-vm4:
devices: ["/dev/vdb", "/dev/vdc", "/dev/vdd", "/dev/vde"]
peers: {}
clients:
client-vm:
distribute:
dist_count: 4
transport: tcp
replicate:
replica: 3
transport: tcp
dist_rep:
dist_count: 2
replica: 2
transport: tcp
disperse:
disperse: 4
redundancy: 2
transport: tcp
dist_disperse:
dist_count: 2
disperse: 4
redundancy: 2
transport: tcp
global_mode: False
volumes:
hosdu:
voltype: replicate
nodes: [ server-vm1, server-vm2, server-vm3, server-vm4 ]
peers: []
clients: [ client-vm ]
mount_proto: glusterfs
mountpoint: '/mnt/glusterfs'