Skip to content

Commit

Permalink
Check known issue by module_stderr
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Zhang <qiz@vmware.com>
  • Loading branch information
keirazhang committed Aug 23, 2023
1 parent 6d5fe51 commit 0337df4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions linux/network_device_ops/hot_remove_network_adapter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
tags:
- known_issue
when:
- remove_adapter.rc is defined
- remove_adapter.rc == 1
- remove_adapter.msg.module_stderr is defined
- (remove_adapter.msg.module_stderr |
regex_findall("The guest operating system did not respond to a hot-remove request for device '.*' in a timely manner.") | length > 0)
- adapter_type == "pvrdma"
- esxi_version is version('7.0.0', '>=')
- esxi_version is version('8.0.0', '<')
Expand Down

0 comments on commit 0337df4

Please sign in to comment.