v0.1.1
Bug-fix release.
Fixed
- 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 toStandAloneand never recovered). Auto-primary is now gated on the resource's persistedInitializedlatch, so only a brand-new resource ever seeds a primary. - 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 nowzfs promoted before the source is destroyed; the surviving clone keeps its data.
Both fixes were validated on real DRBD/ZFS and ship with regression tests (unit + e2e).