-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Description

I use an Intel 900p 280G Optane SSD, and use the btrfs file system, the mounting parameters are as follows:
/dev/nvme0n1p2 on /home type btrfs (rw,noatime,compress=zstd:3,ssd,discard=async,space_cache=v2,subvolid=1527,subvol=/@home)
The libvirt parameters are as follows:
<filesystem type='mount' accessmode='passthrough'>
<driver type='virtiofs' queue='1024'/>
<source dir='/home/test/Vfs'/>
<target dir='Vfs'/>
</filesystem>
I don't know why the performance looks so bad, the continuous read and write performance is only one-fifteenth of the bare metal.
ticpu