Skip to content

virtio-fs looks a bit bad in performance. #609

@daiaji

Description

@daiaji

CrystalDiskMark_20210726222405
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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions