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
test(e2e): use sysfs autoclear to fail loop backing device
Replace the truncate+losetup-detach approach (DRBD held the file
descriptor and served from cache) with the loop-device sysfs
equivalent of yanking a SATA cable: write 1 to autoclear, then
drop the loop. DRBD's next I/O sees an empty backing → -EIO →
disk:Failed → events2 observer detaches.
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
0 commit comments