[SOLVED] Ceph configuration - best practices

Hi @itret

Thanks for the information.
Which network card you use before?

Yes, network speed is crucial in this case. Also please bear in mind 40GBit Mellanox cards are set to InfiniBand by default, make sure you change configuration to Ethernet.
 
I've replaced the network card with Mellanox-connectx-6 25 gig

Unfortunately, the write speed still very poor.

Someone have any idea what can be the reason ?

Thanks.
 
Are you sure Ceph's config is set to use these cards?
Hi

The CPU c-state issue, i added the following lines to the GRUB:

intel_idle.max_cstate=0 processor.max_cstate=0

The servers configured with "high performance" profile (BIOS) but the c-state settings not reflected to the OS.

After rebooting the servers, the ping latency change to 0.02 instead of 0.2-3.
The write speed IOPS x3.5 better.

Thanks.