Skip to content

v0.1.1

Choose a tag to compare

@kvaps kvaps released this 27 May 23:24

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 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.
  • 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 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).