> When the PREFERRED_SRC_IP resource is started, the following commands
> were failing:
>
>> stderr: + 09:21:44: srca_start:184: ip route replace 192.168.0.0/24 dev em2
>> src 192.168.0.6
>> stderr: + 09:21:44: srca_start:187: ip route change to default via
>> 192.168.0.1 dev em1 src 192.168.0.
> I noticed you didn't create a order constraint between the IPaddr and the
> IPsrcaddr resources. You'll want to guarantee the IP address starts before
> setting it as the IPsrcaddr.
>
> pcs constraint order VIP_EM1 then PREFERRED_SRC_IP
>
> If that doesn't help anything, we'll need some debug
Hi,
I am trying to set up a simple cluster of 2 machines on CentOS 6.4:
pacemaker-cli-1.1.10-1.el6_4.4.x86_64
pacemaker-1.1.10-1.el6_4.4.x86_64
pacemaker-libs-1.1.10-1.el6_4.4.x86_64
pacemaker-cluster-libs-1.1.10-1.el6_4.4.x86_64
corosync-1.4.1-15.el6_4.1.x86_64
corosynclib-1.4.1-15.el6_4.1.x