Bug 1702229
Summary: | Fail to install guest with RHEL-7.7-20190420.n.0-Server-ppc64le-dvd1.iso | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Zhenyu Zhang <zhenyzha> | ||||||||
Component: | dracut | Assignee: | Lukáš Nykrýn <lnykryn> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team-automation> | ||||||||
Severity: | urgent | Docs Contact: | |||||||||
Priority: | urgent | ||||||||||
Version: | 7.7 | CC: | chayang, coli, dracut-maint-list, jinzhao, juzhang, lnykryn, mdeng, micai, ngu, pezhang, qzhang, xianwang, xuma, xuwei, yhong, yihyu, zhenyzha | ||||||||
Target Milestone: | rc | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | ppc64le | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2019-05-07 08:28:46 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: | |||||||||||
Attachments: |
|
Description
Zhenyu Zhang
2019-04-23 09:22:31 UTC
Additional info: We found guest installation was a failure, in all trees of RHEL-7.7-20190409.n.0-Server-ppc64le-dvd1.iso -----RHEL-7.7-20190424.0.iso But when I use RHEL-7.7-20190408.n.0-Server-ppc64le-dvd1.iso, I can install the guest normally. Please note the bug should be not ppc specific since kernel qe found a similar bz1702867. Can you please attach the generated rdsosreport.txt? Created attachment 1558676 [details]
rdsosreport.txt for RHEL-7.7-20190424.n.0-Server-ppc64le-dvd1.iso
It works well for x86. Host: compose: RHEL-7.7-20190424.0 qemu-kvm-rhev-2.12.0-27.el7.x86_64 Guest: compose: RHEL-7.7-20190424.0 CML: -device virtio-scsi-pci,id=virtio_scsi_pci0,bus=pci.0,addr=0x4 \ -drive id=drive_image1,if=none,snapshot=off,aio=threads,cache=none,format=qcow2,file=test.qcow2 \ -device scsi-hd,id=image1,drive=drive_image1 \ -drive id=drive_cd1,if=none,snapshot=off,aio=threads,cache=none,media=cdrom,file=/home/kvm_autotest_root/iso/linux/RHEL-7.7-20190424.0-Server-x86_64-dvd1.iso \ -device scsi-cd,id=cd1,drive=drive_cd1 \ Does this setup use iscsi? Created attachment 1560157 [details] journalctl log from dracut (In reply to Lukáš Nykrýn from comment #7) > Does this setup use iscsi? Hi Lukáš, Usually, we use the disk from LocalFS, ISO file from nfs/LocalFS to test this scenario. In addition, I can successfully launch the installation GUI when I add "-kernel" and "-initrd" --- -kernel 'vmlinuz' \ -initrd 'initrd.img' \ --- We found that the compose version of RHEL-7.7-20190424.0-Server-ppc64le has the same problem. But download these two files 'vmlinuz'and 'initrd.img' to the host,add "-kernel" and "-initrd"to the command line to install successfully /usr/libexec/qemu-kvm \ -name zhenyzha-RHEL-7.7 \ -sandbox off \ -machine pseries \ -m 16G \ -nodefaults \ -vga std \ -device nec-usb-xhci,id=xhci \ -device usb-tablet,id=usb-tablet0 \ -device usb-kbd,id=usb-kbd0 \ -smp 16,cores=4,threads=2,sockets=2 \ -vnc :30 \ -monitor stdio \ -rtc base=utc,clock=host \ -boot order=cdn,menu=off,strict=off \ -enable-kvm \ -qmp unix:/var/tmp/qmp-monitor-zhenyzha,server,nowait \ -qmp tcp:0:3001,server,nowait \ -kernel 'vmlinuz' \ -initrd 'initrd.img' \ -device virtio-scsi-pci,bus=pci.0,addr=0x06,id=scsi-pci-0 \ -device virtio-scsi-pci,bus=pci.0,addr=0x07,id=scsi-pci-1 \ -netdev tap,id=hostnet0,vhost=on,script=/etc/qemu-ifup \ -device virtio-net-pci,netdev=hostnet0,id=virtio-net-pci0,mac=40:f2:e9:5d:9c:07 \ -blockdev driver=raw,file.driver=file,node-name=drive_cd1,cache.no-flush=on,cache.direct=off,file.filename=RHEL-7.7-20190424.0-Server-ppc64le-dvd1.iso,read-only=on \ -device scsi-cd,id=cd1,drive=drive_cd1,bootindex=0 \ -blockdev driver=file,cache.direct=off,cache.no-flush=on,filename=guest.qcow2,node-name=my_file \ -blockdev driver=qcow2,node-name=my,file=my_file \ -device scsi-hd,drive=my,bus=scsi-pci-0.0,id=zhneg \ |