Hi all. I have the following configuration. 3 nodes. Each node has 4 6TB disks and 1 1TB nvme disk. A total of 5 OSDs per node. I decided to launch the ceph caching functionality by following these steps:
Will this have any effect? Or are all these steps useless? Possibly a misconfiguration?
ceph osd pool create data 128 128
ceph osd pool create cache 128 128
ceph osd tier add data cache
ceph osd tier cache-mode cache writeback
ceph osd tier set-overlay data cache
ceph osd pool set cache target_max_bytes 100G
ceph osd pool set cache hit_set_type explicit_hash
ceph osd pool set cache hit_set_count 8
ceph osd pool set cache hit_set_period 3600
ceph osd pool set cache min_read_recency_for_promote 1
ceph osd pool set cache min_write_recency_for_promote 1
ceph osd pool application enable data rbd
pvesm add rbd ceph --monhost "10.50.250.1 10.50.250.2 10.50.250.3" --pool data --content images
Will this have any effect? Or are all these steps useless? Possibly a misconfiguration?