I'm running Ceph 14.2.1 (d555a9489eb35f84f2e1ef49b77e19da9d113972) nautilus (stable) on a Kubernetes cluster using Rook (https://github.com/rook/rook), and my OSD daemons do not start. Each OSD process runs inside a Kubernetes pod, and each pod gets its own IP address. I spotted the following log lines in the output of one of the OSD pods: Processor -- bind unable to bind to v2:10.34.0.0:7300/17824 on any port in range 6800-7300: (99) Cannot assign requested address The pod in question has an IP address of 10.34.0.9, but for some reason (if I'm interpreting the log message correctly), the OSD process seems to attempt to listen on IP address 10.34.0.0 instead. Is that the expected behaviour? The full logs of the OSD process, together with the network configuration of the Kubernetes pod they were running in, can be found here: https://github.com/rook/rook/issues/3140#issuecomment-501660446 I'm more than happy to provide additional information, in case anyone here in this list is able to help. C _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com