Hi,

I have recently upgraded my system from linux-ha 2.0.7 to 2.0.8.
Since I have upgraded, i have been seeing some errors/ warnings from
pengine. I assume that these errors were not checked for in 2.0.7 and more
checks have been added in 2.0.8.
Below I paste the whole cib.xml ( for clear reference ) and the warnings /
errors follow:



******************************************************************************************
<cib>
  <configuration>
    <crm_config>
      <cluster_property_set id="cib-bootstrap-options">
        <attributes>
          <nvpair id="cib-bootstrap-options-symmetric_cluster"
name="symmetric_cluster" value="true"/>
          <nvpair id="cib-bootstrap-options-no_quorum_policy"
name="no_quorum_policy" value="ignore"/>
          <nvpair id="cib-bootstrap-options-default_resource_stickiness"
name="default_resource_stickiness" value="200"/>
          <nvpair
id="cib-bootstrap-options-default_resource_failure_stickiness"
name="default_resource_failure_stickiness" value="0"/>
          <nvpair id="cib-bootstrap-options-stonith_enabled"
name="stonith_enabled" value="false"/>
          <nvpair id="cib-bootstrap-options-stonith_action"
name="stonith_action" value="reboot"/>
          <nvpair id="cib-bootstrap-options-stop_orphan_resources"
name="stop_orphan_resources" value="true"/>
          <nvpair id="cib-bootstrap-options-stop_orphan_actions"
name="stop_orphan_actions" value="true"/>
          <nvpair id="cib-bootstrap-options-remove_after_stop"
name="remove_after_stop" value="false"/>
          <nvpair id="cib-bootstrap-options-short_resource_names"
name="short_resource_names" value="true"/>
          <nvpair id="cib-bootstrap-options-transition_idle_timeout"
name="transition_idle_timeout" value="5min"/>
          <nvpair id="cib-bootstrap-options-default_action_timeout"
name="default_action_timeout" value="5s"/>
          <nvpair id="cib-bootstrap-options-is_managed_default"
name="is_managed_default" value="true"/>
          <nvpair id="cib-bootstrap-options-last-lrm-refresh"
name="last-lrm-refresh" value="1160006788"/>
        </attributes>
      </cluster_property_set>
    </crm_config>
    <nodes>
    </nodes>
    <resources>
      <group id="mgmt0-log0-IP">
        <primitive id="Check-Connections" class="ocf"
type="CheckConnections" provider="NETsight" is_managed="true"
multiple_active="stop_start">
          <operations>
            <op id="chkcon-stop" name="stop" timeout="15s"/>
            <op id="chkcon-start" name="start" timeout="15s"
on_fail="ignore"/>
            <op id="chkcon-mon" name="monitor" interval="20s"
timeout="10s"/>
          </operations>
        </primitive>
      </group>
      <group id="NETsight" is_managed="true" multiple_active="stop_start">
        <primitive id="Master-Database" class="ocf" type="MasterDatabase"
provider="NETsight" is_managed="true" multiple_active="stop_start">
          <operations>
            <op id="1" name="stop" timeout="30s"/>
            <op id="2" name="start" timeout="30s" on_fail="ignore"/>
            <op id="3" name="monitor" interval="30s" timeout="20s"/>
          </operations>
        </primitive>
        <primitive id="Event-Gateway" class="ocf" type="NetworkGateway"
provider="NETsight" is_managed="true" multiple_active="stop_start">
          <operations>
            <op id="4" name="stop" timeout="10s"/>
            <op id="5" name="start" timeout="30s" on_fail="ignore"/>
            <op id="6" name="monitor" interval="30s" timeout="20s"/>
          </operations>
        </primitive>
        <primitive id="Event-Correlation" class="ocf"
type="NetworkCorrelation" provider="NETsight" is_managed="true"
multiple_active="stop_start">
          <operations>
            <op id="7" name="stop" timeout="10s"/>
            <op id="8" name="start" timeout="30s" on_fail="ignore"/>
            <op id="9" name="monitor" interval="30s" timeout="20s"/>
          </operations>
        </primitive>
        <primitive id="Policy-Manager" class="ocf" type="PolicyManager"
provider="NETsight" is_managed="true" multiple_active="stop_start">
          <operations>
            <op id="10" name="stop" timeout="60s"/>
            <op id="11" name="start" timeout="60s" on_fail="ignore"/>
            <op id="12" name="monitor" interval="30s" timeout="20s"/>
          </operations>
        </primitive>
        <primitive id="Admin-Notify" class="ocf" type="AdminNotify"
provider="NETsight" is_managed="true" multiple_active="stop_start">
          <operations>
            <op id="13" name="stop" timeout="30s"/>
            <op id="14" name="start" timeout="30s" on_fail="ignore"/>
            <op id="15" name="monitor" interval="30s" timeout="20s"/>
          </operations>
        </primitive>
      </group>
    </resources>
    <constraints>
      <rsc_colocation id="con-db-same" from="Check-Connections"
to="Master-Database" score="INFINITY"/>
      <rsc_colocation id="db-evgate-same" from="Master-Database"
to="Network-Gateway" score="INFINITY"/>
      <rsc_colocation id="netgate-ncs-same" from="Network-Gateway"
to="Network-Correlation" score="INFINITY"/>
      <rsc_colocation id="ncs-PolicyManager-same"
from="Network-Correlation" to="Policy-Manager" score="INFINITY"/>
      <rsc_colocation id="pm-adminnotify-same" from="Policy-Manager"
to="Admin-Notify" score="INFINITY"/>
      <rsc_order id="order_rsc_db_netgate" from="Master-Database"
action="start" type="before" to="Network-Gateway" symmetrical="true"/>
      <rsc_order id="order_rsc_netgate_ecs" from="Network-Gateway"
action="start" type="before" to="Network-Correlation" symmetrical="true"/>
      <rsc_order id="order_rsc_ecs_pm" from="Network-Correlation"
action="start" type="before" to="Policy-Manager" symmetrical="true"/>
      <rsc_order id="order_rsc_pm_adminnotify" from="Policy-Manager"
action="start" type="before" to="Admin-Notify" symmetrical="true"/>
    </constraints>
  </configuration>
</cib>
******************************************************************************************
The errors are pasted below

Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: info: native_color:
Combine scores from Check-Connections and Master-Database
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: info: native_color:
Combine scores from Admin-Notify and Policy-Manager
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: info: native_color:
Combine scores from Policy-Manager and Network-Correlation
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: info: native_color:
Combine scores from Network-Correlation and Network-Gateway
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: info: native_color:
Combine scores from Network-Gateway and Master-Database
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: info: native_color:
Combine scores from Master-Database and Network-Gateway
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: ERROR: native_color:
Dependancy loop detected involving Network-Gateway
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: info: native_color:
Combine scores from Network-Gateway and Network-Correlation
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: ERROR: native_color:
Dependancy loop detected involving Network-Correlation
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: info: native_color:
Combine scores from Network-Correlation and Policy-Manager
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: ERROR: native_color:
Dependancy loop detected involving Policy-Manager
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: info: native_color:
Combine scores from Policy-Manager and Admin-Notify
Mar 30 08:56:02 kisalay-ha02-01 pengine: [15833]: ERROR: native_color:
Dependancy loop detected involving Admin-Notify


The strange fact is that the system goes ahead and comes up even though the
errors are flagged.
Please help in understanding these errrors, and if these may destabilise my
system some time? I tried to look into the code and found that these errors
are coming form function called native_color.

Thanks
Kisalay
_______________________________________________
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