chore(release): v0.1.14#169
Merged
Merged
Conversation
BUG-048 concurrent late-vd fix (#164 converge) + resize-deadlock guard (#168), release-gate GO + completed 24h ZFS-thick burn-in. Also documents the #167 auto-release pipeline that now cuts the GitHub Release on tag. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
There was a problem hiding this comment.
Code Review
This pull request updates the CHANGELOG.md and docs/known-issues.md to document the release of version v0.1.14. This release includes bug fixes for BUG-048, addressing concurrent late-volume-add issues and a kernel-DRBD resize deadlock, as well as automating release cutting on version tags. There are no review comments, so no feedback is provided.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
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.
v0.1.14 — bugfix release
Cuts blockstor v0.1.14, a patch release completing the BUG-048 concurrent late-volume-add fix that was carried as a known issue in v0.1.13.
What changed
Docs-only: adds the v0.1.14 CHANGELOG section and flips the Bug 50 / BUG-048 entry in
docs/known-issues.mdfrom open to closed. No data-path code changes in this PR — the fixes themselves already landed onmain.Fixes carried in this release
vd cconverges. Two back-to-back manualvolume-definition createcalls on a multi-replica RD no longer silently drop the second VD or wedge itInconsistentwith no SyncSource. The lost-update race in auto-numbered VD allocation is closed and the satellite seeds the late-added volume race-free with a deterministic SyncSource. Both operator-CLI concurrent and linstor-csi single-VD paths converge.vd sresize, which on the ZFS-thin 2-diskful + 1-diskless shape could deadlock DRBD state changes cluster-wide. The pass now fires only when a desired volume is genuinely not yet attached in the kernel and is skipped during an in-flight resize.Validation
825b6e5a); this PR is docs-only and data-path-identical, so the GO carries to the tagged commit.Release mechanics
As of #167, pushing the
v0.1.14tag triggers.github/workflows/release.yml, which builds/pushes the three ghcr.io images and auto-creates the GitHub Release from this CHANGELOG section. The Release object is no longer cut manually.