[Libguestfs] [virt-v2v PATCH v2 0/3] lib/create_ovf: populate "actual size" attributes again

Laszlo Ersek lersek at redhat.com
Fri Dec 10 11:35:34 UTC 2021


Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2027598
v1:       https://listman.redhat.com/archives/libguestfs/2021-December/msg00096.html

In v2, move the new functions to the Utils module, from Nbdkit.

Thanks,
Laszlo

Laszlo Ersek (3):
  lib/utils: add the "Utils.with_nbd_connect_unix" helper function
  lib/utils: add the "Utils.get_disk_allocated" helper function
  lib/create_ovf: populate "actual size" attributes again

 lib/Makefile.am                            |  2 +-
 lib/create_ovf.ml                          | 33 +++++++--------
 lib/create_ovf.mli                         |  2 +-
 lib/utils.ml                               | 42 ++++++++++++++++++++
 lib/utils.mli                              | 18 +++++++++
 output/output_rhv.ml                       |  2 +-
 output/output_rhv_upload.ml                |  2 +-
 output/output_vdsm.ml                      |  1 +
 tests/test-v2v-o-rhv.ovf.expected          |  4 +-
 tests/test-v2v-o-vdsm-options.ovf.expected |  4 +-
 10 files changed, 84 insertions(+), 26 deletions(-)


base-commit: 9bb0e7f1d22936bf2c6c328c5ca48f32c7b9420a
-- 
2.19.1.3.g30247aa5d201



More information about the Libguestfs mailing list