Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 387 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 387 Bytes

Network block device

This is an implementation of the NBD protocol on top of elle::reactor. One may implement any block device backend by subclassing elle::nbd::Server::Device and implementing the relevant methods, and adding them to a elle::nbd::Server. An example implementation over a file is provided in bin/nbd-file.cc.