-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathprofiles.yml
37 lines (32 loc) · 1.08 KB
/
profiles.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
# The valid profile names are:
# "microsoft-azure", "google-cloud-platform", "amazon-web-services", "s390", "default"
#
# "default" profile is loaded in the beginning.
#
# Those specific profile will override the corresponding values in "default"
# profile if the specific environment is detected.
#
# Users could customize the "default" profile for their needs, for example,
# those on-premise environments which is not defined yet.
#
# Profiles are only loaded on bootstrap init node.
#
# More details please see man corosync.conf, man sbd
default:
corosync.totem.token: 5000
corosync.totem.join: 60
corosync.totem.max_messages: 20
corosync.totem.token_retransmits_before_loss_const: 10
# sbd.msgwait is set to sbd.watchdog_timeout*2 by crmsh
# or, you can define your own value in profiles.yml
sbd.watchdog_timeout: 15
knet-default:
corosync.totem.crypto_hash: sha1
corosync.totem.crypto_cipher: aes256
microsoft-azure:
corosync.totem.token: 30000
sbd.watchdog_timeout: 60
amazon-web-services:
corosync.totem.token: 30000
google-cloud-platform:
corosync.totem.token: 20000