Bug 1331707
Summary: | Some issues with "--show-domain-creator" | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | XiaoyunHu <xiahu> |
Component: | virt-manager | Assignee: | Pavel Hrdina <phrdina> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.3 | CC: | jsuchane, juzhou, mxie, mzhan, tzheng, xiaodwan |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | virt-manager-1.4.0-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-11-04 02:02:26 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
XiaoyunHu
2016-04-29 10:51:14 UTC
Upstream commit: commit bf99c0ce82e306284b3640f86ea484e5fd55bb02 Author: Pavel Hrdina <phrdina> Date: Fri May 20 15:27:17 2016 +0200 virt-manager: fix --show-domain-creator to not depend on manager window Commit a0c2fdf4 fixed a bug that there was no way how to close the app. The original issue isn't present anymore but reverting that commit isn't enough. We need to increment/decrement window count while showing/closing the create window in order to not exit right after the create window is opened. I can reproduce this bug with package: virt-manager-1.3.2-1.el7.noarch Steps are the same as description above. Then try to verify with new build: virt-manager-1.4.0-1.el7.noarch Steps: 1.There are two connections in virt-manager and both set autoconnect. 2.Run the command "virt-manager --show-domain-creator -c qemu:///system" 3.Click "cancel" button to close the wizard and run "ps -ef|grep virt-manager". 4.Lauch virt-manager. #virt-manager Results: After step2, Display the wizard for creating new virtual machines and the manager window will not be shown as the manpage shown. After step3, the wizard windows disappear and virt-manager quit successfully. #ps -ef|grep virt-manager root 6644 4160 0 10:15 pts/1 00:00:00 grep --color=auto virt-manager After step4, virt-manager launched successfully. According to the result above in the latest version of virt-manager, 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-2016-2269.html |