On Wed, Mar 7, 2012 at 03:31, Wido den Hollander <w...@widodh.nl> wrote:
> You should take a look at:
>
> * public_addr
> * cluster_addr
> * public_network
> * cluster_network
>
> (From: src/common/config_opts.h)
>
> [osd]
>  cluster network = 192.168.0.0/16
>  public network = 172.16.0.0/16
>
> [osd.1]
>  cluster addr = 192.168.0.1
>  public addr = 172.16.0.1
>
> I haven't played with those options, but that should do it (I think)

You don't need both "addr" and "network", just one will do.

The "network" variant was added so you don't need any per-node
configuration entries (making it easier to add/remove nodes). It'll
look for the IP addresses the server has, find one that matches that
subnet, and bind to that one.
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to