Bug 1744572
Summary: | [downstream clone - 4.3.6] VDSM command Get Host Statistics failed: Internal JSON-RPC error: {'reason': '[Errno 19] vnet<x> is not present in the system'} | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | RHV bug bot <rhv-bugzilla-bot> |
Component: | vdsm | Assignee: | Bell Levin <blevin> |
Status: | CLOSED ERRATA | QA Contact: | Michael Burman <mburman> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 4.3.0 | CC: | bugs, dholler, edwardh, lsurette, mburman, oliver.albl, pelauter, rdlugyhe, srevivo, ycui |
Target Milestone: | ovirt-4.3.6 | Keywords: | ZStream |
Target Release: | 4.3.6 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | vdsm-4.30.29 | Doc Type: | Bug Fix |
Doc Text: |
Previously, while powering off a virtual machine, the RHV Manager occasionally displayed an error message that the VDSM Get Host Statistics command failed due to an Internal JSON-RPC error: {'reason': '[Errno 19] vnet111 is not present in the system'}. This error occurred because an interface disappeared while the host statistics were being gathered. The current release fixes this issue by suppressing this error under these conditions.
|
Story Points: | --- |
Clone Of: | 1723668 | Environment: | |
Last Closed: | 2019-10-10 15:36:50 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Network | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1723668 | ||
Bug Blocks: |
Description
RHV bug bot
2019-08-22 13:01:22 UTC
The statistic gathering is not atomic in nature, therefore, the entities that exist at the beginning of the transaction may not exist during the whole transaction period. Therefore, statistics gathering may fail just because one interface disappeared in the middle. We could make this tolerable by absorbing such errors at the interface statistics level. (Originally by edwardh) *** Bug 1722746 has been marked as a duplicate of this bug. *** (Originally by Michael Burman) Verified on - vdsm-4.30.29-1.el7ev.x86_64 The issue was the report. Gathering a list of devices, and executing a report on each one of them would throw an error if a device would be disconnected after the device list was gathered, but the report not yet executed. Verified by manually inserting sleep after the device was fetched from the list, but before the statistics report started - then manually removing the selected device. Thank you Bell with helping us verifying this bug. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3009 |