Bug 1951551
Summary: | Live migration fails when VMI has specified port any of [22222, 49152, 49153] | ||
---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Radim Hrazdil <rhrazdil> |
Component: | Networking | Assignee: | Radim Hrazdil <rhrazdil> |
Status: | CLOSED ERRATA | QA Contact: | Ofir Nash <onash> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 2.6.0 | CC: | cnv-qe-bugs, onash, phoracek |
Target Milestone: | --- | ||
Target Release: | 4.8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | virt-handler-container-v4.8.0-55 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-27 14:29:42 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Radim Hrazdil
2021-04-20 12:17:53 UTC
Scenario verified:
1. Create and apply vmi with specified port `22222` (attached in Bug info under Additional Info)
2. Verify vmi applied successfully and running:
[cnv-qe-jenkins@onash-48-2-958d6-executor ofir]$ oc get vmi -A
NAMESPACE NAME AGE PHASE IP NODENAME
default vmi-cirros 4m19s Running 10.131.0.43 onash-48-2-958d6-worker-0-vscr2
3. Create and apply migration
apiVersion: kubevirt.io/v1alpha3
kind: VirtualMachineInstanceMigration
metadata:
name: migration
spec:
vmiName: vmi-cirros
4. Migration is applied successfully and succeeds:
> oc describe vmim migration
Status:
Phase: Succeeded
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal SuccessfulCreate 3m48s virtualmachine-controller Created migration target pod virt-launcher-vmi-cirros-knfsq
Normal SuccessfulHandOver 3m33s virtualmachine-controller Migration target pod is ready for preparation by virt-handler.
Normal SuccessfulMigration 3m30s virtualmachine-controller Source node reported migration succeeded
5. Verified the same scenario with other ports specified in vmi ([49152, 49153])
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Virtualization 4.8.0 Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2920 |