-
Notifications
You must be signed in to change notification settings - Fork 74
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
[doc] Issue in "Example cluster configuration" #427
Comments
@slsnow thanks for reaching out! |
Hi, |
@slsnow Samuel - does this answer your question? Can I close the issue? Thanks! |
Hey, thanks for checking in, and sorry for the slow response. Thanks Lars for the initial comment. I still think this is not correct though. Regardless of what Azure is doing, as I demonstrated above if you use crm to try to apply that to value rsc_ it gets assigned it to msl_ anyways. This seems unnecessarily confusing, why not assign it to msl_ in the first place? Or is there an actual reason that I'm not understanding, aside from this is "used by us for testing"? In the long run it might not matter, because in the end the configuration ends up correcting itself. The issue I have is when someone is comparing a cluster configuration post setup, and comparing with the docs in the best practice guide, the value mismatch makes it seem like the configuration doesn't match the documentation. |
@fmherschel @lpinne any further comment here?? |
As our solution is working we will not change this "on the fly". I vote closing that issue. |
Example cluster configuration:
https://documentation.suse.com/sbp/sap-15/html/SLES4SAP-hana-sr-guide-costopt-15/index.html#id-example-cluster-configuration
I'm not sure if I'm misunderstanding this, but I just noticed this in the example cluster configuration in the above docs:
In the Azure docs, it's recommended to run:
sudo crm resource meta msl_SAPHana_<HANA SID>_HDB<instance number> set priority 100
sudo crm configure property priority-fencing-delay=30
Notice that this is the
msl_SAPHana...
, and not thersc_SAPHana...
.I noticed that even if I were to run this against rsc instead of msl, with crm cli it will apply it to the msl still, and I get the following result:
Hopefully that makes sense. So, it seems that crm cli is aware, and sets it on the msl_SAPHana, where as if the cib has the priority=100 under the rsc_SAPHana resource manually, it stays there, and is not set to the msl. Wouldn't that lead to an incorrect behavior?
Let me know what you think, if this should be looked into, or if I'm misunderstanding something and this is of no consequence. Thanks.
The text was updated successfully, but these errors were encountered: