NBD is a protocol for accessing block devices (hard disks and
disk-like things) over the network.
nbdkit is a toolkit for creating NBD servers.
The key features are:
* Multithreaded NBD server written in C with good performance.
* Minimal dependencies for the basic server.
* Liberal license (BSD) allows nbdkit to be linked to proprietary
libraries or included in proprietary code.
* Well-documented, simple plugin API with a stable ABI guarantee.
Lets you to export "unconventional" block devices easily.
* You can write plugins in C or many other languages.
* Filters can be stacked in front of plugins to transform the output.
* Server can run standalone or can be invoked from other programs.
'nbdkit' is a meta-package which pulls in the core server and a
useful subset of plugins and filters with minimal dependencies.
If you want just the server, install 'nbdkit-server'.
To develop plugins, install the 'nbdkit-devel' package and start by
reading the nbdkit(1) and nbdkit-plugin(3) manual pages.
* Mon Jan 06 2025 Richard W.M. Jones <rjones@redhat.com> - 1.40.4-3
- vddk: Avoid reading partial chunk beyond the end of the disk
resolves: RHEL-71697
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.40.4-2
- Rebuilt for MSVSphere 10
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.40.4-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Sat Sep 28 2024 Richard W.M. Jones <rjones@redhat.com> - 1.40.4-1
- Rebase to nbdkit 1.40.4
* Fri Jul 26 2024 Richard W.M. Jones <rjones@redhat.com> - 1.40.0-2
- Rebase to nbdkit 1.40.0
related: RHEL-49594
- Send the last error to the NBD client
resolves: RHEL-50666
* Fri Jul 12 2024 Richard W.M. Jones <rjones@redhat.com> - 1.38.0-6
- Re-add libxcrypt dependency
resolves: RHEL-47272
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.38.0-5
- Bump release for June 2024 mass rebuild
* Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 1.38.0-4
- OCaml 5.2.0 ppc64le fix
* Fri May 31 2024 Richard W.M. Jones <rjones@redhat.com> - 1.38.0-3
- Rebuild for OCaml 5.2
* Thu Apr 25 2024 Miroslav Rezanina <mrezanin@redaht.com> - 1.38.0-2
- Removing dependency on libxcrypt-compat
- Resolves: RHEL-33759