Bug 1353074
| Summary: | virt-who failed to show the rhevm guest state, if the guest is running, the state is 0 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Eko <hsun> |
| Component: | virt-who | Assignee: | Radek Novacek <rnovacek> |
| Status: | CLOSED ERRATA | QA Contact: | Eko <hsun> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.3 | CC: | ovasik, sgao, shihliu |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | virt-who-0.17-6.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-04 05:10:01 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Eko
2016-07-06 02:15:05 UTC
there is a warning message: 2016-07-05 22:13:45,397 [virtwho.test-rhevm WARNING] RhevM-1(20238):MainThread @rhevm.py:getHostGuestMapping:190 - Guest 31938edc-7b19-4e18-9141-3e43c87ba2b1 doesn't report any status This issue is now addressed upstream: https://github.com/virt-who/virt-who/commit/ab3f6f6a5c862d6d623a867401d48dda42de7155 Fixed in virt-who-0.17-6.el7. verified with virt-who-0.17-6.el7
if vm running:
2016-07-19 05:15:13,709 [virtwho.main DEBUG] MainProcess(17541):MainThread @subscriptionmanager.py:hypervisorCheckIn:195 - Host-to-guest mapping: {
"363a290e-7b23-47d4-b3d8-bf17418125f2": [
{
"guestId": "d8826da2-745d-4e4a-a757-43d6a4ae02c1",
"state": 1,
"attributes": {
"active": 1,
"virtWhoType": "rhevm"
}
}
]
}
if vm suspend:
2016-07-19 05:16:17,060 [virtwho.main DEBUG] MainProcess(17541):MainThread @subscriptionmanager.py:hypervisorCheckIn:195 - Host-to-guest mapping: {
"363a290e-7b23-47d4-b3d8-bf17418125f2": []
}
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://rhn.redhat.com/errata/RHBA-2016-2387.html |