[nobuto,r=billy-olsen] Let corosync decide the best bindnetaddr from
nodelist in the case of corosync_transport=udpu. Partially-Closes-Bug: 1483317
This commit is contained in:
commit
c2e98300b3
@ -43,15 +43,15 @@ totem {
|
||||
# This specifies the mode of redundant ring, which may be none, active, or passive.
|
||||
rrp_mode: none
|
||||
|
||||
{% if transport == "udp" %}
|
||||
interface {
|
||||
# The following values need to be set based on your environment
|
||||
ringnumber: 0
|
||||
bindnetaddr: {{ corosync_bindnetaddr }}
|
||||
{% if transport == "udp" %}
|
||||
mcastaddr: {{ corosync_mcastaddr }}
|
||||
{% endif %}
|
||||
mcastport: {{ corosync_mcastport }}
|
||||
}
|
||||
{% endif %}
|
||||
transport: {{ transport }}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user