You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(e2e): resolve DRBD devices via drbdadm sh-dev in remaining cli-matrix cells (#141)
Migrate the 9 remaining cli-matrix cells that still resolved DRBD
devices through the /dev/drbd/by-res symlink (readlink or direct dd)
to the shared resolve_drbd_device helper from lib.sh, the same way
the snap-restore cell was fixed. The by-res symlink is not reliably
present in the satellite mount namespace, so those resolution sites
fail or silently no-op on the stand.
Assertions are unchanged; only the resolver mechanics moved. The
last-resort /dev/drbd* minor-enumeration fallbacks are kept where
they already existed.
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments