| Summary: | "--spice-disable-auto-usbredir" should not be placed in group "--show-DIALOG-WINDOW" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Xiaodai Wang <xiaodwan> |
| Component: | virt-manager | Assignee: | Pavel Hrdina <phrdina> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.3 | CC: | juzhou, mxie, mzhan, phrdina, tzheng |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| 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:20 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: | |
Upstream commit:
commit 21e29a417808ccc40b6c60b7ebcccb2843396c4d
Author: Pavel Hrdina <phrdina>
Date: Fri May 20 15:30:57 2016 +0200
man: virt-manager: properly indent --spice-disable-auto-usbredir
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. Run "man virt-manager" 2. Chect if " – spice-disable-auto-usbredir " is listed in " – show-DIALOG-WINDOW " part. Results: After step2, " – spice-disable-auto-usbredir " is not listed in " – show-DIALOG-WINDOW " part. 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 |
Description of problem: "--spice-disable-auto-usbredir" should not be placed in group "--show-DIALOG-WINDOW" Version-Release number of selected component (if applicable): virt-manager-1.3.2-1.el7.noarch How reproducible: 100% Steps to Reproduce: 1. Run "man virt-manager". 2. Check the "--show-DIALOG-WINDOW" part. --show-DIALOG-WINDOW Display the corresponding "DIALOG-WINDOW" when launching "virt-manager". This function implies --no-conn-autostart and the manager window will not be shown at startup in this case. The following "DIALOG-WINDOW" options are currently available: --show-domain-creator Display the wizard for creating new virtual machines --show-domain-editor NAME|ID|UUID Display the dialog for editing properties of the virtual machine with unique ID matching either the domain name, ID, or UUID --show-domain-performance NAME|ID|UUID Display the dialog for monitoring performance of the virtual machine with unique ID matching either the domain name, ID, or UUID --show-domain-console NAME|ID|UUID Display the virtual console of the virtual machine with unique ID matching either the domain name, ID, or UUID --show-host-summary Display the main window summarizing performance for all virtual machines on the host. --spice-disable-auto-usbredir Auto USB redirection is supported by default. This option switches off it. Actual results: "--spice-disable-auto-usbredir" is listed in the "--show-DIALOG-WINDOW" part with other --show-* parts. Expected results: "--spice-disable-auto-usbredir" should not be listed in "--show-DIALOG-WINDOW" part. Additional info: