Bug 1703765
Summary: | [RHEL7] QEMU dies unhappy death if nr of huge page is zero. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Min Deng <mdeng> |
Component: | qemu-kvm-rhev | Assignee: | David Gibson <dgibson> |
Status: | CLOSED WONTFIX | QA Contact: | Min Deng <mdeng> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.7 | CC: | mdeng, michen, ngu, qzhang, virt-maint, xuma, yihyu, zhenyzha |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | ppc64le | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-05-23 01:35:55 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: | |||
Bug Depends On: | 1686261 | ||
Bug Blocks: |
Description
Min Deng
2019-04-28 07:59:37 UTC
Min, Does this problem also occur with RHEL8.0 or RHEL8.1? Hi David, The problem also occurred on rhel8.0. Thanks. Min For your reference, Bug 1686261 - [RHEL8]QEMU dies unhappy death if nr of huge page is zero. This is actually pretty difficult to fix in the code, I'm looking at options but it might not be worth the trouble, since this is purely to improve an error message in a case which definitely can't work. Note that you can workaround this by adding the "-mem-prealloc" option. With that option qemu will check for available memory earlier and fail with a nicer message. This definitely isn't severe enough to fix in RHEL7, especially since the code change would need to be quite significant. |