Displaying 4 results from an estimated 4 matches for "1563299".
2018 Apr 05
2
[PATCH v8] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
v7 was here:
https://www.redhat.com/archives/libguestfs/2018-March/msg00143.html
Since then:
- Earlier patches are now upstream.
- The to-do list is moved from the commit message to the TODO file.
- This version forces -of raw + -oa sparse and gives an error in
any other mode. We intend to lift these restrictions later.
- Tested against latest imageio which supports longer timeouts,
2018 Apr 05
0
[PATCH v8] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
...increased (from current 60 seconds), so maybe we won't have to
+ set it. See also:
+ https://bugzilla.redhat.com/show_bug.cgi?id=1563278
+
+* qcow2 cannot be supported yet because there is not yet any
+ concept in imageio of read+write handles.
+ https://bugzilla.redhat.com/show_bug.cgi?id=1563299
+
+* preallocated cannot be supported yet because imageio doesn't
+ know how to zero the image efficiently, instead it runs an
+ fallocate process which writes to every block and that takes
+ many minutes.
+
+* Really check what insecure/rhv_cafile do and implement it correctly.
+
+* Measure...
2018 Apr 10
0
[PATCH v9] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
...increased (from current 60 seconds), so maybe we won't have to
+ set it. See also:
+ https://bugzilla.redhat.com/show_bug.cgi?id=1563278
+
+* qcow2 cannot be supported yet because there is not yet any
+ concept in imageio of read+write handles.
+ https://bugzilla.redhat.com/show_bug.cgi?id=1563299
+
+* preallocated cannot be supported yet because imageio doesn't
+ know how to zero the image efficiently, instead it runs an
+ fallocate process which writes to every block and that takes
+ many minutes.
+
+* Really check what insecure/rhv_cafile do and implement it correctly.
+
+* Measure...
2018 Apr 10
2
[PATCH v9] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
v8 was here:
https://www.redhat.com/archives/libguestfs/2018-April/msg00022.html
v8 -> v9:
- Addresses the only feedback from Tomáš.
Rich.