[Libguestfs] [p2v PATCH 0/4] improve the "virt-p2v in a VM" tests

Laszlo Ersek lersek at redhat.com
Fri Aug 26 11:39:04 UTC 2022


"make run-virt-p2v-in-a-vm" and "make run-virt-p2v-in-an-nvme-vm" suffer
from two problems: (a) possibly duplicate XFS UUIDs between the
$PHYSICAL_MACHINE disk and the "virt-p2v.img" boot media, (b) slow guest
(= fake "physical machine") boot. This series fixes these issues.

Tested with actual conversions (libvirt output) and post-conversion
booting.

Laszlo

Laszlo Ersek (4):
  Makefile.am: factor out "make-physical-machine.sh"
  make-physical-machine.sh: set root password to "p2v-phys"
  make-physical-machine.sh: regenerate filesystem UUIDs
  Makefile.am: speed up the boot phase of the "virt-p2v in a VM" tests

 Makefile.am              |   9 +-
 .gitignore               |   1 +
 make-physical-machine.sh | 117 ++++++++++++++++++++
 3 files changed, 124 insertions(+), 3 deletions(-)
 create mode 100755 make-physical-machine.sh



More information about the Libguestfs mailing list