mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-15 09:13:21 +00:00
corosync.conf.example: change bindnetaddr
Change the example configuration file so "bindnetaddr" has a value that more obviously looks like a network address. So as not to have people think they need to set an existing IP address here (and hence, have non-identical corosync.conf files between nodes). Signed-off-by: Florian Haas <florian.haas@linbit.com> Reviewed-by: Dan Frincu <dan.frincu@1and1.ro> Reviewed-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
d4fb83e971
commit
f85b9448f8
@ -7,7 +7,7 @@ totem {
|
||||
threads: 0
|
||||
interface {
|
||||
ringnumber: 0
|
||||
bindnetaddr: 192.168.1.1
|
||||
bindnetaddr: 192.168.1.0
|
||||
mcastaddr: 226.94.1.1
|
||||
mcastport: 5405
|
||||
ttl: 1
|
||||
|
Loading…
Reference in New Issue
Block a user