Bug 1167600
| Summary: | virt-manager show a domain processor rather than a domain performance when input "-show-domain-performance" in terminal | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Ye Lingfei <liye> |
| Component: | virt-manager | Assignee: | Giuseppe Scrivano <gscrivan> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | gscrivan, juzhou, mzhan, tzheng |
| Target Milestone: | rc | Keywords: | Upstream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | virt-manager-1.2.0-1-el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-19 05:22:50 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
Ye Lingfei
2014-11-25 06:57:29 UTC
patch sent upstream: https://www.redhat.com/archives/virt-tools-list/2014-November/msg00128.html fix upstream now:
commit ad1f0fa08180c5f42da94d5931878f6ca6b977c8
Author: Giuseppe Scrivano <gscrivan>
Date: Tue Nov 25 11:40:31 2014 +0100
details: fix --show-domain-performance
the introspection page could be missing, in this case the tabs values
are shifted by one. The new code looks for the correct row number
before selecting it.
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1167600
Signed-off-by: Giuseppe Scrivano <gscrivan>
I can reproduce this issue with package: virt-manager-1.1.0-8.el7.noarch Steps: 1.Input "virt-manager --show-domain-performance=b7490d54-0f89-495f-a31a-94c743a07536 -c qemu:///system" in terminal ps: with a right domain guest uuid Results: virt-manager show a domain's processor details and the "Details" button is not actived. Then try to verify with new build: virt-manager-1.2.0-2.el7.noarch Steps: 1.Input "virt-manager --show-domain-performance=b7490d54-0f89-495f-a31a-94c743a07536 -c qemu:///system" in terminal ps: with a right domain guest uuid Results: virt-manager show a domain performance well, but the "Details" button is still not actived as well. Addtional info: Input "virt-manager --show-domain-editor=b7490d54-0f89-495f-a31a-94c743a07536 -c qemu:///system" in terminal, the "Details" button is not actived as well. Please check the additional info and my results when available, grateful to your help! that is a minor UI glitch that we can leave for now, the issue was that the panel was not showed at all. (In reply to Giuseppe Scrivano from comment #8) > that is a minor UI glitch that we can leave for now, the issue was that the > panel was not showed at all. Thanks for your help! According to your reply and Comment 7, move this bug from ON_QA to VERIFIED. 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-2206.html |