Crash recovery for user-space block drivers
Crash recovery for user-space block drivers
Posted Aug 30, 2022 11:08 UTC (Tue) by bbockelm (subscriber, #71069)Parent article: Crash recovery for user-space block drivers
As for the application, this work looks fairly similar to this USENIX paper from an Alibaba team:
https://www.usenix.org/system/files/atc20-li-huiba.pdf
The above paper describes a virtual block device, implemented in user space, and including crash recovery. The overall application is to deliver block-based container images to their platform.
