a86e62e68a
resolves: rhbz#1995327 Add nbdkit-vddk-plugin -D vddk.stats=1 flag resolves: rhbz#1995329 Add nbdkit-cow-filter cow-block-size parameter resolves: rhbz#1995332 Fix CVE-2021-3716 nbdkit: NBD_OPT_STRUCTURED_REPLY injection on STARTTLS Update keyring
36 lines
1.3 KiB
Diff
36 lines
1.3 KiB
Diff
From c8c1e74a8c1c112b83646ac09fe7f9bde097a52a Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Thu, 5 Aug 2021 18:20:37 +0100
|
|
Subject: [PATCH] cache: Move plugin-args in synopsis earlier
|
|
|
|
Makes this page consistent with nbdkit-cow-filter.
|
|
|
|
(cherry picked from commit f1ddcef468907b0321041b1c4e0a430be46920be)
|
|
---
|
|
filters/cache/nbdkit-cache-filter.pod | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/filters/cache/nbdkit-cache-filter.pod b/filters/cache/nbdkit-cache-filter.pod
|
|
index df9c1f99..d85fef09 100644
|
|
--- a/filters/cache/nbdkit-cache-filter.pod
|
|
+++ b/filters/cache/nbdkit-cache-filter.pod
|
|
@@ -4,13 +4,13 @@ nbdkit-cache-filter - nbdkit caching filter
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
- nbdkit --filter=cache plugin [cache=writeback|writethrough|unsafe]
|
|
+ nbdkit --filter=cache plugin [plugin-args...]
|
|
+ [cache=writeback|writethrough|unsafe]
|
|
[cache-min-block-size=SIZE]
|
|
[cache-max-size=SIZE]
|
|
[cache-high-threshold=N]
|
|
[cache-low-threshold=N]
|
|
[cache-on-read=true|false|/PATH]
|
|
- [plugin-args...]
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
--
|
|
2.31.1
|
|
|