]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-daemons: restructured (but incomplete) init.d script
authorSage Weil <sage@newdream.net>
Fri, 27 Feb 2009 19:03:23 +0000 (11:03 -0800)
committerSage Weil <sage@newdream.net>
Fri, 27 Feb 2009 19:03:23 +0000 (11:03 -0800)
commit357e8bbab83fda12c0e9a58a841048da9eb04381
treee9ef8def9fa2db50a99e44ca8d4d97aacb00be86
parentc2070b4cd3f9761895c110cdd2e7370f414d5a8f
ceph-daemons: restructured (but incomplete) init.d script

Only start/stop items explicitly defined in startup.conf.

Start specific osds or mdss (e.g. 'start osd12')

No NUM_OSD type iteration.. that only makes sense in a testing/dev
environment.

Extract options for each daemon in both start AND stop path, so that we can
stop the right daemon... e.g. if it is on a remote host or some such thing.

Try to be smart about looking for things in . or /usr/bin, /etc/ceph, etc.
src/ceph-daemons [new file with mode: 0755]