I want to manually edit corosync.conf to set ring network priorities . I am reading pve-docs/chapter-pvecm.html#pvecm_redundancy . my question is how do I set priority in the .conf ?
this is the totem part of our .conf
Code:
# pvecm create CLUSTERNAME --link0 10.10.10.1,priority=15 --link1 10.20.20.1,priority=20
Code:
totem {
cluster_name: 20170226
config_version: 80
interface {
bindnetaddr: 10.10.0.10
ringnumber: 0
}
interface {
bindnetaddr: 10.10.1.10
ringnumber: 1
}
ip_version: ipv4
rrp_mode: passive
secauth: on
version: 2
}
Last edited: