ublk-org / ublksrv

ublk: userspace block device driver
MIT License
149 stars 53 forks source link

ublksrv_tgt: add support for UBLK_F_USER_RECOVERY_FAIL_IO #73

Closed ps-ushankar closed 1 month ago

ps-ushankar commented 1 month ago

A new recovery flag, UBLK_F_USER_RECOVERY_FAIL_IO, is being added to ublk_drv at

https://lore.kernel.org/linux-block/20240917002155.2044225-1-ushankar@purestorage.com/

Support the creation of devices with this flag specified (via a new -e flag for ublk add). Add a test to verify that all recovery flag combinations have the expected behavior.