[SOLVED] ceph.conf - are 'mon addr' lines needed ?

RobFantini

Famous Member
May 24, 2012
2,042
107
133
Boston,Mass
Hello ,
just upgraded to luminous and set this in the global section
Code:
mon_host = 10.11.12.3 10.11.12.10 10.11.12.14

there are also addresses at the mon sections:

Code:
[mon.pve14]
         mon addr = 10.11.12.14:6789
[mon.pve10]
         mon addr = 10.11.12.10:6789
[mon.pve3]
         mon addr = 10.11.12.3:6789

Question: are the 'mon addr' lines still needed? If so should the ports be removed or adjusted?
 
With Ceph Nautilus and PVE 6.x the lines will not be needed anymore.