Bug 1056419
| Summary: | Support reporting state of virtual machines on all known hypervisors | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Radek Novacek <rnovacek> | |
| Component: | virt-who | Assignee: | Radek Novacek <rnovacek> | |
| Status: | CLOSED ERRATA | QA Contact: | gaoshang <sgao> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 7.0 | CC: | gxing, hsun, ovasik, sgao, shihliu | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | virt-who-0.14-1.el7 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1231065 (view as bug list) | Environment: | ||
| Last Closed: | 2015-11-19 11:55:45 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1231065 | |||
|
Description
Radek Novacek
2014-01-22 08:00:16 UTC
This feature is quite complex and needs more time to do it for all the backends in virt-who, moving to 7.2. There is now support for reporting state of guests for all hypervisors in the upstream repository. It will be part of virt-who rebase in RHEL-7.2. Fixed in virt-who-0.14-1.el7. verified it on virt-who-0.14-1.el7.noarch since virt-who can report guest's attribute and state on all supported hypervisors. Therefore, verify it.
Verified version:
virt-who-0.14-1.el7.noarch
subscription-manager-1.15.5-1.el7.x86_64
python-rhsm-1.15.3-1.el7.x86_64
Verify process:
1. Register to Satellite
2. Configure virt-who run at esx mode.restart virt-who service and track virt-who's log,it can show guest's state on the log.
2015-07-16 10:35:52,317 [INFO] @subscriptionmanager.py:146 - Sending update in hosts-to-guests mapping: {
"564d9e7a-4128-92b6-7284-6335f6b399be": [],
"aee4ff00-8c33-11e2-994a-6c3be51d959a": [
{
"attributes": {
"active": 0,
"virtWhoType": "esx"
},
"guestId": "564dab7d-3b72-51a1-eeda-586036106892",
"state": 5
},
3. Configure virt-who run at libvirt mode.restart virt-who service and track virt-who's log,it can show guest's state on the log.
2015-07-16 10:22:18,769 [INFO] @subscriptionmanager.py:135 - Sending domain info: [
{
"attributes": {
"active": 0,
"hypervisorType": "QEMU",
"virtWhoType": "libvirt"
},
"guestId": "0d6a7081-5175-4fd5-98ae-1ddb9c7a9c65",
"state": 5
},
4. Configure virt-who run at rhevm mode.restart virt-who service and track virt-who's log,it can show guest's state on the log.
2015-07-16 10:38:37,533 [INFO] @subscriptionmanager.py:146 - Sending update in hosts-to-guests mapping: {
"a5b6966e-b192-4029-92af-3498f59aabb5": [
{
"attributes": {
"active": 0,
"virtWhoType": "rhevm"
},
"guestId": "2d3cd78f-0e3d-49fe-8d38-a4b13596628e",
"state": 3
}
],
"c1323f29-1ab2-4633-8c7d-2d7713df316c": []
}
5. Configure virt-who run at hyperv mode.restart virt-who service and track virt-who's log,it can show guest's state on the log.
2015-07-16 10:46:01,412 [INFO] @subscriptionmanager.py:146 - Sending update in hosts-to-guests mapping: {
"60527517-6284-7593-6AAB-75BF2A6375EF": [
{
"attributes": {
"active": 0,
"virtWhoType": "hyperv"
},
"guestId": "E2EC00E1-5022-2341-93FF-CD68A7BF0324",
"state": 5
},
Result:
virt-who can report guest's state and attribute on all supported hypervisor.
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-2015-2370.html |