package nbd-tool

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

Install

Dune Dependency

Authors

Maintainers

Sources

nbd-6.0.1.tbz
sha256=2bd3db48f84d5cc3e67ef46d323034118a6936276b2ca2689c871733482d59d0
sha512=c8588b81a7e99609c934b7f720caf50d0cee1fd3f86465ead3f9a5da2de94cb8d14a767b365efe66f5e75112889bf2debc97b33f71ec58afb877b06c11d49c22

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: 30 Sep 2022

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-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.

Dependencies (8)

  1. uri
  2. nbd-unix = version
  3. mirage-block-unix
  4. lwt_log
  5. lwt >= "2.7.0"
  6. cmdliner >= "1.1.0"
  7. dune >= "2.7.0"
  8. ocaml >= "4.08.0"

Dev Dependencies (3)

  1. odoc with-doc
  2. alcotest-lwt with-test
  3. alcotest with-test

Used by

None

Conflicts

None