]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: die on bind() failure 20595/head
authorJohn Spray <john.spray@redhat.com>
Mon, 26 Feb 2018 17:11:16 +0000 (17:11 +0000)
committerJohn Spray <john.spray@redhat.com>
Mon, 26 Feb 2018 17:14:03 +0000 (17:14 +0000)
commit2dca5b436a21f50fd1ec404ac3197fa48a7b1b49
tree9a800dfd9a6b0fb784217d2e21eb9a4b6509151c
parent1378ab7df5d7fe11e8f44ed8d41d96e0dba5c77f
mgr: die on bind() failure

Previously, the daemon would get wedged if it
competed for the same port as another daemon
on the same host and lost.

Fixes: https://tracker.ceph.com/issues/23037
Signed-off-by: John Spray <john.spray@redhat.com>
src/mgr/Mgr.cc