Description:
During cold migration, qemu-guest-agent failed to be installed.
Few things we saw:
- interface name changed from ens192 to enp1s0 after conversion.
- Network interface status changed from connected (source VM) to down (destination VM after migration was completed).
- MAC address was not changed after migration.
Version:
OpenShift version 4.12.3
Kubernetes version v1.25.4+a34b9e9
Channel stable-4.12
How reproducible:
100%
Steps to reproduce:
1. Prepare RHEL9 VM on VMware without qemu-guest-agent but with repos for installing it. Verify network is up and connected and repos are accessible from the VM (run: yum install qemu-guest-agent, verify it's possible to install it but don't install it).
2. Cold migrate VM.
3. Observe pod logs and verify virt-v2v is el9.
Actual results:
Migration completed successfully but the state of network interface changed to down and qemu-ga was not installed during migration.
Expected results:
Run migrated VM and verify qemu-guest-agent installed during migration.
Verify qemu-guest-agent service is running.
Additional info:
Migration pod logs attached.
- relates to
-
MTV-1554 [DOC] Release Notes for MTV 2.7.2
- Closed