search for: tranfer_format

Displaying 4 results from an estimated 4 matches for "tranfer_format".

Did you mean: transfer_format
2019 Nov 25
3
Re: [PATCH] rhv-upload: Support qcow2 disks
..."-n"; "-f"; "qcow2"; "-O"; "raw" ] @ > > This is going to break all the other output modes. > > You probably want to define a new method output#override_output_format > (see v2v.ml:get_target_formats and types.mli). > Maybe outpu#tranfer_format? Return output_format by default, rhv_output will override it to return raw? > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat > http://people.redhat.com/~rjones > Read my programming and virtualization blog: http://rwmj.wordpress.com > Fedora Windows cross-compi...
2019 Nov 25
0
Re: [PATCH] rhv-upload: Support qcow2 disks
...cow2"; "-O"; "raw" ] @ > > > > This is going to break all the other output modes. > > > > You probably want to define a new method output#override_output_format > > (see v2v.ml:get_target_formats and types.mli). > > > > Maybe outpu#tranfer_format? > Return output_format by default, rhv_output will override it to return raw? Isn't that essentially what #override_output_format virtual method does already? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization bl...
2019 Nov 26
6
[PATCH v2 0/3] rhv-upload: Support import to qcow2 disk
...449c970d file format: qcow2 virtual size: 6 GiB (6442450944 bytes) disk size: 1.17 GiB cluster_size: 65536 Format specific information:     compat: 1.1     lazy refcounts: false     refcount bits: 16     corrupt: false Nir Soffer (3): rhv-upload: Log params for easier debugging v2v: Add output#tranfer_format method rhv-upload: Support qcow2 disk format v2v/output_rhv_upload.ml | 7 ++++--- v2v/rhv-upload-plugin.py | 20 ++++++++++++++++++++ v2v/types.ml | 1 + v2v/types.mli | 4 ++++ v2v/v2v.ml | 2 +- 5 files changed, 30 insertions(+), 4 deletions(-) -- 2...
2019 Nov 20
2
[PATCH] rhv-upload: Support qcow2 disks
When using oVirt >= 4.3, we can enable the NBD based backend in imageio by specifying that we transfer raw data when creating a transfer. With the NBD backend, we can specify qcow2 disk format. I think we need a way to expose the capabilities of the output to the user. For example, can we use qcow2 format. Issues: - I hacked qemu-img convert command line to always use -O raw instead of