-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-10.0.beta, rhel-10.0
-
None
-
Moderate
-
rhel-sst-virtualization
-
ssg_virtualization
-
500
-
QE ack
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
Automated
-
-
x86_64
-
Linux
-
None
What were you trying to do that didn't work?
The qemu-kvm throws "qemu-kvm: Unable to shutdown socket: Transport endpoint is not connected" after canceling the mlx VF migration.
Please provide the package NVR for which bug is seen:
host:
6.10.0-0.rc4.11.el10.x86_64
qemu-kvm-9.0.0-2.el10.x86_64
libvirt-10.4.0-1.el10.x86_64
How reproducible:
100%
Steps to reproduce
1. setup the test environment for mlx vfio migration
2. start a VM with a migratable mlx VF
# virsh dumpxml rhel10 ... <interface type='hostdev'> <mac address='52:54:00:26:21:95'/> <driver name='vfio'/> <source> <address type='pci' domain='0x0000' bus='0xe1' slot='0x00' function='0x1'/> </source> </interface> ...
3. migrate the VM
# /bin/virsh migrate --live --domain rhel10 --desturi qemu+ssh://10.73.212.96/system
4. cancel the migraton
# virsh domjobabort --domain rhel10
5. check the qemu-kvm log
# cat /var/log/libvirt/qemu/rhel95.log 2024-06-26 13:41:19.874+0000: initiating migration 2024-06-26T13:41:21.071792Z qemu-kvm: Unable to shutdown socket: Transport endpoint is not connected 2024-06-26T13:41:21.072075Z qemu-kvm: Channel error: Input/output error 2024-06-26T13:41:21.074149Z qemu-kvm: 0000:e1:00.1: Failed setting device state to RUNNING, err: Input/output error. Recover state is ERROR. Resetting device
Expected results
No qemu-kvm error
Actual results
The qemu-kvm throws "Unable to shutdown socket: Transport endpoint is not connected"
- clones
-
RHEL-34580 [mlx vf migration] qemu-kvm: Unable to shutdown socket: Transport endpoint is not connected
-
- Planning
-