mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
fix corosync.conf: no interface error
systemctl status corosync (version: 2.4.5) report error: parse error in config: No interfaces defined Signed-off-by: Zhao Heming <heming.zhao@suse.com>
This commit is contained in:
parent
151bf52649
commit
2f6d0a6408
@ -3,6 +3,13 @@ totem {
|
||||
version: 2
|
||||
secauth: off
|
||||
cluster_name: test
|
||||
interface {
|
||||
ingnumber: 0
|
||||
bindnetaddr: 127.0.0.1
|
||||
mcastaddr: 239.255.255.100
|
||||
mcastport: 5405
|
||||
ttl: 1
|
||||
}
|
||||
}
|
||||
nodelist {
|
||||
node {
|
||||
@ -12,6 +19,8 @@ nodelist {
|
||||
}
|
||||
quorum {
|
||||
provider: corosync_votequorum
|
||||
expected_votes: 1
|
||||
two_node: 0
|
||||
}
|
||||
logging {
|
||||
to_syslog: yes
|
||||
|
Loading…
Reference in New Issue
Block a user