[drbd] Upgrade DRBD kernel module to 9.2.19-flant.10#740
Open
astef wants to merge 1 commit into
Open
Conversation
Bump the DRBD kernel module from 9.2.18-flant.10 to 9.2.19-flant.10:
the flant fix set (flant.1-5 + flant.10) rebased onto upstream drbd-9.2.19.
- oss.yaml: DRBD component version drives the drbd image build, which clones
the drbd-<version> git tag from deckhouse/3p-drbd.
- openapi/values{,_ce}.yaml: drbdVersion default drives the node-group DRBD
install scripts (desired_version).
Signed-off-by: Aleksandr Stefurishin <aleksandr.stefurishin@flant.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgrade the bundled DRBD kernel module from 9.2.18-flant.10 to 9.2.19-flant.10 — the Flant fix set (
flant.1–5+flant.10) rebased onto upstream drbd-9.2.19.Companion PRs:
flant-9.2.19→flant-9.2)v9.32.0-flant.1is ABI-compatible with drbd 9.2.19 (netlink genl ABI unchanged; utils never references the added protocol flag).Why do we need it, and what problem does it solve?
drbd-9.2.19 ships upstream fixes that matter to us, notably data-generation reconciliation on reconnect (
DRBD_FF_RECONCILE_RECONNECT), equal-UUID reconciliation, holding a primary-loss survivor at Consistent until reconciled, and several connection-teardown/transport crash fixes. Moving to 9.2.19 lets us drop our older diskless-primary/reconciliation point-fixes (flant.6–9) in favor of upstream's comprehensive implementation, while keeping the still-relevant flant fixes (flant.1–5+flant.10).What is the expected result?
9.2.19-flant.10.drbdVersionreported/enforced by the node install scripts is9.2.19-flant.10.drbdsetup/drbdadm(drbd-utils v9.32.0-flant.1) continue to work unchanged.Checklist