Skip to content

Commit 6b81700

Browse files
kvapsclaude
andcommitted
docs(changelog): v0.1.1 — respawn StandAlone wedge + ZFS clone-source delete
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3a65dd9 commit 6b81700

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to blockstor are recorded here. The format follows
44
[Keep a Changelog](https://keepachangelog.com/), and the project follows
55
[Semantic Versioning](https://semver.org/).
66

7+
## v0.1.1 — 2026-05-28
8+
9+
### Fixed
10+
11+
- **Respawn StandAlone wedge** — deleting a diskful replica and immediately recreating it on the same node no longer wedges the resource. The recreated replica was force-promoting itself and minting a DRBD Current-UUID unrelated to the surviving peer, which the kernel rejected as `unrelated-data` (the connection dropped to `StandAlone` and never recovered). Auto-primary is now gated on the resource's persisted `Initialized` latch, so only a brand-new resource ever seeds a primary.
12+
- **ZFS clone-source deletion** — deleting a volume that still has a dependent ZFS clone no longer hot-loops on `zfs destroy ... volume has dependent clones`. Dependent clones are now `zfs promote`d before the source is destroyed; the surviving clone keeps its data.
13+
714
## v0.1.0 — 2026-05-27
815

916
First public release.

0 commit comments

Comments
 (0)