Name: | nbdkit |
---|---|
Version: | 1.16.2 |
Release: | 4.0.1.module+el8.3.0+7860+a7792d29 |
Architecture: | aarch64 |
Module: | virt:ol:8030020200909014558:9edba152 virt:ol:8030020201123162111:229f0a1c virt:ol:8030020210205201602:229f0a1c virt:ol:8030020210210212009:229f0a1c virt:ol:8030020210323115319:229f0a1c virt:ol:8040020210317013608:9f9e2e7e virt:ol:8040020210721215855:522a0ee4 virt:ol:8050020211001230723:b4937e53 virt:ol:8050020211203195115:c5368500 virt:ol:8050020220113125354:c5368500 virt:ol:8050020220208234339:c5368500 virt:ol:8050020220322234807:c5368500 |
Group: | Unspecified |
Size: | 0 |
License: | BSD |
RPM: | nbdkit-1.16.2-4.0.1.module+el8.3.0+7860+a7792d29.aarch64.rpm |
Source RPM: | nbdkit-1.16.2-4.0.1.module+el8.3.0+7860+a7792d29.src.rpm |
Build Date: | Sat Nov 07 2020 |
Build Host: | ca-buildarm05 |
Vendor: | Oracle America |
URL: | https://github.com/libguestfs/nbdkit |
Summary: | NBD server |
Description: | 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. In Oracle Linux, 'nbdkit' is a meta-package which pulls in the core server and a useful subset of plugins and filters. 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. |