forked from daos-stack/daos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
daos_server_main_example.yml
56 lines (55 loc) · 1.15 KB
/
daos_server_main_example.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
54
55
56
name: daos_server
access_points:
- server-1
port: 10001
transport_config:
allow_insecure: false
client_cert_dir: /etc/daos/certs/clients
ca_cert: /etc/daos/certs/daosCA.crt
cert: /etc/daos/certs/server.crt
key: /etc/daos/certs/server.key
provider: ofi+verbs;ofi_rxm
control_log_mask: DEBUG
control_log_file: /tmp/daos_server.log
helper_log_file: /tmp/daos_server_helper.log
engines:
-
pinned_numa_node: 0
targets: 8
nr_xs_helpers: 2
fabric_iface: ib0
fabric_iface_port: 31316
log_mask: INFO
log_file: /tmp/daos_engine_0.log
env_vars:
- CRT_TIMEOUT=30
storage:
-
class: dcpm
scm_mount: /mnt/daos0
scm_list:
- /dev/pmem0
-
class: nvme
bdev_list:
- "0000:81:00.0"
-
pinned_numa_node: 1
targets: 8
nr_xs_helpers: 2
fabric_iface: ib1
fabric_iface_port: 31416
log_mask: INFO
log_file: /tmp/daos_engine_1.log
env_vars:
- CRT_TIMEOUT=30
storage:
-
class: dcpm
scm_mount: /mnt/daos1
scm_list:
- /dev/pmem1
-
class: nvme
bdev_list:
- "0000:83:00.0"