issue #485: remove score parameter from cs_order#487
Conversation
|
Dear @rstuart-indue, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli Github Bot. I noticed that your pull request has CI failures. Can you please have a look at the failing CI jobs? |
|
I tried to rebase this on my own and failed :( |
|
Is there anything still outstanding on this PR? is there a reason it hasn't been merged? |
|
@shaneshort it has some merge conflicts and the tests don't pass, we cannot merge it this way. I don't know how to fix them :( |
|
Dear @rstuart-indue, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
|
|
I didn't spot an open PR on this, but there is open issue #485
It seems that the release of pacemaker 2.0.3 (in RHEL8) removes the option of supplying the superfluous score parameter.
Here is the documentation for pacemaker 2.0 which makes no mention of a score property:
https://clusterlabs.org/pacemaker/doc/en-US/Pacemaker/2.0/html/Pacemaker_Explained/s-resource-ordering.html
Pull Request (PR) description
Removes the score parameter from cs_order type as it is no longer valid and causes errors.
This Pull Request (PR) fixes the following issues
Fixes #485