[Libguestfs] [PATCH v2v] New virt-v2v-inspector tool

2022-11-22 Thread Richard W.M. Jones
In Kubernetes and tools like Kubevirt, it's not possible to create some disks and then attach to them (in order to populate them with data) in one step. This makes virt-v2v conversions awkward because ideally we would like the output mode (-o kubevirt) to both create the target disks and populate

[Libguestfs] [PATCH v2v] New virt-v2v-inspector tool

2022-11-22 Thread Richard W.M. Jones
This tool can be used to estimate the disk space needed before doing a virt-v2v conversion. It is a replacement for the old --print-estimate option which was dropped in virt-v2v 2.0 (commit 5828c9c7d5 "v2v: Remove --print-estimate option"). --- docs/Makefile.am| 15 ++