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 <[email protected]> --- conf/corosync.conf.example | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/corosync.conf.example b/conf/corosync.conf.example index 9dfd873..5a8d195 100644 --- a/conf/corosync.conf.example +++ b/conf/corosync.conf.example @@ -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 -- 1.7.1 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
