From: Marco Garcês Date: Fri, 22 Aug 2014 10:30:58 +0000 (+0200) Subject: needs network or it will not start if enabled X-Git-Tag: v0.86~200^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1835778282d433dc24c23725f9ebdf50a3b63f48;p=ceph.git needs network or it will not start if enabled example error message: "unable to find any IP address in networks: 10.2.27.0/25", so the service wont start --- diff --git a/systemd/ceph-osd@.service b/systemd/ceph-osd@.service index 1811d7e0940c..e8cbcdad9af4 100644 --- a/systemd/ceph-osd@.service +++ b/systemd/ceph-osd@.service @@ -1,5 +1,7 @@ [Unit] Description=Ceph object storage daemon +After=network-online.target +Wants=network-online.target [Service] EnvironmentFile=-/etc/sysconfig/ceph