-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-9.5
-
None
-
Moderate
-
rhel-sst-virtualization-windows
-
ssg_virtualization
-
5
-
QE ack
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
Automated
-
-
x86_64
-
Windows
-
None
Description of problem:
The format can not complete successfully when 'Perform a quick format' is uncheck with win2025
Version-Release number of selected component (if applicable):
kernel-5.14.0-430.el9.x86_64
qemu-kvm-8.2.0-7.el9_4.x86_64
edk2-ovmf-20240214-1.el9.noarch
seabios-bin-1.16.3-2.el9.noarch
virtio-win-prewhql-249.iso
How reproducible:
100%
Steps to Reproduce:
1. Boot a win2025 guest with a data disk (data.qcow2).
/usr/libexec/qemu-kvm \
-name 'win2025' \
-machine q35 \
-nodefaults \
-vga std \
-device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x3 \
-device pcie-root-port,port=0x11,chassis=2,id=pci.2,bus=pcie.0,addr=0x3.0x1 \
-device pcie-root-port,port=0x12,chassis=3,id=pci.3,bus=pcie.0,addr=0x3.0x2 \
-device pcie-root-port,port=0x13,chassis=4,id=pci.4,bus=pcie.0,addr=0x3.0x3 \
-device pcie-root-port,port=0x14,chassis=5,id=pci.5,bus=pcie.0,addr=0x3.0x4 \
-device pcie-root-port,port=0x15,chassis=6,id=pci.6,bus=pcie.0,addr=0x3.0x5 \
-device pcie-root-port,port=0x16,chassis=7,id=pci.7,bus=pcie.0,addr=0x3.0x6 \
-device pcie-root-port,port=0x17,chassis=8,id=pci.8,bus=pcie.0,addr=0x3.0x7 \
-device virtio-net-pci,mac=9a:36:83:b6:3d:05,id=idJVpmsF,netdev=id23ZUK6,bus=pci.3 \
-netdev tap,id=id23ZUK6,vhost=on \
-m 14336 \
-smp 2,maxcpus=4 \
-cpu 'Skylake-Server',hv_stimer,hv_synic,hv_vpindex,hv_reset,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv-tlbflush,+kvm_pv_unhalt \
-device piix3-usb-uhci,id=usb -device usb-tablet,id=input0 \
-vnc :10 \
-rtc base=localtime,clock=host,driftfix=slew \
-boot order=cdn,once=c,menu=off,strict=off \
-enable-kvm \
-qmp tcp:0:1231,server,nowait \
-monitor stdio \
-device pvpanic,id=pvpanic0,ioport=0x0505 \
-drive file=/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd,if=pflash,format=raw,unit=0,readonly=on \
-drive file=/home/OVMF_VARS.fd,if=pflash,format=raw,unit=1 \
-blockdev node-name=file_stg2,driver=file,cache.direct=on,cache.no-flush=off,filename=/home/win2025-64-virtio-ovmf.qcow2,aio=threads \
-blockdev node-name=drive_stg2,driver=qcow2,cache.direct=on,cache.no-flush=off,file=file_stg2 \
-device virtio-blk-pci,id=stg2,drive=drive_stg2 \
-blockdev node-name=file_stg3,driver=file,cache.direct=on,cache.no-flush=off,auto-read-only=on,discard=unmap,aio=threads,filename=/home/data.qcow2,aio=threads \
-blockdev node-name=drive_stg3,driver=qcow2,read-only=off,cache.direct=on,cache.no-flush=off,file=file_stg3,discard=unmap \
-device virtio-blk-pci,id=st32,drive=drive_stg3 \
2. Try to format data disk stg1.qcow2 via disk manager(uncheck 'Perform a quick format' )
Actual results:
After step2, The format did not complete successfully.
Expected results:
The format can complete successfully.