Hello,
I am looking for a way to improve the performance of random reads and writes on a virtual machine with windows server 2022. VM configuration:
The machine is located on a single node on which ceph is installed, whose configuration is the default:
Changing disk types from virtio and scsi does not give any meaningful results.
Is there any option in the configuration to improve the performance of random reads and writes?

I am looking for a way to improve the performance of random reads and writes on a virtual machine with windows server 2022. VM configuration:
agent: 1
boot: order=virtio0;ide2;net0;ide0
cores: 6
cpu: qemu64
machine: pc-i440fx-9.0
memory: 16384
meta: creation-qemu=9.0.0,ctime=1724249118
name: win2022-virtio
numa: 1
ostype: win11
scsihw: virtio-scsi-single
smbios1: uuid=23024246-a995-44cc-a67d-d2af956fec5f
sockets: 2
virtio0: vms:vm-101-disk-0,discard=on,iothread=1,size=50G
vmgenid: ab52be2a-c650-4af6-b1e4-e035fb838120
The machine is located on a single node on which ceph is installed, whose configuration is the default:
[global].
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 172.16.18.1/24
fsid = 17f1b434-e301-4db9-b5dc-7645f8cbbb3
mon_allow_pool_delete = true
mon_host = 172.16.17.1
ms_bind_ipv4 = true
ms_bind_ipv6 = false
osd_pool_default_min_size = 2
osd_pool_default_size = 2
public_network = 172.16.17.1/24
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring
[client.crash].
keyring = /etc/pve/ceph/$cluster.$name.keyring
[mon.cf01]
public_addr = 172.16.17.1
Changing disk types from virtio and scsi does not give any meaningful results.
Is there any option in the configuration to improve the performance of random reads and writes?
