Open
Description
Experiment with either building a NBD or ublk driver that uses Graft for storage.
NBD
Use nbdkit to implement a Graft powered NBD:
nbdkit resources:
https://docs.rs/nbdkit/latest/nbdkit/
https://libguestfs.org/nbdkit-plugin.3.html
https://libguestfs.org/nbdkit.1.html
https://gitlab.com/nbdkit/nbdkit/-/blob/master/plugins/rust/Cargo.toml
nbd main repo:
https://github.com/NetworkBlockDevice/nbd
ublk
3F19