Hi,
I need help with my clúster... I have the following scenario of cluster with 3 nodes and Ceph with 2 nodes:
Cluster
Ceph
My problem is that the performance is very low, here the results:
In some moments the speed increases up to 110MB/s, but I am doing the test with SSD and it should be higher than 350MB/s
Can someone help me finding a solution to improve performance?
Thank you!
I need help with my clúster... I have the following scenario of cluster with 3 nodes and Ceph with 2 nodes:
Cluster
Ceph
Code:
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 10.0.20.11/24
fsid = b9b27296-a27b-400a-9fcf-aebb4a767bc2
mon_allow_pool_delete = true
mon_host = 10.0.20.11 10.0.20.12 10.0.20.13
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = 10.0.20.11/24
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring
[mon.nodo1]
public_addr = 10.0.20.11
[mon.nodo2]
public_addr = 10.0.20.12
[mon.nodo3]
public_addr = 10.0.20.13
My problem is that the performance is very low, here the results:
In some moments the speed increases up to 110MB/s, but I am doing the test with SSD and it should be higher than 350MB/s
Can someone help me finding a solution to improve performance?
Thank you!