Bug 923668
| Summary: | Add rhel7 and fedora 18 in recent OS options in virt-install manual | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | tingting zheng <tzheng> |
| Component: | virt-manager | Assignee: | Martin Kletzander <mkletzan> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7.0 | CC: | codong, cwei, dyuan, lcui, mjenner, mkletzan, mzhan |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | virt-manager-0.10.0-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-13 13:16:37 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: | |||
Moving to POST as it is fixed upstream already:
commit e5cc1b8e20d790ea309b37ad21ce395c30c5abfb
Author: Cole Robinson <crobinso>
Date: Sun Oct 14 16:17:37 2012 -0400
osdict: Add Fedora 18
commit ed0b7fa4a44e85070c34952e68089e6d94b2f230
Author: Cole Robinson <crobinso>
Date: Sun Jul 8 17:17:55 2012 -0400
Add RHEL7 to osdict
I can reproduce this bug:
Version:
python-virtinst-0.600.3-2.el7.noarch
Steps for Reproduce:
1.run # man virt-install
2.find --os-variant=OS_VARIANT part
Result:
After step 2
--os-variant=OS_VARIANT
Further optimize the guest configuration for a specific operating
system variant (ex. 'fedora8', 'winxp'). This parameter is optional,
and does not require an "--os-type" to be specified.
By default, virt-install will attempt to auto detect this value from
the install media (currently only supported for URL installs).
Autodetection can be disabled with the special value 'none'.
If the special value 'list' is passed, virt-install will print the
full list of variant values and exit. The printed format is not a
stable interface, DO NOT PARSE IT.
If the special value 'none' is passed, no os variant is recorded and
OS autodetection is disabled.
Values for some recent OS options are:
......
fedora17 : Fedora 17
fedora16 : Fedora 16
fedora15 : Fedora 15
......
rhel6 : Red Hat Enterprise Linux 6
rhel5.4 : Red Hat Enterprise Linux 5.4 or later
rhel4 : Red Hat Enterprise Linux 4
......
No rhel 7 and fedora 18 listed in recent OS options.
Verify:
virt-manager-0.10.0-1.el7
Steps for Verify:
1.run # man virt-install
2.find --os-variant=OS_VARIANT part
Result:
After step 2
--os-variant=OS_VARIANT
Further optimize the guest configuration for a specific operating
system variant (ex. 'fedora18', 'winxp'). This parameter is optional,
and does not require an "--os-type" to be specified.
By default, virt-install will attempt to auto detect this value from
the install media (currently only supported for URL installs).
Autodetection can be disabled with the special value 'none'.
If the special value 'list' is passed, virt-install will print the
full list of variant values and exit. The printed format is not a
stable interface, DO NOT PARSE IT.
Use '--os-variant list' to see the full OS list
Then # virt-install --os-variant list
......
fedora19 : Fedora 19
fedora18 : Fedora 18
fedora17 : Fedora 17
fedora16 : Fedora 16
......
rhel7 : Red Hat Enterprise Linux 7
rhel6 : Red Hat Enterprise Linux 6
rhel5.4 : Red Hat Enterprise Linux 5.4 or later
rhel5 : Red Hat Enterprise Linux 5
rhel4 : Red Hat Enterprise Linux 4
......
rhel 7 and fedora 18 listed in recent OS options.
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |
Description Add rhel7 and fedora 18 in recent OS options in virt-install manual Version: python-virtinst-0.600.3-2.el7.noarch How reproducible: 100% Steps to Reproduce # man virt-install --os-variant=OS_VARIANT Further optimize the guest configuration for a specific operating system variant (ex. 'fedora8', 'winxp'). This parameter is optional, and does not require an "--os-type" to be specified. Values for some recent OS options are: …… fedora17 : Fedora 17 fedora16 : Fedora 16 fedora15 : Fedora 15 …… rhel6 : Red Hat Enterprise Linux 6 rhel5.4 : Red Hat Enterprise Linux 5.4 or later rhel4 : Red Hat Enterprise Linux 4 …… Actual results: No rhel 7 and fedora 18 listed in recent OS options. Expected results: rhel 7 and fedora 18 listed in recent OS options. Additional info: