package nbd

  1. Overview
  2. Docs
Network Block Device (NBD) protocol implementation

Install

Dune Dependency

Authors

Maintainers

Sources

v4.0.3.tar.gz
sha256=a86533562fc4fd2d284cb525318141f1d673cd9fcc5ad3d1707622e54cb55287

Description

This library allows applications to export and consume block devices using the NBD protocol (as used by Linux, qemu etc)

Tags

org:mirage org:xapi-project

Published: 23 Dec 2020

README

Network Block Device

A pure OCaml implementation of the Network Block Device protocol, which is a client/server protocol for accessing block devices.

This repository provides the following OPAM packages:

  • nbd : core protocol parsing library

  • nbd-lwt-unix : Lwt_unix implementation

  • nbd-tool: command line helper for serving and mirroring disks over NBD, and getting information about the disks exported by an NBD server

Each of these OPAM packages installs an ocamlfind library with the same name as the OPAM package.

Documentation

The API documentation is on github.

Dev Dependencies (3)

  1. io-page-unix with-test
  2. alcotest-lwt with-test
  3. alcotest with-test

Used by (3)

  1. qcow != "0.10.0" & < "0.11.0"
  2. qcow-format >= "0.2"
  3. qcow-tool < "0.11.0"

Conflicts

None