Skip to content
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

Fix: Add a new option 'has_fa_advised_op' (bsc#1228858) #1539

Conversation

liangxin1300
Copy link
Collaborator

port from #1531

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
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.73%. Comparing base (6239959) to head (bffbc39).
Report is 13 commits behind head on master.

Additional details and impacted files
Flag Coverage Δ
integration 54.57% <91.30%> (+0.01%) ⬆️
unit 52.40% <86.95%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
crmsh/cibconfig.py 64.63% <100.00%> (+0.07%) ⬆️
crmsh/config.py 81.48% <ø> (ø)
crmsh/parse.py 85.77% <100.00%> (+0.05%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@liangxin1300 liangxin1300 marked this pull request as ready for review September 2, 2024 04:23
From 'ra_advised_op_values' to 'has_ra_advised_op';
From 'fa_advised_op_values' to 'has_fa_advised_op'
@liangxin1300 liangxin1300 changed the title Fix: Add a new option 'fa_advised_op_values' (bsc#1228858) Fix: Add a new option 'has_fa_advised_op' (bsc#1228858) Sep 2, 2024
@liangxin1300 liangxin1300 merged commit 9aed74c into ClusterLabs:master Sep 4, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants