Re: [ceph-users] How to configure OSD heart beat to happen on public network

2016-08-01 Thread Shinobu Kinjo
osd_heartbeat_addr must be in [osd] section. On Thu, Jul 28, 2016 at 4:31 AM, Venkata Manojawa Paritala wrote: > Hi, > > I have configured the below 2 networks in Ceph.conf. > > 1. public network > 2. cluster_network > > Now, the heart beat for the OSDs is happening thru cluster_network. How can

Re: [ceph-users] How to configure OSD heart beat to happen on public network

2016-07-31 Thread David
The purpose of the cluster network is to isolate the heartbeat (and recovery) traffic. I imagine that is why you are struggling to get the heartbeat traffic on the public network. On 27 Jul 2016 8:32 p.m., "Venkata Manojawa Paritala" wrote: > Hi, > > I have configured the below 2 networks in Cep

[ceph-users] How to configure OSD heart beat to happen on public network

2016-07-27 Thread Venkata Manojawa Paritala
Hi, I have configured the below 2 networks in Ceph.conf. 1. public network 2. cluster_network Now, the heart beat for the OSDs is happening thru cluster_network. How can I configure the heart beat to happen thru public network? I actually configured the property "osd heartbeat address" in the g