forgot to add below lines in mail:
I tried with below but that did not work:
Purged pacemaker, corosyn and masakari services from everywhere(masakari containers and compute nodes) so that playbook can install packages and can create fresh config files.
#openstack-ansible os-masakari-install.yml -e venv_rebuild=yes -e force_containers_rebuild=yes -e package_state=latest
But my masakari cluster is still now UP:
from compute node:root@host5:~# crm status
Cluster Summary:
* Stack: corosync
* Current DC: host4 (version 2.0.3-4b1f869f0f) - partition with quorum
* Last updated: Fri Feb 7 15:00:33 2025
* Last change: Fri Feb 7 14:35:58 2025 by hacluster via crmd on host7
* 6 nodes configured
* 0 resource instances configured
Node List:
* Online: [ host2 host3 host4 host5 host6 host7 ]
Full List of Resources:
*
No resourcesroot@host5:~# pcs cluster status
Cluster Status:
Cluster Summary:
* Stack: corosync
* Current DC: host4 (version 2.0.3-4b1f869f0f) - partition with quorum
* Last updated: Fri Feb 7 15:00:42 2025
* Last change: Fri Feb 7 14:35:58 2025 by hacluster via crmd on host7
* 6 nodes configured
* 0 resource instances configured Node List:
* Online: [ host2 host3 host4 host5 host6 host7 ]
PCSD Status:
Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'
host7: Offline
host6: Unable to authenticate
host4: Unable to authenticate
host5: Unable to authenticate
host2: Unable to authenticate
host3: Unable to authenticate
root@host5:~#
From masakari container:root@host1-masakari-api-container:~# crm status
bash: crm: command not found
root@bbs-m-cloud-infra1-masakari-api-container:~# pcs cluster status
No such file or directory
Error: unable to locate command: /usr/sbin/crm_mon
Regards,
Danish