Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1989810

Summary: installation stuck because the button was disabled in the GUI
Product: Red Hat Enterprise Linux 8 Reporter: Min Deng <mdeng>
Component: oscap-anaconda-addonAssignee: Matěj Týč <matyc>
Status: CLOSED DUPLICATE QA Contact: Release Test Team <release-test-team-automation>
Severity: high Docs Contact:
Priority: high    
Version: 8.5CC: jinzhao, jstodola, juzhang, mdeng, mhaicman, ngu, qzhang, virt-maint, wsato, xuma, yfu
Target Milestone: betaKeywords: Regression, Triaged
Target Release: 8.5Flags: pm-rhel: mirror+
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-08-11 15:14:19 UTC Type: ---
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:    
Bug Blocks: 1970873    

Description Min Deng 2021-08-04 05:19:07 UTC
Description of problem:
[ppc64le]installation stuck because the button was disabled in the GUI

Version-Release number of selected component (if applicable):
kernel-4.18.0-325.el8.ppc64le
qemu-kvm-common-6.0.0-26.module+el8.5.0+12044+525f0ebc.ppc64le


How reproducible:
4/4
Steps to Reproduce:
1.install guest with  
/usr/libexec/qemu-kvm \
    -S  \
    -name 'avocado-vt-vm1'  \
    -sandbox on  \
    -machine pseries,memory-backend=mem-machine_mem  \
    -nodefaults \
    -device VGA,bus=pci.0,addr=0x2 \
    -m 8192 \
    -object memory-backend-ram,size=8192M,id=mem-machine_mem  \
    -smp 8,maxcpus=8,cores=4,threads=1,sockets=2  \
    -cpu 'host' \
    -chardev socket,wait=off,server=on,path=/tmp/avocado_hmhlb2fa/monitor-qmpmonitor1-20210804-001140-hpydPKuP,id=qmp_id_qmpmonitor1  \
    -mon chardev=qmp_id_qmpmonitor1,mode=control \
    -chardev socket,wait=off,server=on,path=/tmp/avocado_hmhlb2fa/monitor-catch_monitor-20210804-001140-hpydPKuP,id=qmp_id_catch_monitor  \
    -mon chardev=qmp_id_catch_monitor,mode=control \
    -chardev socket,wait=off,server=on,path=/tmp/avocado_hmhlb2fa/serial-serial0-20210804-001140-hpydPKuP,id=chardev_serial0 \
    -device spapr-vty,id=serial0,reg=0x30000000,chardev=chardev_serial0 \
    -device qemu-xhci,id=usb1,bus=pci.0,addr=0x3 \
    -device usb-tablet,id=usb-tablet1,bus=usb1.0,port=1 \
    -device virtio-scsi-pci,id=virtio_scsi_pci0,bus=pci.0,addr=0x4 \
    -blockdev node-name=file_image1,driver=file,auto-read-only=on,discard=unmap,aio=threads,filename=/home/kar/vt_test_images/rhel850-ppc64le-virtio-scsi.qcow2,cache.direct=on,cache.no-flush=off \
    -blockdev node-name=drive_image1,driver=qcow2,read-only=off,cache.direct=on,cache.no-flush=off,file=file_image1 \
    -device scsi-hd,id=image1,drive=drive_image1,write-cache=on \
    -device virtio-net-pci,mac=9a:7b:a7:77:7e:bf,id=idpdj1f9,netdev=idrTbSuJ,bus=pci.0,addr=0x5  \
    -netdev tap,id=idrTbSuJ,vhost=on,vhostfd=20,fd=16 \
    -blockdev node-name=file_cd1,driver=file,auto-read-only=on,discard=unmap,aio=threads,filename=/root/avocado/data/avocado-vt/isos/linux/RHEL-8.5.0-20210730.n.0-ppc64le-dvd1.iso,cache.direct=on,cache.no-flush=off \
    -blockdev node-name=drive_cd1,driver=raw,read-only=on,cache.direct=on,cache.no-flush=off,file=file_cd1 \
    -device scsi-cd,id=cd1,drive=drive_cd1,write-cache=on \
    -blockdev node-name=file_unattended,driver=file,auto-read-only=on,discard=unmap,aio=threads,filename=/home/kar/vt_test_images/rhel850-ppc64le/ks.iso,cache.direct=on,cache.no-flush=off \
    -blockdev node-name=drive_unattended,driver=raw,read-only=on,cache.direct=on,cache.no-flush=off,file=file_unattended \
    -device scsi-cd,id=unattended,drive=drive_unattended,write-cache=on  \
    -kernel '/home/kar/vt_test_images/rhel850-ppc64le/vmlinuz'  \
    -append 'inst.sshd ksdevice=link inst.repo=cdrom inst.ks=cdrom:/ks.cfg nicdelay=60 biosdevname=0 net.ifnames=0 console=hvc0,38400 console=tty0'  \
    -initrd '/home/kar/vt_test_images/rhel850-ppc64le/initrd.img'  \
    -vnc :0  \
    -rtc base=utc,clock=host  \
    -boot menu=off,order=cdn,once=d,strict=off  \
    -no-shutdown \
    -enable-kvm
2. the begin button was gray(disabled in the GUI)
3.

Actual results:
Failed to installation
Expected results:
Installation can continue
Additional info:

Comment 1 Min Deng 2021-08-04 05:27:03 UTC
Build information,
RHEL-8.5.0-20210730.n.0-ppc64le-dvd1.iso
The problem wasn't reproduced on build 
RHEL-8.5.0-20210714.n.0-ppc64le-dvd1.iso
It's not always reproducible and ratio should be 50% or so

Comment 3 Min Deng 2021-08-04 05:35:34 UTC
Assigned the relevant component and feel free to update if you need to.

Comment 4 Jan Stodola 2021-08-05 14:08:51 UTC
The bug might be resolved by a fix for bug 1989441.
The same issue is reported for RHEL-9 in bug 1982612.

Comment 5 Yanan Fu 2021-08-06 02:20:57 UTC
I hit the same issue with x86_64 platform, so change the hardware to All, thanks!

Comment 6 Min Deng 2021-08-06 09:08:17 UTC
QE strongly suggest having this fix in 8.5.
Thanks
Min

Comment 7 Jan Stodola 2021-08-11 15:14:19 UTC
I'm no longer able to reproduce this issue manually or using automated tests with oscap-anaconda-addon-1.2.1-2.el8.

So I assume this issue also got fixed by the change for bug 1989441 and I'm closing it as a duplicate.
Please, reopen this bug if you are still seeing it with oscap-anaconda-addon-1.2.1-2.el8 or later.

*** This bug has been marked as a duplicate of bug 1989441 ***