kubevirt / user-guide

This user guide will walk you through installation and various features.
https://kubevirt.io/user-guide
Apache License 2.0
64 stars 235 forks source link

Live Migration: Add primary pod NIC name limitation #845

Closed orelmisan closed 1 month ago

orelmisan commented 1 month ago

What this PR does / why we need it: Following https://github.com/kubevirt/kubevirt/pull/13018, it is possible to have a VM whose primary NIC is connected to a pod NIC with a name other than eth0.

In order for the migration to be successful, it is required for the both the source and target virt-launcher pods to have the same primary NIC name, for example: eth0.

[1] https://github.com/kubevirt/community/pull/324

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Special notes for your reviewer:

Checklist

This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR. Approvers are expected to review this list.

Release note:

NONE
orelmisan commented 1 month ago

/cc @EdDev

orelmisan commented 1 month ago

Change: Updated commit message to be more accurate.

vladikr commented 1 month ago

/approve Thanks

kubevirt-bot commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vladikr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[docs/compute/OWNERS](https://github.com/kubevirt/user-guide/blob/main/docs/compute/OWNERS)~~ [vladikr] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment