Hi,
I use an external ceph cluster as proxmox storage. When i tweak the rbd cache settings on the proxmox node rados bench test changes accordingly, so there's no problem with applying the rbd cache configurations there. However when i tested this on a vm inside the cluster it gave almost same results whether its "No Cache" or "Writeback" or Ceph rbd cache options commented out from ceph.conf . I'm trying to find some information about this but couldnt find any. Ceph.conf rbd section is like this:
I use an external ceph cluster as proxmox storage. When i tweak the rbd cache settings on the proxmox node rados bench test changes accordingly, so there's no problem with applying the rbd cache configurations there. However when i tested this on a vm inside the cluster it gave almost same results whether its "No Cache" or "Writeback" or Ceph rbd cache options commented out from ceph.conf . I'm trying to find some information about this but couldnt find any. Ceph.conf rbd section is like this:
Code:
rbd cache = True
rbd_cache_size= 268435456
rbd_cache_max_dirty= 134217728
rbd_cache_max_dirty_age= 5
rbd_cache_writethrough_until_flush= true
admin_socket= /var/run/ceph/guests/$cluster-$type.$id.$pid.$cctid.asok
log_file= /var/log/qemu/qemu-guest-$pid.log
rbd_concurrent_management_ops= 20