Bug 1961055
| Summary: | virtio-net migrate failed from RHEL-AV 8.2 to RHEL-AV 8.5 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | jingzhao <jinzhao> |
| Component: | qemu-kvm | Assignee: | Dr. David Alan Gilbert <dgilbert> |
| qemu-kvm sub component: | Live Migration | QA Contact: | jingzhao <jinzhao> |
| Status: | CLOSED DUPLICATE | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | chayang, dgilbert, juzhang, leiyang, virt-maint, yanghliu |
| Version: | 8.5 | Keywords: | Regression, TestBlocker |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | 8.5 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-25 17:59:49 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1957838 | ||
| Bug Blocks: | |||
|
Description
jingzhao
2021-05-17 06:14:02 UTC
Hi Dave Could you help to take a look at this bz, I am not sure it's the net issue or migrate issue. Thanks Jing THanks; can you provide from 8.2, 8.4 and 8.5 guests the output of: sudo lspci -vvv 8.5
Capabilities: [dc] MSI-X: Enable+ Count=4 Masked-
Vector table: BAR=1 offset=00000000
PBA: BAR=1 offset=00000800
8.4:
Capabilities: [dc] MSI-X: Enable+ Count=3 Masked-
Vector table: BAR=1 offset=00000000
PBA: BAR=1 offset=00000800
difference in MSI-X count.
I see the fix for that in the new machine type code; in cohuck's patch for the non-architecture specific hw-compat there's:
> + /* hw_compat_rhel_8_4 from hw_compat_5_2 */
> + { "virtio-net-pci", "vectors", "3"},
I think that should do it.
Please test with: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=36901026 (In reply to Dr. David Alan Gilbert from comment #9) > Please test with: > https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=36901026 Checked the build and works now Thanks Jing Dave - assigned to you so you can decide whether resolution can be to duplicate to your bug 1957838 or Connie's bug 1951476 which has the change from Comment 8 I'll go with mine since I'm not sure we'll pick that up unless we have the new x86 machine type in the x86 case. *** This bug has been marked as a duplicate of bug 1957838 *** |