]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
init: Actually do start the daemons when 'service ceph start <type>' is specified
authorWido den Hollander <wido@widodh.nl>
Tue, 28 Feb 2012 11:41:42 +0000 (12:41 +0100)
committerSage Weil <sage@newdream.net>
Tue, 28 Feb 2012 17:10:52 +0000 (09:10 -0800)
commit97926e184629d25b3dbf57eda66b65c28ff29e02
treef9955986b55abc0311eb906750a289bfeb5c5411
parent1917024134e2cb9f82665e7e5c6e090c1f4acfe3
init: Actually do start the daemons when 'service ceph start <type>' is specified

A bug in my previous patch prevented any daemon with auto_start set to false from starting.

This patch allows:
* /etc/init.d/ceph start osd|mds|mon
* service ceph start osd|mds|mon

It however does not start daemons if auto_start is disabled when you invoke:
* /etc/init.d/ceph start
* service ceph start

Signed-off-by: Wido den Hollander <wido@widodh.nl>
src/init-ceph.in