On Thu, Mar 13, 2025 at 09:25:48PM -0700, Paul B. Henson via Users wrote:
and the network works fine. However, during migration, the sr-iov
interface is removed, but the link on the virtio interface is *not*
brought up:
Hmm, I dug through the source code, and all I could find was a check in
src/qemu/qemu_migration.c as to whether an sr-iov nic had a teaming type
of transient in a decision checking if migration is allowed. I don't see
anything about lighting up link on the persistent member of the team, so
I guess I'll just do that by hand. I could've sworn I saw somewhere that
was supposed to happen automatically <shrug>.