Another the possibility is also the ceph mon discovery via DNS: https://docs.ceph.com/en/quincy/rados/configuration/mon-lookup-dns/#looking-... Regards, Joachim ___________________________________ ceph ambassador DACH ceph consultant since 2012 Clyso GmbH - Premier Ceph Foundation Member https://www.clyso.com/ Am 11.09.23 um 09:32 schrieb Robert Sander:
Hi,
On 9/9/23 09:34, Ramin Najjarbashi wrote:
The primary goal is to deploy new Monitors on different servers without causing service interruptions or disruptions to data availability.
Just do that. New MONs will be added to the mon map which will be distributed to all running components. All OSDs will immediately know about the new MONs.
The same goes when removing an old MON.
After that you have to update the ceph.conf on each host to make the change "reboot safe".
No need to restart any other component including OSDs.
Regards