puppet-corosync icon indicating copy to clipboard operation
puppet-corosync copied to clipboard

issue #485: remove score parameter from cs_order

Open rstuart-indue opened this issue 5 years ago • 6 comments

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

rstuart-indue avatar May 31 '20 03:05 rstuart-indue

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? If you need any help, you can reach out to us on our IRC channel voxpupuli on Freenode or our Slack channel voxpupuli at slack.puppet.com. You can find my sourcecode at voxpupuli/vox-pupuli-tasks

vox-pupuli-tasks[bot] avatar Jul 22 '20 20:07 vox-pupuli-tasks[bot]

I tried to rebase this on my own and failed :(

bastelfreak avatar Aug 31 '20 07:08 bastelfreak

Is there anything still outstanding on this PR? is there a reason it hasn't been merged?

shaneshort avatar Sep 24 '20 06:09 shaneshort

@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 :(

bastelfreak avatar Sep 24 '20 10:09 bastelfreak

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

vox-pupuli-tasks[bot] avatar Sep 30 '20 23:09 vox-pupuli-tasks[bot]

score is still a valid optional parameter according to the order constraint schema: https://github.com/ClusterLabs/pacemaker/blob/master/xml/constraints-3.5.rng#L155-L160

zpeschke avatar Dec 21 '20 20:12 zpeschke