-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[viostor] io hung can not recover #1204
Comments
Thank you for reporting the issue. Thanks, |
I tried (add to the XML, then reproduce it and execute virsh qemu-monitor-command test_lxm_3 --hmp dump-guest-memory -w test.dmp) and got a 4GB file. I'm not sure if it meets your requirements. If it does, how can I share it with you? Best regards, |
@lixianming19951001 Best, |
@vrozenfe Best regards, |
Hi all, Also I am working on reproducing the same scenario described in this upstream issue. Thanks |
Describe the bug
windows io hung can not recover
To Reproduce
I downloaded the code from the master branch and reset it to commit 379f291 for compilation
My VM originally had a driver version of 24000
I replaced it with the viostor I compiled myself
I have a local file like windows-2022-legacy-datacenter.raw, and I use SPDK AIO bdev to start the virtual machine with the vhost user protocol
fio --name=fio-randwrite --filename=C:\test --direct=1 --iodepth=32 --rw=randwrite -thread -time_based -refill_buffers -norandommap -randrepeat=0 -group_reporting --blocksize=64k -numjobs=32 -size=30G -runtime=60000 --ioengine=windowsaio --cpus_allowed_policy=split
Host:
VM:
Additional context
The version before 379f291 had no issues and could automatically recover fio
The text was updated successfully, but these errors were encountered: