Hi,

I'm seeing this error:

pengine: [1217]: ERROR: native_color: Dependancy loop detected involving
OpenSer

Googling for it doesn't bring anything up. This shows up on the standby box
of an active/standby 2 box setup. (which had an older problem with bad
binaries that I believe I have cleaned up)

Can someone explain what dependency loop we're talking about here? I think I
have configured IPaddr2 and added a rsc_colocation constraint tying OpenSer
to IPaddr2 so it and the IP stay together. I don't see the loop.

Anyone have an idea?

This is heartbeat v2.0.8.

Thanks.

cib.xml:

<cib admin_epoch="7" have_quorum="true" num_peers="2" cib_feature_revision="
1.3" ignore_dtd="false" generated="true" epoch="372" num_updates="2495"
cib-last-written="Thu Jun 14 14:42:46 2007" ccm_transition="2"
dc_uuid="47658455-4da2-48d4-a8da-419b2f93f09">
  <configuration>
    <crm_config>
      <cluster_property_set id="cluster-property-set">
        <attributes>
          <nvpair id="short_resource_names" name="short_resource_names"
value="true"/>
          <nvpair id="pe-input-series-max" name="pe-input-series-max"
value="-1"/>
        </attributes>
      </cluster_property_set>
    </crm_config>
    <nodes>
      <node id="9052abe5-87ee-4400-a008-c5f13205e94b" uname="box01"
type="normal"/>
      <node id="47658455-4da2-48d4-a8da-419b2f93f039" uname="box02"
type="normal"/>
    </nodes>
    <resources>
      <group id="OpenSer_group">
        <primitive id="IPaddr2" class="ocf" type="IPaddr2"
provider="heartbeat">
          <operations>
            <op id="ipaddr2-monitor" name="monitor" interval="5s"
timeout="3s"/>
          </operations>
          <instance_attributes id="IPaddr2-attributes">
            <attributes>
              <nvpair id="ipaddr2-ip" name="ip" value="10.1.53.236"/>
              <nvpair id="ipaddr2-broadcast" name="broadcast" value="
10.1.53.255"/>
              <nvpair id="ipaddr2-cidr_netmask" name="cidr_netmask"
value="24"/>
            </attributes>
          </instance_attributes>
        </primitive>
        <primitive id="OpenSer" class="ocf" type="OpenSer" provider="
bandwidth.com">
          <operations>
            <op id="openser-start" name="start" timeout="5s"/>
            <op id="openser-stop" name="stop" timeout="3s"/>
            <op id="openser-monitor" name="monitor" interval="10s"
timeout="3s">
              <instance_attributes id="monitor_10s">
                <attributes>
                  <nvpair id="openser-monitor-ip" name="ip" value="
10.1.53.236"/>
                </attributes>
              </instance_attributes>
            </op>
          </operations>
        </primitive>
      </group>
    </resources>
    <constraints>
      <rsc_location id="IPaddr2_resource_location" rsc="IPaddr2">
        <rule id="IPaddr2_rule" score="100">
          <expression id="expression_1" attribute="#uname" operation="eq"
value="box01"/>
        </rule>
      </rsc_location>
      <rsc_colocation id="same_openser_ip" from="IPaddr2" to="OpenSer"
score="INFINITY"/>
    </constraints>
  </configuration>
</cib>


--
-Anders
-----------------------------------------------------------
Anders Brownworth
[EMAIL PROTECTED]
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to