Add watch-pcs-and-etcd helper for monitoring cluster status#13
Add watch-pcs-and-etcd helper for monitoring cluster status#13clobrano wants to merge 1 commit intoopenshift-eng:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: clobrano The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@clobrano A quick note. Since this is a shell script, could the file be named to include the |
Sure, no problem |
f0dcd4b to
8ced449
Compare
|
I need to review the check that makes the script switch to the next node /hold |
The script continuously monitors both Pacemaker (PCS) status and etcd member list by automatically switching between available cluster nodes when connectivity issues occur. It includes intelligent node discovery from inventory files or virsh.
8ced449 to
1547da4
Compare
|
I fixed the problem /unhold |
|
The automatic nodes recognition via virsh is a bit flaky /hold |
|
I was creating another PR when I saw this one, and I was thinking, @clobrano want me to add an Ansible version that uses the inventory to access the VMs? They're added automatically in TNT after cluster installation |
|
Let me update the script, in case I added any fix meanwhile, then yes, it could be helpful to use a playbook |
The script continuously monitors both Pacemaker (PCS) status and etcd member list by automatically switching between available cluster nodes when connectivity issues occur.
It includes intelligent node discovery from inventory files or virsh.