Changing Ceph configuration

Apr 29, 2022
24
2
8
Hello,

i want to change the ceph config and use the bridge instead of the vlans I have created. But when I change the ceph.conf file with the IP network from bridge, my ceph doesn't work anymore. Any suggestions how I can do that?
My main issue is that I am not getting enough read/write on the VMs I have created so I though I should use bridge instead of the VLANs for better results or you guys have any other suggestion for me?
I am using 100GBit mellanox network card attached to arista switches as LACP/Bond
 

Attachments

  • Ceph-conf.png
    Ceph-conf.png
    17.4 KB · Views: 68
  • Network.png
    Network.png
    8.3 KB · Views: 54
Last edited:
You cannot just change the addresses contained in the ceph.conf files as these are just pointers to where the MONs are running.
The MONs use the initial address they are configured with and cannot be changed. You can only remove a MON and add a new one with a new address, one after the other.