RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1184310 - libosinfo should update content for windows2012 and windows2012R2
Summary: libosinfo should update content for windows2012 and windows2012R2
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: osinfo-db
Version: 7.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Fabiano Fidêncio
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-21 03:09 UTC by zhoujunqin
Modified: 2019-08-06 12:39 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-06 12:38:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Screenshot1.png core installation (67.31 KB, image/png)
2015-01-21 03:11 UTC, zhoujunqin
no flags Details
Screenshot2.png for Server with GUI (79.67 KB, image/png)
2015-01-21 03:12 UTC, zhoujunqin
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2019:2045 0 None None None 2019-08-06 12:39:00 UTC

Description zhoujunqin 2015-01-21 03:09:26 UTC
Description of problem:
In file /usr/share/libosinfo/db/oses/windows.xml, for Microsoft Windows Server 2012 and Microsoft Windows Server 2012 R2 description, no description about "minimum" and "recommended" blocks, it's different from other guest and will affect install a such guest via virt-manager, so need update.

# vim /usr/share/libosinfo/db/oses/windows.xml 
...

  <os id="http://microsoft.com/win/2k12">
    <short-id>win2k12</short-id>
    <name>Microsoft Windows Server 2012</name>
    <version>6.3</version>
    <vendor>Microsoft Corporation</vendor>
    <vendor xml:lang="pl">Microsoft Corporation</vendor>
    <vendor xml:lang="uk">Корпорація Microsoft</vendor>
    <family>winnt</family>
    <distro>win</distro>
    <derives-from id="http://microsoft.com/win/2k8r2"/>
    <upgrades id="http://microsoft.com/win/2k8r2"/>

    <release-date>2012-09-04</release-date>
  </os>

  <os id="http://microsoft.com/win/2k12r2">
    <short-id>win2k12r2</short-id>
    <name>Microsoft Windows Server 2012 R2</name>
    <version>6.3</version>
    <vendor>Microsoft Corporation</vendor>
    <vendor xml:lang="pl">Microsoft Corporation</vendor>
    <vendor xml:lang="uk">Корпорація Microsoft</vendor>
    <family>winnt</family>
    <distro>win</distro>
    <derives-from id="http://microsoft.com/win/2k12"/>
    <upgrades id="http://microsoft.com/win/2k12"/>

    <release-date>2013-10-18</release-date>

    <media arch="x86_64">
      <iso>
        <volume-id>(IRM_SSS_X64FRE)_</volume-id>
        <publisher-id>MICROSOFT CORPORATION</publisher-id>
        <l10n-language regex="true" l10n-language-map="http://microsoft.com/win/7/l10n-language">[[:upper:][:digit:]]*_([[:upper:]]*)</l10n-language>
      </iso>
    </media>
  </os>
....


Version-Release number of selected component (if applicable):
libosinfo-0.2.11-2.el7.x86_64
virt-manager-1.1.0-12.el7.noarch

How reproducible:
100%

Steps to Reproduce:
1. Launch virt-manager to create a new virtual machine:
   Step 1 of 5
   Click "Create a new virtual machine" button, then choose "Local install media (ISO image or CDROM)", then click "Forward".
   Step 2 of 5
   Choose a ISO image: en_windows_server_2012_r2_x64_dvd_2707946.iso, then virt-manager will automatically detect operating system, click "Forward".
OS type: Windows
Version: Microsoft Windows Server 2012 R2
   Step 3 of 5
   It will specify 1024 ram and 1 CPUs for guest as default, click "Forward"
   Step 4 of 5
   It specify 8.0 GiB for disk image as default, click "Forward"
   Step 5 of 5
   Keep default setting, click "Finish" to install guest, a new window will pop up.

2. In installation process, we can choose two type operating system to install: Windows Server 2012 R2 Standard (Server Core Installation)
Windows Server 2012 R2 Standard (Server with a GUI)

2.1 Windows Server 2012 R2 Standard (Server Core Installation)
    Will meet a warning as screenshot1, but can continue to install.

2.2 Windows Server 2012 R2 Standard (Server with a GUI)
    Will meet issue in screenshot2, and cannot continue, the "Next" button is unavailable.


Actual results:
Use virt-manager default setting 8GB is not enough for install Windows Server 2012 R2 Standard with GUI.

Expected results:
libosinfo should update content for windows2012 and windows2012R2 like for other windows guest.

Additional info:
1. Meet same issue with Windows Server 2012, so please update together.

Comment 1 zhoujunqin 2015-01-21 03:11:43 UTC
Created attachment 982157 [details]
Screenshot1.png core installation

Comment 2 zhoujunqin 2015-01-21 03:12:37 UTC
Created attachment 982158 [details]
Screenshot2.png for Server with GUI

Comment 9 Fabiano Fidêncio 2018-10-01 06:58:55 UTC
master:
 bc0bcfa7fb3e23f8f3950f50dc546fac94335d3e

Comment 13 errata-xmlrpc 2019-08-06 12:38:49 UTC
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://access.redhat.com/errata/RHEA-2019:2045


Note You need to log in before you can comment on or make changes to this bug.