-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[qdevice] New plugin to collect information on quorum devices used by Pacemaker clusters #3774
Conversation
… Pacemaker clusters Signed-off-by: Javier Blanco <[email protected]>
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
there was no need to close the other PR, you could of squashed and force-pushed Related: #3773 |
Yeah, I know... my bad... too many things on my plate right now. |
This should just go into the existing |
This must be a new plugin because the system that hosts the quorum device is NOT part of the cluster. It is a separate system. The info collected in a cluster node by |
@jblancoes but the quorum device is indeed part of the pacemaker cluster. When you run pcs commands you expect to see information about the quorum device, i.e. if you run
And from the pacemaker plugin point of view, that's ok. In a quorum system, we'll capture whatever is present (files, commands, services, etc), and the same will happen in a "regular" node. And commands and files (like logs) that are in both types of cluster servers will be captured in both cases. |
@jcastill This is a quick example...
The same thing happens if you run regular cluster-related I am part of a team that supports the entire Pacemaker suite so I know what I am talking about. Do whatever you want... approve or reject the PR but I am done with this useless discussion. |
Hi @jblancoes We appreciate your comments and contribution to the project. So please be patient with our comments and reviews, we are not trying to be difficult here. Let me give you an example of a similar plugin that could be triggered on 2 different type of systems, but are collected in the same place, Sos does not fail or cause problems if the command or files do not exist, it safely ignores them. On that basis, as this command is from the I hope that will make sense. |
Hello @arif-ali, I get your point but following that argument, how do you explain the I could buy your argument if you tell me to add it to the I have no energy to keep this useless discussion. You can reject the PR and we're done. |
You can check the hostility at the door. Arif was trying to be even-keeled with you, but if you're going to remain petulant we'd rather not deal with it from the start. SoS is a collaborative project, something I'd expect a Red Hatter to understand. We support over 300 distinct packages and projects, and we can't be expected to be intimately familiar with every niche piece of software. We aren't "stuck" on pacemaker, it was a suggestion based on being a |
I can only thank @arif-ali for his constructive comment... he tried to understand what I said and made a good argument. I only said that @TurboTurtle once again you are wrong... what a surprise... it is becoming the norm. It seems you like to insult people who try to collaborate on projects you are involved in.... what a great example of the kind of person you are. Am I petulant? better to be petulant than arrogant and ignorant like you. Please ignore my comments from now... I don't want or need to deal with people like you. |
New plugin to collect information on quorum devices used by Pacemaker clusters.
Most of the information needed to troubleshoot issues in that component is already collected by other plugins like logs, networking, or firewall so just one
pcs qdevice...
command is needed.