From: John Wilkins Date: Wed, 14 May 2014 07:23:22 +0000 (-0700) Subject: doc: Clarified Debian uses sysvinit. X-Git-Tag: v0.81~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ab907c5abc271083afa6eba3e83771dacb8c6d16;p=ceph.git doc: Clarified Debian uses sysvinit. Fixes: #7182 Signed-off-by: John Wilkins --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 372c36670366..008772a92411 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -241,11 +241,11 @@ The procedure is as follows: #. Start the monitor(s). - For Debian/Ubuntu, use Upstart:: + For Ubuntu, use Upstart:: sudo start ceph-mon id=node1 - For CentOS/RHEL, use sysvinit:: + For Debian/CentOS/RHEL, use sysvinit:: sudo /etc/init.d/ceph start mon.node1 @@ -410,7 +410,7 @@ OSDs with the long form procedure, execute the following on ``node2`` and it is not yet running. The OSD is ``down`` and ``in``. You must start your new OSD before it can begin receiving data. - For Debian/Ubuntu, use Upstart:: + For Ubuntu, use Upstart:: sudo start ceph-osd id={osd-num} @@ -419,7 +419,7 @@ OSDs with the long form procedure, execute the following on ``node2`` and sudo start ceph-osd id=0 sudo start ceph-osd id=1 - For CentOS/RHEL, use sysvinit:: + For Debian/CentOS/RHEL, use sysvinit:: sudo /etc/init.d/ceph start osd.{osd-num}