Name: | nbdkit-basic-filters |
---|---|
Version: | 1.36.2 |
Release: | 1.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 2691444 |
License: | BSD-3-Clause |
RPM: | nbdkit-basic-filters-1.36.2-1.el9.aarch64.rpm |
Source RPM: | nbdkit-1.36.2-1.el9.src.rpm |
Build Date: | Fri Apr 05 2024 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://gitlab.com/nbdkit/nbdkit |
Summary: | Basic filters for nbdkit |
Description: | This package contains filters for nbdkit which only depend on simple C libraries: glibc, gnutls. Other filters for nbdkit with more complex dependencies are packaged separately. nbdkit-blocksize-filter Adjust block size of requests sent to plugins. nbdkit-blocksize-policy-filter Set block size constraints and policy. nbdkit-cache-filter Server-side cache. nbdkit-cacheextents-filter Cache extents. nbdkit-checkwrite-filter Check writes match contents of plugin. nbdkit-cow-filter Copy-on-write overlay for read-only plugins. nbdkit-ddrescue-filter Filter for serving from ddrescue dump. nbdkit-delay-filter Inject read and write delays. nbdkit-error-filter Inject errors. nbdkit-evil-filter Add random data corruption to reads. nbdkit-exitlast-filter Exit on last client connection. nbdkit-exitwhen-filter Exit gracefully when an event occurs. nbdkit-exportname-filter Adjust export names between client and plugin. nbdkit-extentlist-filter Place extent list over a plugin. nbdkit-fua-filter Modify flush behaviour in plugins. nbdkit-ip-filter Filter clients by IP address. nbdkit-limit-filter Limit nr clients that can connect concurrently. nbdkit-log-filter Log all transactions to a file. nbdkit-luks-filter Read and write LUKS-encrypted disks. nbdkit-multi-conn-filter Enable, emulate or disable multi-conn. nbdkit-nocache-filter Disable cache requests in the underlying plugin. nbdkit-noextents-filter Disable extents in the underlying plugin. nbdkit-nofilter-filter Passthrough filter. nbdkit-noparallel-filter Serialize requests to the underlying plugin. nbdkit-nozero-filter Adjust handling of zero requests by plugins. nbdkit-offset-filter Serve an offset and range. nbdkit-partition-filter Serve a single partition. nbdkit-pause-filter Pause NBD requests. nbdkit-protect-filter Write-protect parts of a plugin. nbdkit-rate-filter Limit bandwidth by connection or server. nbdkit-readahead-filter Prefetch data when reading sequentially. nbdkit-retry-filter Reopen connection on error. nbdkit-retry-request-filter Retry single requests on error. nbdkit-scan-filter Prefetch data ahead of sequential reads. nbdkit-swab-filter Filter for swapping byte order. nbdkit-tls-fallback-filter TLS protection filter. nbdkit-truncate-filter Truncate, expand, round up or round down size. |
- Rebase to 1.36.2 resolves: RHEL-14475 - partition: Suggest alternate partition-sectorsize resolves: RHEL-19815
- Rebase to 1.34.2 resolves: rhbz#2168629 - Backport nbdkit-curl-plugin "multi" interface support resolves: rhbz#2228131
- Rebase to 1.34.1 resolves: rhbz#2168629
- Rebase to new stable branch version 1.32.5 resolves: rhbz#2135765 - Move stats filter to new subpackage. - Improve error message when PasswordAuthentication is set to 'no' resolves: rhbz#2158300 - luks: Avoid crash when image does not contain a LUKS header resolves: rhbz#2159581 - curl: Enable multi-conn for read-only connections resolves: rhbz#2166686
- Add support for VDDK 8.0.0 resolves: rhbz#2143889
- Rebase to new stable branch version 1.30.8 resolves: rhbz#2059289 - Add automatic provides generator and subpackage nbdkit-srpm-macros resolves: rhbz#2059291 - New filters: blocksize-policy, protect, retry-request - Fix license of bash-completion subpackage - vddk: Fix use of uninitialized memory when computing block size resolves: rhbz#2066655 - Skip vsock tests unless the vsock_loopback module is loaded resolves: rhbz#2069558 - Add support for ssh create remote file. - Suppress excess messages from nbdkit-nbd-plugin resolves: rhbz#2083498 - Suppress incorrect VDDK error when converting guests from vCenter resolves: rhbz#2083617 - Backport new readahead filter from 1.32. - Backport new LUKS filter from 1.32. - Backport new scan filter from 1.32. - Add new Python binding for nbdkit_parse_size from 1.32 - Add new rate filter burstiness setting from 1.32 - vddk: Suppress new VDDK "phone home" messages resolves: rhbz#2104720 - vddk: Clearer error message when thumbprint is wrong resolves: rhbz#1905772 - Fix memory allocator=malloc,mlock=true resolves: rhbz#2044432 - Fix multiple Coverity problems - Fix bounds error in nbdkit-checkwrite-filter resolves: rhbz#2108545
- Rebase to new stable branch version 1.28.5 resolves: rhbz#2011709 - Move nbdkit-null-plugin to nbdkit-server package resolves: rhbz#2021154 - Add asynchronous support in nbdkit-vddk-plugin - Drop obsolete documentation related to thread model in vddk plugin resolves: rhbz#2018463 - Switch to xorriso (instead of genisoimage) - Distribute README.VDDK in nbdkit-vddk-plugin subpackage - Fix nbdkit-cow-filter cow-block-size=4096 - file: Fix implementation of cache=none for writes resolves: rhbz#2029751 - vddk: Implement VMDK creation