Hello! Sun, Jan 20, 2019 at 09:07:35PM +0000, robbat2 wrote: > On Sun, Jan 20, 2019 at 09:05:10PM +0000, Max Krasilnikov wrote: > > > Just checking, since it isn't mentioned here: Did you explicitly add > > > public_network+cluster_network as empty variables? > > > > > > Trace the code in the sourcefile I mentioned, specific to your Ceph > > > version, as it has changed slightly over the years. > > > > My config is looks like that for one host: > > > > [osd] > > # keep empty; empty != unset > > public network = > > cluster network = > > public_network_interface = vlo > > cluster_network_interface = vlo > > cluster_addr = 10.10.200.5 > > public_addr = 10.10.200.5 > If you tell the daemon to dump the config, does it still show these set > as you have in the config? > > 'ceph daemon osd.0 config show' I can see folowing: "public_network": "", "public_network_interface": "vlo", "cluster_network": "", "cluster_network_interface": "vlo", "cluster_addr": "10.10.200.5:0/0", "public_addr": "10.10.200.5:0/0", _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com