]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
init-ceph: Required-start: $remote_fs
authorSage Weil <sage@newdream.net>
Tue, 9 Feb 2010 18:27:08 +0000 (10:27 -0800)
committerSage Weil <sage@newdream.net>
Tue, 9 Feb 2010 20:28:25 +0000 (12:28 -0800)
This ensures /usr is mounted before ceph daemons start.  It seems like
this may be problematic for hosts that act as both servers and clients,
but nfs-kernel-server does the same, so whatev!

src/init-ceph.in

index 225828b30bf1105a67f2e71145e531e79c08678c..6ad86562092df987eda1c8e2f93f95db85528fc6 100644 (file)
@@ -5,8 +5,8 @@
 # Provides:          ceph
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Required-Start:    $local_fs $named $network $time
-# Required-Stop:     $local_fs $named $network $time
+# Required-Start:    $remote_fs $named $network $time
+# Required-Stop:     $remote_fs $named $network $time
 # Short-Description: Start Ceph distributed file system daemons at boot time
 # Description:       Enable Ceph distributed file system services.
 ### END INIT INFO