Attached is an issue where it seems that heartbeat was lost and failover
did not occur as expected.  We corrected the issue by issuing a resource
cleanup against the resource group, although we can't figure out why
failover didn't function as expected.  This is my 1st time posting to this
mailing list, so please let me know if additional info is required.

(also any input as to recommended config modifications is welcomed)

- Joey D.

Logs located at: http://pastebin.com/1TC694ET

Config:

[root@node-01: DRBD:Pri CRM:Pri] /var/lib/pengine # crm configure show
node node-01.tester.net \
        attributes standby="off"
node node-02.tester.net \
        attributes standby="off"
primitive p_clusterip_100 ocf:heartbeat:IPaddr2 \
        params ip="10.0.0.100" cidr_netmask="23" \
        op monitor interval="10s"
primitive p_drbd_lvshared ocf:linbit:drbd \
        params drbd_resource="lvshared" \
        op monitor interval="29" role="Master" \
        op monitor interval="31" role="Slave"
primitive p_vg_tgt_vmvols_0 ocf:heartbeat:LVM \
        params volgrpname="vg_tgt_vmvols_0" \
        op monitor interval="10s" timeout="30" depth="0"
primitive p_tgt_lvshared ocf:heartbeat:iSCSITarget \
        params iqn="iqn.2013-06.com.tester:node-01-02-lvshared" tid="11000"
\
        op monitor interval="10s" timeout="20"
primitive p_tgt_lvshared_lun1 ocf:heartbeat:iSCSILogicalUnit \
        params target_iqn="iqn.2013-06.com.tester:node-01-02-lvshared"
lun="1" path="/dev/vg_tgt_vmvols_0/lv_tgt_lvshared01" implementation="tgt" \
        scsi_id="11001" scsi_sn="node-01-02-lvshared01" op monitor
interval="10"
group rg_lvshared p_vg_tgt_vmvols_0 p_tgt_lvshared p_tgt_lvshared_lun1
p_clusterip_100
ms ms_drbd_lvshared p_drbd_lvshared \
        meta master-max="1" master-node-max="1" clone-max="2"
clone-node-max="1" notify="true"
colocation c_lvshared_on_drbd inf: rg_lvshared ms_drbd_lvshared:Master
order o_drbd_before_lvshared inf: ms_drbd_lvshared:promote rg_lvshared:start
property $id="cib-bootstrap-options" \
        dc-version="1.1.8-7.el6-394e906" \
        cluster-infrastructure="classic openais (with plugin)" \
        expected-quorum-votes="2" \
        stonith-enabled="false" \
        no-quorum-policy="ignore" \
        default-resource-stickiness="200" \
        last-lrm-refresh="1371747131"
_______________________________________________
Openais mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/openais

Reply via email to