I have Ubuntu 22.04.3 in WSL. Every second around 100 messages like this is written to log:
[ 88.455305] hv_storvsc fd1d2cbd-ce7c-535c-966b-eb5f811c95f0: tag#12 cmd 0x28 status: scsi 0x2 srb 0x4 hv 0xc0000001$ sudo dmesg -C ; sleep 10; dmesg | grep hv_storvsc | wc -l1114
The net result is that the system is unusable. It's sluggish and consumes a lot of CPU, and this results in high fan use as well, so it's unbearably noisy.
What I've attempted:
- Re-install the distro from scratch
- Re-install WSL (disable feature in windows, restart)
wsl --update
- I am at version 2.2.4
Does anyone have suggestions on how to solve this issue?