Bug 1736792
Summary: | QEMU core dumped if boot guest with nvdimm backed by /dev/dax0.0 and option pmem=off | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Yumei Huang <yuhuang> |
Component: | qemu-kvm | Assignee: | Stefan Hajnoczi <stefanha> |
Status: | CLOSED DEFERRED | QA Contact: | Yumei Huang <yuhuang> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 8.1 | CC: | chayang, juzhang, rbalakri, stefanha, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1736788 | Environment: | |
Last Closed: | 2019-08-13 17:50:23 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: | 1736788 | ||
Bug Blocks: | 1736789 |
Description
Yumei Huang
2019-08-02 02:51:46 UTC
(In reply to Yumei Huang from comment #0) > Hit same issue on slow train. > > qemu-kvm-2.12.0-82.module+el8.1.0+3738+0d8c0249 > kernel-4.18.0-116.el8.x86_64 > > +++ This bug was initially created as a clone of Bug #1736788 +++ ... > > 3. Boot guest with /dev/dax0.0, set pmem=off > > # /usr/libexec/qemu-kvm -M pc,nvdimm \ > -m 1G,slots=256,maxmem=40G \ > -object > memory-backend-file,id=mem2,share,mem-path=/dev/dax0.0,size=4G,align=128M, > pmem=off \ > -device nvdimm,memdev=mem2,id=nv2,label-size=2M \ > /home/kvm_autotest_root/images/rhel810-64-virtio-scsi.qcow2 \ > -monitor stdio -vnc :0 The handling of these options in libvirt was introduced in libvirt-5.0, while RHEL is using libvirt-4.5 (RHEL-AV gets rebased, but not RHEL). Given we don't support direct invocation of qemu in RHEL, I'm closing this BZ. If this can be reproduced using libvirt from RHEL, please reopen. |