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

Dev: migration: implement corosync.conf migration for corosync 3 (jsc#PED-8252) #1422

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

nicholasyang2022
Copy link
Collaborator

@nicholasyang2022 nicholasyang2022 commented May 16, 2024

This pull request implements migrating corosync.conf from corosync 2 to corosync 3, including:

  • migrate deprecated transport udpu and udp to knet
  • replace removed feature RRP with knet multilink
  • if crypto_hash is set to sha1, which is the default value in corosync 2, upgrades it to the new default in corosync 3, sha256.

Copy link

codecov bot commented May 16, 2024

Codecov Report

Attention: Patch coverage is 2.42718% with 201 lines in your changes are missing coverage. Please review.

Project coverage is 53.30%. Comparing base (964151e) to head (2d4c6db).

Files Patch % Lines
crmsh/migration.py 0.00% 192 Missing ⚠️
crmsh/corosync.py 35.71% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1422      +/-   ##
==========================================
- Coverage   53.74%   53.30%   -0.45%     
==========================================
  Files          80       81       +1     
  Lines       24062    24264     +202     
==========================================
+ Hits        12933    12934       +1     
- Misses      11129    11330     +201     

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

@nicholasyang2022 nicholasyang2022 force-pushed the ped-8252-20240516 branch 2 times, most recently from 6b8ae7f to 45558d7 Compare May 22, 2024 08:18
…#PED-8252)

This commit implements:

* udpu srp to knet transport migration
* udpu rrp to knet multilink migration
@nicholasyang2022 nicholasyang2022 force-pushed the ped-8252-20240516 branch 2 times, most recently from ebf00a5 to 3c620cf Compare May 27, 2024 08:03
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.

1 participant