All of lore.kernel.org
 help / color / mirror / Atom feed
* Statically binding ports for ceph-osd
@ 2012-04-10  0:27 Nick Bartos
  2012-04-10 19:56 ` [PATCH] " Nick Bartos
  0 siblings, 1 reply; 9+ messages in thread
From: Nick Bartos @ 2012-04-10  0:27 UTC (permalink / raw)
  To: ceph-devel

I'm trying to get ceph-osd's listening ports to be set statically for
firewall reasons.  I am able to get 2 of the 3 ports set statically,
however the 3rd one is still getting set dynamically.

I am using:

[osd.48]
    host = 172.16.0.13
    cluster addr = 172.16.0.13:6944
    public addr = 172.16.0.13:6945

The daemon will successfully bind to 6944 and 6945, but also binds to
6800.  What additional option do I need?  I started looking at the
code and thought "hb addr = 172.16.0.13:6946" would do it, but
specifying that option seems to have no effect (or at least does not
achieve the desired result).

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-04-12 18:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10  0:27 Statically binding ports for ceph-osd Nick Bartos
2012-04-10 19:56 ` [PATCH] " Nick Bartos
2012-04-10 23:16   ` Greg Farnum
2012-04-10 23:45     ` Nick Bartos
2012-04-10 23:51       ` Greg Farnum
2012-04-10 23:51       ` Sage Weil
2012-04-11  0:13         ` Nick Bartos
2012-04-11 17:13           ` Greg Farnum
2012-04-12 18:42     ` Tommi Virtanen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.