-
Notifications
You must be signed in to change notification settings - Fork 94
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
[crmsh-4.6] Fix: Add a new option 'has_fa_advised_op' (bsc#1228858) #1531
[crmsh-4.6] Fix: Add a new option 'has_fa_advised_op' (bsc#1228858) #1531
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
This option is used to automatically add the advised operation values for fencing agents. Default value is 'no', which means doesn't add the advised operation values for fencing agents.
Add a specific flag 'auto_add_time_units', avoid mixing with the flag of auto add advised operation values for RA.
Which is used to control the advised operations for resource agents, to distinct from the 'fa_advised_op_values' which is used to control the advised operations for fence agents. And rename relative internal variables.
…r origin functional tests To avoid more changes for the expected test results
814167a
to
c92adee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Config/variable names like ra_advised_op_values
and fa_advised_op_values
do not sound like boolean type.
From 'ra_advised_op_values' to 'has_ra_advised_op'; From 'fa_advised_op_values' to 'has_fa_advised_op'
This option is used to automatically add the advised operation values
for fencing agents. Default value is 'no', which means doesn't add the
advised operation values for fencing agents.
Other changes: