Displaying 2 results from an estimated 2 matches for "2706eadd66".
2023 Aug 07
3
[PATCH libnbd] copy/copy-file-to-qcow2-compressed.sh: Skip test for all zeroes disk
...compressed clusters.
To fix this, detect an all-zeroes disk and skip.
Reported-by: Eric Blake
---
copy/copy-file-to-qcow2-compressed.sh | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/copy/copy-file-to-qcow2-compressed.sh b/copy/copy-file-to-qcow2-compressed.sh
index 018c8bba2f..2706eadd66 100755
--- a/copy/copy-file-to-qcow2-compressed.sh
+++ b/copy/copy-file-to-qcow2-compressed.sh
@@ -25,6 +25,7 @@ requires $QEMU_NBD --version
requires nbdkit --exit-with-parent --version
requires nbdkit sparse-random --dump-plugin
requires qemu-img --version
+requires nbdinfo --version
#require...
2023 Aug 08
1
[PATCH libnbd] copy/copy-file-to-qcow2-compressed.sh: Skip test for all zeroes disk
...ct an all-zeroes disk and skip.
>
> Reported-by: Eric Blake
> ---
> copy/copy-file-to-qcow2-compressed.sh | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/copy/copy-file-to-qcow2-compressed.sh b/copy/copy-file-to-qcow2-compressed.sh
> index 018c8bba2f..2706eadd66 100755
> --- a/copy/copy-file-to-qcow2-compressed.sh
> +++ b/copy/copy-file-to-qcow2-compressed.sh
> @@ -25,6 +25,7 @@ requires $QEMU_NBD --version
> requires nbdkit --exit-with-parent --version
> requires nbdkit sparse-random --dump-plugin
> requires qemu-img --version
> +r...