Skip to content

Commit

Permalink
debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
waltdisgrace committed Apr 10, 2024
1 parent 3097d04 commit e6436ac
Show file tree
Hide file tree
Showing 6 changed files with 574 additions and 524 deletions.
375 changes: 252 additions & 123 deletions cts/cli/regression.crm_mon.exp

Large diffs are not rendered by default.

22 changes: 16 additions & 6 deletions cts/cli/regression.feature_set.exp
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ Cluster Summary:
* Current DC: cluster01 (1) (version) - partition with quorum
* Last updated:
* Last change:
* CIB syntax has errors (for details, run crm_verify -LV)
* 5 nodes configured
* 4 resource instances configured

Node List:
* Node cluster01 (1): online, feature set 3.15.1
* Node cluster02 (2): online, feature set 3.15.1
* Node cluster03 (3): OFFLINE
* GuestNode guest01-0@: online
* GuestNode guest01-0@: OFFLINE
* RemoteNode remote01 (4): OFFLINE

Active Resources:
Expand All @@ -82,7 +83,7 @@ Active Resources:
<node name="cluster01" id="1" online="true" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" feature_set="3.15.1" shutdown="false" expected_up="true" is_dc="true" resources_running="0" type="member"/>
<node name="cluster02" id="2" online="true" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" feature_set="3.15.1" shutdown="false" expected_up="true" is_dc="false" resources_running="0" type="member"/>
<node name="cluster03" id="3" online="false" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" shutdown="false" expected_up="false" is_dc="false" resources_running="0" type="member"/>
<node name="guest01-0" id="guest01-0" online="true" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" shutdown="false" expected_up="false" is_dc="false" resources_running="0" type="remote" id_as_resource="guest01-docker-0"/>
<node name="guest01-0" id="guest01-0" online="false" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" shutdown="false" expected_up="false" is_dc="false" resources_running="0" type="remote" id_as_resource="guest01-docker-0"/>
<node name="remote01" id="4" online="false" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" shutdown="false" expected_up="false" is_dc="false" resources_running="0" type="remote"/>
</nodes>
<resources>
Expand All @@ -96,7 +97,11 @@ Active Resources:
</bundle>
</resources>
<node_history/>
<status code="0" message="OK"/>
<status code="0" message="OK">
<errors>
<error>This tool can only check complete configurations (i.e. those starting with &lt;cib&gt;).</error>
</errors>
</status>
</pacemaker-result>
=#=#=#= End test: XML output, no mixed status - OK (0) =#=#=#=
* Passed: crm_mon - XML output, no mixed status
Expand Down Expand Up @@ -152,14 +157,15 @@ Cluster Summary:
* Current DC: cluster01 (1) (version) - MIXED-VERSION partition with quorum
* Last updated:
* Last change:
* CIB syntax has errors (for details, run crm_verify -LV)
* 5 nodes configured
* 4 resource instances configured

Node List:
* Node cluster01 (1): online, feature set 3.15.1
* Node cluster02 (2): online, feature set 3.15.0
* Node cluster03 (3): OFFLINE
* GuestNode guest01-0@: online
* GuestNode guest01-0@: OFFLINE
* RemoteNode remote01 (4): OFFLINE

Active Resources:
Expand All @@ -181,7 +187,7 @@ Active Resources:
<node name="cluster01" id="1" online="true" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" feature_set="3.15.1" shutdown="false" expected_up="true" is_dc="true" resources_running="0" type="member"/>
<node name="cluster02" id="2" online="true" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" feature_set="3.15.0" shutdown="false" expected_up="true" is_dc="false" resources_running="0" type="member"/>
<node name="cluster03" id="3" online="false" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" shutdown="false" expected_up="false" is_dc="false" resources_running="0" type="member"/>
<node name="guest01-0" id="guest01-0" online="true" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" shutdown="false" expected_up="false" is_dc="false" resources_running="0" type="remote" id_as_resource="guest01-docker-0"/>
<node name="guest01-0" id="guest01-0" online="false" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" shutdown="false" expected_up="false" is_dc="false" resources_running="0" type="remote" id_as_resource="guest01-docker-0"/>
<node name="remote01" id="4" online="false" standby="false" standby_onfail="false" maintenance="false" pending="false" unclean="false" health="green" shutdown="false" expected_up="false" is_dc="false" resources_running="0" type="remote"/>
</nodes>
<resources>
Expand All @@ -195,7 +201,11 @@ Active Resources:
</bundle>
</resources>
<node_history/>
<status code="0" message="OK"/>
<status code="0" message="OK">
<errors>
<error>This tool can only check complete configurations (i.e. those starting with &lt;cib&gt;).</error>
</errors>
</status>
</pacemaker-result>
=#=#=#= End test: XML output, mixed status - OK (0) =#=#=#=
* Passed: crm_mon - XML output, mixed status
Loading

0 comments on commit e6436ac

Please sign in to comment.