Zusammenlegen von Pacemaker-Masterressourcen mit zustandslosen Ressourcen

Zusammenlegen von Pacemaker-Masterressourcen mit zustandslosen Ressourcen

Ich habe einen einfachen Zwei-Knoten-Cluster mit DRBD und einigen netzwerkbasierten Master/Slave-Ressourcen implementiert.

Mithilfe des Ethmonitor RA richte ich ein Failover ein, wenn der Master-/Primärknoten die Verbindung zum angegebenen physischen Ethernet-Gerät verliert, indem ich die Masterrolle nur auf Knoten beschränke, bei denen die Ethmon-Variable „1“ ist.

Allerdings stimmt etwas mit meiner Colocation-Einschränkung nicht. Wenn ich die DRBDFS-Ressource so einrichte, dass sie die Verbindung auf eth1 überwacht, führt das Trennen von eth1 auf dem primären Knoten wie erwartet zu einem Failover. Alle Master-Ressourcen werden auf „Slave“ herabgestuft und auf dem gegenüberliegenden Knoten heraufgestuft, und das „normale“ DRBDFS wird wie erwartet auf den anderen Knoten verschoben.

Wenn ich jedoch die gleiche Ethmonitor-Einschränkung auf die netzwerkbasierte Master/Slave-Ressource lege, wird nur für diese bestimmte Ressource ein Failover durchgeführt – DRBDFS bleibt (auch wenn es angehalten wird) am gleichen Ort wie die anderen Master/Slave-Ressourcen.

DasGerüchefür mich wie ein Einschränkungsproblem – weiß jemand, was ich falsch machen könnte?

PCS vorher:

Cluster name: node1.hostname.com_node2.hostname.com
Stack: corosync
Current DC: node2.hostname.com_0 (version 1.1.16-12.el7_4.4-94ff4df) - partition with quorum
Last updated: Tue Mar 20 16:25:47 2018
Last change: Tue Mar 20 16:00:33 2018 by hacluster via crmd on node2.hostname.com_0

2 nodes configured
11 resources configured

Online: [ node1.hostname.com_0 node2.hostname.com_0 ]

Full list of resources:

 Master/Slave Set: drbd.master [drbd.slave]
     Masters: [ node1.hostname.com_0 ]
     Slaves: [ node2.hostname.com_0 ]
 drbdfs (ocf::heartbeat:Filesystem):    Started node1.hostname.com_0
 Master/Slave Set: inside-interface-sameip.master [inside-interface-sameip.slave]
     Masters: [ node1.hostname.com_0 ]
     Slaves: [ node2.hostname.com_0 ]
 Master/Slave Set: outside-interface-sameip.master [outside-interface-sameip.slave]
     Masters: [ node1.hostname.com_0 ]
     Slaves: [ node2.hostname.com_0 ]
 Clone Set: monitor-eth1-clone [monitor-eth1]
     Started: [ node1.hostname.com_0 node2.hostname.com_0 ]
 Clone Set: monitor-eth2-clone [monitor-eth2]
     Started: [ node1.hostname.com_0 node2.hostname.com_0 ]

Daemon Status:
  corosync: active/enabled
  pacemaker: active/enabled
  pcsd: inactive/disabled

PCS nach:

Cluster name: node1.hostname.com_node2.hostname.com
Stack: corosync
Current DC: node2.hostname.com_0 (version 1.1.16-12.el7_4.4-94ff4df) - partition with quorum
Last updated: Tue Mar 20 16:29:40 2018
Last change: Tue Mar 20 16:00:33 2018 by hacluster via crmd on node2.hostname.com_0

2 nodes configured
11 resources configured

Online: [ node1.hostname.com_0 node2.hostname.com_0 ]

Full list of resources:

 Master/Slave Set: drbd.master [drbd.slave]
     Masters: [ node1.hostname.com_0 ]
     Slaves: [ node2.hostname.com_0 ]
 drbdfs (ocf::heartbeat:Filesystem):    Stopped
 Master/Slave Set: inside-interface-sameip.master [inside-interface-sameip.slave]
     Masters: [ node2.hostname.com_0 ]
     Stopped: [ node1.hostname.com_0 ]
 Master/Slave Set: outside-interface-sameip.master [outside-interface-sameip.slave]
     Masters: [ node1.hostname.com_0 ]
     Slaves: [ node2.hostname.com_0 ]
 Clone Set: monitor-eth1-clone [monitor-eth1]
     Started: [ node1.hostname.com_0 node2.hostname.com_0 ]
 Clone Set: monitor-eth2-clone [monitor-eth2]
     Started: [ node1.hostname.com_0 node2.hostname.com_0 ]

Daemon Status:
  corosync: active/enabled
  pacemaker: active/enabled
  pcsd: inactive/disabled

Dies ist der Abschnitt „Einschränkungen“ meines CIB:

<constraints>
    <rsc_colocation id="pcs_rsc_colocation_set_drbdfs_set_drbd.master_inside-interface-sameip.master_outside-interface-sameip.master" score="INFINITY">
        <resource_set id="pcs_rsc_set_drbdfs" sequential="false">
            <resource_ref id="drbdfs"/>
        </resource_set>
        <resource_set id="pcs_rsc_set_drbd.master_inside-interface-sameip.master_outside-interface-sameip.master" role="Master" sequential="false">
            <resource_ref id="drbd.master"/>
            <resource_ref id="inside-interface-sameip.master"/>
            <resource_ref id="outside-interface-sameip.master"/>
        </resource_set>
    </rsc_colocation>
    <rsc_order id="pcs_rsc_order_set_drbd.master_inside-interface-sameip.master_outside-interface-sameip.master_set_drbdfs" kind="Serialize" symmetrical="false">
        <resource_set action="promote" id="pcs_rsc_set_drbd.master_inside-interface-sameip.master_outside-interface-sameip.master-1" role="Master">
            <resource_ref id="drbd.master"/>
            <resource_ref id="inside-interface-sameip.master"/>
            <resource_ref id="outside-interface-sameip.master"/>
        </resource_set>
        <resource_set id="pcs_rsc_set_drbdfs-1">
            <resource_ref id="drbdfs"/>
        </resource_set>
    </rsc_order>
    <rsc_location id="location-inside-interface-sameip.master" rsc="inside-interface-sameip.master">
        <rule id="location-inside-interface-sameip.master-rule" score="-INFINITY">
            <expression attribute="ethmon_result-eth1" id="location-inside-interface-sameip.master-rule-expr" operation="ne" value="1"/>
        </rule>
    </rsc_location>
    <rsc_location id="location-outside-interface-sameip.master" rsc="outside-interface-sameip.master">
        <rule id="location-outside-interface-sameip.master-rule" score="-INFINITY">
            <expression attribute="ethmon_result-eth2" id="location-outside-interface-sameip.master-rule-expr" operation="ne" value="1"/>
        </rule>
    </rsc_location>
</constraints>

verwandte Informationen