]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
upstart: start ceph-all after static-network-up 11631/head
authorBilly Olsen <billy.olsen@gmail.com>
Mon, 24 Oct 2016 22:13:51 +0000 (15:13 -0700)
committerBilly Olsen <billy.olsen@gmail.com>
Mon, 24 Oct 2016 22:17:17 +0000 (15:17 -0700)
commite10e22a95f67c31947d4c0f33d69e4d8b929b0e8
tree97bca6add5b20594e58039a979d774c262e56519
parentfc70cd9ac3aa77f2344591e3cf89a8a4db6990c6
upstart: start ceph-all after static-network-up

Starting on runlevel [2345] allows the ceph services to
start before all of the networking is configured. This
introduces a race condition which allows a service to start
before the network it binds to is available.

Add the static-network-up event as a dependency for the start
on directive in order to start the ceph services after all of
the network stanzas have been processed and executed in the
/etc/network/interfaces and /etc/network/interfaces.d/*.conf
files.

Fixes: http://tracker.ceph.com/issues/17689
Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
src/upstart/ceph-all.conf