]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
upstart: start ceph-all on runlevel [2345]
authorSage Weil <sage@inktank.com>
Fri, 14 Jun 2013 18:21:25 +0000 (11:21 -0700)
committerSage Weil <sage@inktank.com>
Fri, 14 Jun 2013 18:21:25 +0000 (11:21 -0700)
Starting when only one network interface has started breaks machines with
multiple nics in very problematic ways.

There may be an earlier trigger that we can use for cases where other
services on the local machine depend on ceph, but for now this is better
than the existing behavior.

See #5248

Signed-off-by: Sage Weil <sage@inktank.com>
src/upstart/ceph-all.conf

index d129defad7a1c2fddc7233878c002b8e325467ad..c0b0edd387171c25ffd14a58bab8161212a9f723 100644 (file)
@@ -1,4 +1,4 @@
 description "Ceph"
 
-start on (local-filesystems and net-device-up IFACE!=lo)
+start on runlevel [2345]
 stop on runlevel [!2345]