Hi everyone,
recently we installed proxmox with Ceph Luminous and Bluestore on our brand new cluster and we experiencing problem with slow reads inside VMs. We tried different settings in proxmox VM but the read speed is still the same - around 20-40 MB/s.
Here is our hardware configuration:
Can you please help?
ceph.conf
recently we installed proxmox with Ceph Luminous and Bluestore on our brand new cluster and we experiencing problem with slow reads inside VMs. We tried different settings in proxmox VM but the read speed is still the same - around 20-40 MB/s.
Here is our hardware configuration:
- 3x node each with 6 osd (classic 4TB spinning disk Toshiba mg04aca400e) + intel SSD for Ceph DB (created by default settings when creating OSDs with proxmox GUI)
- CPU is Intel E5-2620 v4 with 8 cores in 2 sockets.
- 128 GB RAM
- Ceph has it's own 10G network
- Ceph is the newest version 12.2.4
Can you please help?
ceph.conf
Code:
[global] auth client required = cephx
auth cluster required = cephx
auth service required = cephx
cluster network = 10.100.210.0/24
fsid = e99379a9-d2ac-494e-bcf9-a76a12e9835d
keyring = /etc/pve/priv/$cluster.$name.keyring
mon allow pool delete = true
osd journal size = 5120
osd pool default min size = 2
osd pool default size = 3
public network = 10.100.210.0/24
osd deep scrub interval = 1209600
osd scrub begin hour = 23
osd scrub end hour = 5
osd scrub sleep = 0.1
debug ms = 0/0
[osd]
keyring = /var/lib/ceph/osd/ceph-$id/keyring
[mon.node03]
host = node03
mon addr = 10.100.210.3:6789
[mon.node01]
host = node01
mon addr = 10.100.210.1:6789
[mon.node02]
host = node02
mon addr = 10.100.210.2:6789