Bug 1285848
| Summary: | [Admin portal] No value for Operating system in VM's Guest Info tab | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Jiri Belka <jbelka> |
| Component: | Frontend.WebAdmin | Assignee: | Marek Libra <mlibra> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Matyáš <pmatyas> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.1 | CC: | bugs, omachace, tjelinek, vfeenstr |
| Target Milestone: | ovirt-3.6.3 | Keywords: | ZStream |
| Target Release: | 3.6.3 | Flags: | rule-engine:
ovirt-3.6.z+
rule-engine: planning_ack+ tjelinek: devel_ack+ pstehlik: testing_ack+ |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-18 11:14:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1272502 | ||
Bug tickets that are moved to testing must have target release set to make sure tester knows what to test. Please set the correct target release before moving to ON_QA. Bug tickets that are moved to testing must have target release set to make sure tester knows what to test. Please set the correct target release before moving to ON_QA. Bug tickets that are moved to testing must have target release set to make sure tester knows what to test. Please set the correct target release before moving to ON_QA. Bug tickets that are moved to testing must have target release set to make sure tester knows what to test. Please set the correct target release before moving to ON_QA. Verified on 3.6.3-1 |
Description of problem: There's no value for Operating system in VM's Guest Info tab engine=# select vm_guid,guestos_arch,guestos_codename,guestos_distribution,guestos_kernel_version,guestos_type,guestos_version from vm_dynamic where vm_guid = '77447af6-731c-431c-95c3-68245d81aeaf'; -[ RECORD 1 ]----------+------------------------------------- vm_guid | 77447af6-731c-431c-95c3-68245d81aeaf guestos_arch | 1 guestos_codename | Win 8 guestos_distribution | guestos_kernel_version | guestos_type | Windows guestos_version | 6.2 guestOsInfo = {'kernel': '', 'arch': 'x86_64', 'version': '6.2', 'distribution': '', 'type': 'windows', 'codename': 'Win 8'} username = user@jb-w81x64 guestName = JB-W81X64 Version-Release number of selected component (if applicable): rhevm-3.6.1-0.2.el6.noarch / 3.6.2 WGT iso How reproducible: 100% Steps to Reproduce: 1. have windows with 3.6.2 WGT and see what's value for Operating system in Guest Info subtab 2. 3. Actual results: Operating system value is empty Expected results: OS value should be reported as DB has it Additional info: