Displaying 2 results from an estimated 2 matches for "12d4e68f7".
2018 Dec 07
2
[PATCH] v2v: -o rhv-upload: Fix emulated zero
...39; is not defined
I did not test the changed code but it was not tested before so it is
unlikely to be worse.
Detected by pylint.
---
v2v/rhv-upload-plugin.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py
index 3272c3ce3..12d4e68f7 100644
--- a/v2v/rhv-upload-plugin.py
+++ b/v2v/rhv-upload-plugin.py
@@ -416,41 +416,41 @@ def emulate_zero(h, count, offset):
transfer = h['transfer']
# qemu-img convert starts by trying to zero/trim the whole device.
# Since we've just created a new disk it's safe...
2018 Dec 07
0
Re: [PATCH] v2v: -o rhv-upload: Fix emulated zero
...ks - I pushed both.
I wonder how the pread method worked before? That's on the main path
I think.
Rich.
> v2v/rhv-upload-plugin.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py
> index 3272c3ce3..12d4e68f7 100644
> --- a/v2v/rhv-upload-plugin.py
> +++ b/v2v/rhv-upload-plugin.py
> @@ -416,41 +416,41 @@ def emulate_zero(h, count, offset):
> transfer = h['transfer']
>
> # qemu-img convert starts by trying to zero/trim the whole device.
> # Since we've ju...