我已经使用 corosync、pacemaker 和 crmsh 为 HA 设置了两个集群节点。现在所有服务都启动了,我发现两台机器没有正确同步的问题,因为应用程序和 VIP 都在并行运行。如何同步这些应用程序?
OS version :Linux PCSCF 2.6.32-504.12.2.el6.x86_64 #1 SMP Wed Mar 11 22:03:14 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
corosync.cfg
compatibility: whitetank
aisexec {
# Run as root - this is necessary to be able to manage resources with Pacemaker
user: root
group: root
}
totem {
version: 2
secauth: off
interface {
member {
memberaddr: 10.193.30.16
}
member {
memberaddr: 10.193.30.22
}
ringnumber: 0
bindnetaddr: 10.193.30.31
mcastport: 5405
}
transport: udpu
}
logging {
fileline: on
to_stderr: yes
to_logfile: yes
to_syslog: yes
logfile: /var/log/cluster/corosync.log
debug: on
timestamp: on
logger_subsys {
subsys: AMF
debug: off
}
}
service {
name: corosync_quorum
ver: 0
name: pacemaker
use_mgmtd: yes
use_logd: yes
}...
quorum {
provider: corosync_votequorum
expected_votes: 3
votes: 2
}
amf {
mode: disabled
}
crm
node PCSCF
node PCSCF.techma.com \
attributes standby=off
primitive VIP IPaddr2 \
params ip=10.193.30.240 cidr_netmask=24 nic=eth0 \
op monitor interval=10s \
meta is-managed=true
primitive kamailio_ra ocf:myservice:kamailio_test \
params listen_address=10.193.30.240 \
op start interval=5s \
op monitor interval=5s \
meta migration-threshold=1 failure-timeout=5s target-role=Started
property cib-bootstrap-options: \
stonith-enabled=false \
no-quorum-policy=ignore \
dc-version=1.1.11-97629de \
cluster-infrastructure="classic openais (with plugin)" \
last-lrm-refresh=1450073203 \
start-failure-is-fatal=true \
expected-quorum-votes=2
rsc_defaults rsc-options: \
resource-stickiness=100