SQLServer also had issues with storage virtio driver 0.1.285-1 in a heavy-load Windows Server 2016 and 2019 VM (Disk is a ZFS vdev).
Also had some invalid SMB signatures with network driver 0.1.285-1 while transferring some large files (random).
Rolling back to version 0.1.271 solved both the issues.
Code:
DESCRIPTION: Read from file 'H:\SQLSERVER\db01_3.mdf' at offset 0x000007023d0000 succeeded after failing 1 time with error: Torn page (expected signature: 0x00000001; actual signature: 0x6f898160). Other messages in the SQL Server error log and the operating system error log might contain more details. This error condition threatens the integrity of the database and must be corrected. Perform a full database consistency check (DBCC CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.
Also had some invalid SMB signatures with network driver 0.1.285-1 while transferring some large files (random).
Rolling back to version 0.1.271 solved both the issues.