Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Linux] Add known issue for PVRDMA hot-remove failure on Oracle Linux 8.8 #490

Merged
merged 2 commits into from
Aug 23, 2023

Conversation

keirazhang
Copy link
Contributor

Oracle Linux 8.8 PVRDMA testing might fail on ESXi 7.0.x because of a known issue described in KB https://kb.vmware.com/s/article/93131. To reduce triage time, I added a known issue for it. As the resolution is to upgrade ESXi version, we can workaround it in our test case. So the test case will still fail but print out a known issue.

Test result:

+------------------------------------------------------------------------------+
| GuestInfo Detailed Data   | architecture='X86'                               |
|                           | bitness='64'                                     |
|                           | distroName='Oracle Linux Server'                 |
|                           | distroVersion='8.8'                              |
|                           | familyName='Linux'                               |
|                           | kernelVersion='5.15.0-101.103.2.1.el8uek.x86_64' |
|                           | prettyName='Oracle Linux Server 8.8'             |
+------------------------------------------------------------------------------+


Test Results (Total: 4, Passed: 3, Failed: 1, Elapsed Time: 00:59:08)
+-------------------------------------------------------------+
| ID | Name                            |   Status | Exec Time |
+-------------------------------------------------------------+
|  1 | deploy_vm_bios_lsilogic_vmxnet3 |   Passed | 00:25:03  |
|  2 | e1000e_network_device_ops       |   Passed | 00:04:01  |
|  3 | vmxnet3_network_device_ops      |   Passed | 00:18:33  |
|  4 | pvrdma_network_device_ops       | * Failed | 00:09:37  |
+-------------------------------------------------------------+

known_issues.log:


2023-08-15 07:31:47,015 | Known Issue in Play [4_pvrdma_network_device_ops] **********

2023-08-15 07:31:47,015 | TASK [4_pvrdma_network_device_ops][Known issue - PVRDMA network adapter hot-remove caused kernel crash on Oracle Linux 8.8] 
task path: /home/worker/workspace/Ansible_OracleLinux_8.x_70GA_LSILOGIC_VMXNET3_BIOS/ansible-vsphere-gos-validation/linux/network_device_ops/hot_remove_network_adapter.yml:24
ok: [localhost] => {
    "msg": [
        "Hot removing PVRDMA network adapter could cause kernel crash on Oracle Linux 8.8.",
        "Please refer to https://kb.vmware.com/s/article/93131 for details."
    ]
}

@keirazhang keirazhang added the bug Something isn't working label Aug 15, 2023
@keirazhang keirazhang added this to the v3.0 milestone Aug 15, 2023
Signed-off-by: Qi Zhang <qiz@vmware.com>
@keirazhang keirazhang force-pushed the ol8_known_issue branch 2 times, most recently from 5586d96 to 0337df4 Compare August 23, 2023 02:30
123lzxm
123lzxm previously approved these changes Aug 23, 2023
Copy link
Collaborator

@123lzxm 123lzxm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

Signed-off-by: Qi Zhang <qiz@vmware.com>
@keirazhang keirazhang merged commit 0189e7d into vmware:main Aug 23, 2023
@keirazhang keirazhang deleted the ol8_known_issue branch March 7, 2024 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants