Hi Ricardo (and rest),

I see that http://tracker.ceph.com/issues/14527 / 
https://github.com/ceph/ceph/pull/7741 has been merged which would allow 
clients and daemons to find their Monitors through DNS.

mon_dns_srv_name is set to ceph-mon by default, so if I'm correct, this would 
work?

Let's say my servers are in the search domain example.com:

_ceph-mon._tcp.example.com. 60 IN SRV 10 60 6789 mon1.example.com.
_ceph-mon._tcp.example.com. 60 IN SRV 10 60 6789 mon2.example.com.
_ceph-mon._tcp.example.com. 60 IN SRV 10 60 6789 mon3.example.com.

Correct? I haven't got the time to test it right now, but if this is correct 
I'll set up a test env and send a PR with documentation.

Wido
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to