Vladimir,
Vladimir napsal(a):
Hello everyone,
I'm trying to get corosync/pacemaker run on Ubuntu 14.04. In my Ubuntu
12.04 setups pacemaker was started by corosync. Actually I thought the
Yes. 12.04 used corosync 1.x with pacemaker plugin.
"service {...}" section in the corosync.conf is specified for this
purpose. Of course I could put pacemaker into the runlevel but I asked
myself if the behaviour was just changed or if I maybe have a mistake in
my corosync.conf.
Behavior just changed. 14.04 uses corosync 2.x and there are no plugins
(service section). So pacemaker is no longer started by corosync and
you have to start both corosync and pacemaker (I believe upstart can
handle dependencies, so probably starting only pacemaker is enough).
Regards,
Honza
I started with this minimal corosync.conf:
totem {
version: 2
secauth: off
interface {
ringnumber: 0
bindnetaddr: 172.16.100.0
mcastaddr: 239.255.42.1
mcastport: 5405
}
}
service {
name: pacemaker
ver: 1
}
quorum {
provider: corosync_votequorum
expected_votes: 2
}
aisexec {
user: root
group: root
}
logging {
fileline: off
to_stderr: yes
to_logfile: no
to_syslog: yes
syslog_facility: daemon
debug: on
timestamp: on
logger_subsys {
subsys: AMF
debug: off
tags: enter|leave|trace1|trace2|trace3|trace4|trace6
}
}
Thanks in advance.
Kind regards
Vladimir
_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker
Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org
_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker
Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org