Title: Node attribute status is inconsistent for RHEL 8.4 compared to RHEL 7.9


(Bhargavi) #1

‘crm_mon’ not able to display the complete node attribute status in RHEL 8.4 as displayed in RHEL 7.9

command ---- crm_mon -Afr -1

In RHEL 7.9 used pgsql and pgsqlms in RHEL 8.4

RHEL 7.9:

Please find the below RHEL 7.9 pacemaker HA availability cluster staus.

Corosync ----- 2.4.5
Pacemaker ----- 1.1.23-1.el7
pcs ----- 0.9.169

output:

	Stack: corosync
	Current DC: rtmscpuc6t-rtms (version 1.1.23-1.el7-9acf116022) - partition with quorum
	Last updated: Thu Aug 12 12:10:01 2021
	Last change: Thu Aug 12 04:01:59 2021 by root via cibadmin on vrtmscpua4-rtms

	2 nodes configured
	6 resource instances configured

	Online: [ rtmscpuc6t-rtms vrtmscpua4-rtms ]

	Full list of resources:====

		Resource Group: rtmcsgroup
			ClusterIP  (ocf::heartbeat:IPaddr2):       Started vrtmscpua4-rtms
			rtmscs     (ocf::hpe:rtmscs):      Started vrtmscpua4-rtms
			rtmsgrafana        (ocf::hpe:rtmsgrafana): Started vrtmscpua4-rtms
		Master/Slave Set: msPostgresql [pgsql]
			Masters: [ vrtmscpua4-rtms ]
			Slaves: [ rtmscpuc6t-rtms ]
		Resource Group: master-group
			vip-master (ocf::heartbeat:IPaddr2):       Started vrtmscpua4-rtms

	Node Attributes:
	* Node rtmscpuc6t-rtms:
		+ master-pgsql                      : 100
		+ pgsql-data-status                 : STREAMING|ASYNC
		+ pgsql-status                      : HS:async
	* Node vrtmscpua4-rtms:
		+ master-pgsql                      : 1000
		+ pgsql-data-status                 : LATEST
		+ pgsql-master-baseline             : 0000000003000098
		+ pgsql-status                      : PRI

	Migration Summary:
	* Node rtmscpuc6t-rtms:
	* Node vrtmscpua4-rtms:

RHEL 8.4:

Please find the below RHEL 8.4 pacemaker HA availability cluster status.

Corosync ----- 3.1.0
Pacemaker ----- 2.0.5-9.el8
pcs ----- 0.10.8

Output:

	Cluster Summary:
		* Stack: corosync
		* Current DC: rtmsvm04-rtms (version 2.0.5-9.el8-ba59be7122) - partition with quorum
		* Last updated: Thu Aug 19 08:09:07 2021
		* Last change:  Thu Aug 19 08:01:49 2021 by root via cibadmin on rtmsvm04-rtms
		* 2 nodes configured
		* 5 resource instances configured

	Node List:
		* Online: [ rtmsvm02-rtms rtmsvm04-rtms ]

	Full List of Resources:
		* rtmscs      (ocf::hpe:rtmscs):       Started rtmsvm02-rtms
		* rtmsgrafana (ocf::hpe:rtmsgrafana):  Started rtmsvm02-rtms
		* rtmscsredirect      (ocf::hpe:rtmscsredirect):       Started rtmsvm04-rtms
		* Clone Set: pgsqld-clone [pgsqld] (promotable):
			* Masters: [ rtmsvm02-rtms ]
			* Slaves: [ rtmsvm04-rtms ]

	Node Attributes:
		* Node: rtmsvm02-rtms:
			* master-pgsqld                     : 1001
		* Node: rtmsvm04-rtms:
			* master-pgsqld                     : 1000

	Migration Summary:

If any advice, It would be helpful.

Thank you.


(David Schoen) #2

This seems to be a question about PostgreSQL clustering on RHEL and not about Squiz Matrix. Perhaps you’d get more traction on a RHEL forum or https://superuser.com/ .