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). -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html