Bug 1180879
Summary: | Can't get memory size of rhel6.6 guest with cmd 'dmidecode -t 17' | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | xiagao |
Component: | qemu-kvm-rhev | Assignee: | Eduardo Habkost <ehabkost> |
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.1 | CC: | coli, hhuang, juzhang, meyang, michen, scui, shuang, virt-maint, xiagao, yaxue |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-01-13 16:21:51 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
xiagao
2015-01-11 12:18:48 UTC
*** This bug has been marked as a duplicate of bug 1179165 *** Verified this issue on qemu-kvm-rhev-2.1.2-19.el7 Steps same as comment#0 Actual Results: 1.memory size has value,but some are still unknown e.g. [root@dhcp-66-106-173 ~]# dmidecode -t 17 # dmidecode 2.12 SMBIOS 2.8 present. Handle 0x1100, DMI type 17, 40 bytes Memory Device Array Handle: 0x1000 Error Information Handle: Not Provided Total Width: Unknown Data Width: Unknown Size: 16384 MB Form Factor: DIMM Set: None Locator: DIMM 0 Bank Locator: Not Specified Type: RAM Type Detail: Other Speed: Unknown Manufacturer: Red Hat Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified Rank: Unknown Configured Clock Speed: Unknown Minimum Voltage: Unknown Maximum Voltage: Unknown Configured Voltage: Unknown 2.the expect result is like the following which set guest's machine type with "-M pc-i440fx-rhel7.0.0" e.g. [root@dhcp-66-106-173 ~]# dmidecode -t 17 # dmidecode 2.12 SMBIOS 2.4 present. Handle 0x1100, DMI type 17, 21 bytes Memory Device Array Handle: 0x1000 Error Information Handle: 0x0000 Total Width: 64 bits Data Width: 64 bits Size: 16384 MB Form Factor: DIMM Set: None Locator: DIMM 0 Bank Locator: Not Specified Type: RAM Type Detail: None Based on above ,this issue has not been fixed. thanks, xiagao (In reply to xiagao from comment #4) > Actual Results: > 1.memory size has value,but some are still unknown That means the bug is fixed. > 2.the expect result is like the following which set guest's machine type > with "-M pc-i440fx-rhel7.0.0" The SMBIOS data on rhel7.1.0 doesn't need to match exactly what was on rhel7.0.0. Can you explain what exactly is incorrect? (In reply to Eduardo Habkost from comment #5) > The SMBIOS data on rhel7.1.0 doesn't need to match exactly what was on > rhel7.0.0. Can you explain what exactly is incorrect? If the SMBIOS data on rhel7.1.0 doesn't need to match exactly what was on rhel7.0.0, I think it's fine for me. thanks, xiagao |